/****
	Aktimed
	Author: Markus Kurz // gruenphase.com
	Creation Date: 01/19/2010
****/

/** Simple CSS-Reset **/

* { vertical-align: baseline; outline: 0;padding: 0;margin: 0;font-size: 1em; }
ol,ul {list-style: none;}
li, dd, blockquote {margin-left: 0;} 
table {border-collapse: collapse;border-spacing: 0;}
img {border: 0;outline: 0;}

/** Typo **/

* {
	font: normal 12px Verdana, Helvetica, sans-serif;
	color: #3b3b3b;
}

h1, h1 * {
	clear: both;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}

h2, h2 * {
	clear: both;
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
}

h3, h3 * {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

h4, h4 * {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

p {
	margin: 15px 0;
}

strong {
	/* color: #dd3870; */
	font-weight: bold;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul a {
	text-decoration: none;
}

ul a:hover {
	text-decoration: underline;
}

#content ul {
	list-style-image: url('../images/bullet.png');
	overflow: hidden;
	margin-bottom: 20px;
}

#content ul.nav li {
	float: left;
	width: 200px;
	margin-left: 40px;
}

#content ul.nav ul {
	display: none;
}

#content ul li {
	margin-left: 40px;
}

h2 span {
	display: block;
}

#slogan {
	display: block;
	width: 600px;
}

.slogan1 {
	margin-left: 70px;
}

.slogan2 {
	margin-left: 160px;
}

/* .pink {
	color: #dd3870;
} */

/** Structural Elements **/

#wrapper {
	width: 100%;
}

#header {
    clear: both;
	background: #ffffff url('../images/header-background.png');
}

#header-left {
	float: left;
	width: 250px;
	height: 155px;
	background: #ffffff url('../images/header-left.png') bottom left no-repeat;
}

#header img {
	float: left;
	margin: 40px 0 0 30px;
}

#navigation {
	width: 740px;
	height: 155px;
	margin: 0 0 0 270px;
	list-style-type: none;
	background: #ffffff url('../images/aktimed-header.png');
}

#navigation li {
	display: block;
	float: left;
	margin: 137px 0 0 0;
	padding: 0 60px 0 0;
}

#navigation li a {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #ffffff;
}

#navigation li a:hover {
	color: #dd3870;
}

#home #center {
	background: #a3dcfd url('../images/home-background.png') repeat-x;
}

#home #content {
	background: transparent url('../images/home-image.png') no-repeat;
}

#page #content {
	background: transparent url('../images/page-image.png') no-repeat;
}

#content {
	width: 700px;
	height: 400px;
	padding: 25px 0 20px 270px;
	overflow: auto;
	position: relative;
}

#content h2 {
	color: #444;
}

#home #content {
	overflow: hidden;
}

*html #content {
	width: 970px;
	height: 415px;
}


#content .float-left {
	float: left;
	margin-right: 20px;
}

#footer {
	height: 90px;
	background: #ffffff url('../images/footer-background.png') repeat-x;
	position: relative;
}

#footer #logos {
	height: 48px;
	overflow: hidden;
}

#footernav {
	position: absolute;
	left: 665px;
	top: 50px;
	width: 320px;
	/* border: 1px dotted red; */
}

#footernav ul {
	margin: 0;
	padding: 0;
}

#footernav ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#footernav ul li a {
	float: left;
	padding: 8px 5px;
	margin: 0 0 0 40px;
}

#footer a {
	color: #eee;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#footer a:hover {
	color: #dd3870;
}


/** Misc classes **/

.box {
	float: left;
	width: 190px;
	height: 110px;
	margin: 10px 10px 10px 0;
	padding: 8px 15px;
	border: 1px solid #cfdce5;
    overflow: hidden;
}

*html .box {
	width: 220px;
    height: 130px;
}

#content .box.termine {
	
}


.box p {
	margin: 0;
	padding: 0;
}

.box a {
	text-decoration: none;
}

.box h2 {
	margin: 0 0 3px 0;
	font-size: 16px;
}

.box h3 {
	font-size: 13px;
	margin-bottom: 2px;
}

#content .box ul {
	margin: 2px 0 5px 0;
	padding: 0;
	list-style-image: none;
}

#content .box ul li {
	margin: 0;
	padding: 0;
}

.blue {
	background-color: #6cb5ef;
}

.green {
	background-color: #c3cbbb;
}

.nopadding {
    background-color: #ffffff;
	width: 220px;
    height: 125px;
	padding: 0;
}

.nopadding img {
	display: table-cell;
}

.spacer {
	display: block;
	height: 175px;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	display: none;
}

/** Form **/


form {
	display: block;
}

fieldset {
	border: none;
	margin-bottom: 5px;
}

legend {
	font-weight: bold;
}

label {
	display: block;
}

input, select {
	width: 200px;
	margin-bottom: 10px;
}

textarea {
	margin-bottom: 10px;
	width: 250px;
}

#links ul {
	padding: 0; margin: 0;
	list-style-type: none;
	list-style-image: none;
	margin-left: -40px;
}

#links li {
	float: left;
	border: 1px solid #09AFDC;
	display: block;
	text-align: center;
	height: 100px;
	width: 150px;
	padding: 2px 5px 2px 5px;
	margin-bottom: 5px;
	margin-right: -35px;
	position: relative;
	overflow: hidden;
}

#links li:hover {
	border: 1px solid #E2456F;
	text-decoration: underline
}

#links li a {
	display: block;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	padding-bottom: 5px;	
}

#links li img {
	display: block;
	margin: auto;
	
	padding: 5px 0 5px 0;
}

#logos {
    display: block;
	width: 1000px;
}

#logos li {
    float: left;
    margin: 14px 0 0 20px;
}

#logos li:first-child {
	margin-left: 0;
}

#logos a {
    padding: 5px;
}

#socialnetworks {
    margin: 10px 0 0 18px;
	float: left;
}
