

/* * *
 * Basis - Styles
 */

p {
	font-size: 14px;
}
ul {
	font-size: 14px;
}
h1 {
	font-size: 16px;
	color:#7d0000;
}
h2 {
	font-size: 14px;
	color:#7d0000;
}
a:link {
	color:#444444;
	text-decoration: none;
}
a:visited {
	color:#444444;
}
a:hover,
li.aktiv a {
	color:#7d0000;
}
body {
	font-family:Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size:12px;
	background: #aaa;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	line-height:20px;
}


/* * *
 * Kopfzeile
 */

.kopfbild {
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
	height:280px;
}
.kopfbild#stulle {
	background-image:url(img/bg-stulle.jpg);
}
.kopfbild#thiel {
	background-image:url(img/bg-thiel.jpg);
}
.kopfbild#assessment {
	background-image:url(img/bg-assessment.jpg);
}
.kopfbild#beratung {
	background-image:url(img/bg-beratung.jpg);
}
.kopfbild#coaching {
	background-image:url(img/bg-coaching.jpg);
}

#kopfzeile {
	background:#FFFFFF;
	padding: 7px 0 5px 465px;
	color:#7d0000;
	border-top: 1px solid #7d0000;
	border-bottom: 1px solid #7d0000;
}

#kopfzeile .prof {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	margin-left: 40px;
}


/* * *
 * Seiten - Layout
 */

#mainContent {
	padding: 16px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f5f1e6
}
#container {
	background: #FFFFFF;
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(img/textseiten/rahmen_mitte.gif);
}
#header {
	background: #FFFFFF;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
#header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#rightCol {
	float:left;
	text-align:right;
	width:150px;
	margin-left:30px;
	margin-top:15px;
	background: #FFF;
}

#apDiv3{
	float:left;
	width:90px;
	height:29px;
	background-image: url(img/transparent.png);
}

#apDiv3a{
	float:left;
	width:266px;
	height:29px;
	background-image: url(img/transparent.png);
}

.apDiv13{
	width:566px;
	float:none;
	padding:16px;
	padding-top:0;
	padding-left:270px;
	padding-right:48px;
	min-height:400px;
}

#klaus-stulle li,
#svenja-thiel li{
	margin-bottom: 10px;
}

.kooperation ul {
	list-style: none;
	padding: 0;
}
.kooperation ul li {
	margin-bottom: 30px;
}
.kooperation .koop-bild {
	float: left;
}
.kooperation .koop-inhalt {
	margin-left: 270px;
}
.kooperation .koop-inhalt p {
	margin: 0 0 6px 0;
}
.kooperation .koop-inhalt .small {
	font-style: italic;
}


/* * *
 * Menü
 */

#hauptmenu {
	list-style: none;
	font-size: 15px;
	padding: 0 15px 0 0;
	font-family: 'Open Sans', sans-serif;
}
#hauptmenu a:link {
	font-weight: 600;
	text-transform: uppercase;
}
#hauptmenu li {
	margin-bottom: 7px;
}
#hauptmenu li.abstand{
	margin-bottom: 25px;
}


