/*--------Reset all--------*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }
/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }
/* Removes list-style from lists */
ol,ul { list-style : none; }
/* Normalizes font-style and font-weight to  normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }
/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }
/* Removes border from fieldset and img */
fieldset,img { border : 0; }
/* Left-aligns text in caption and th */
caption,th { text-align : left; }
/* Removes quotation marks from q */
q:before, q:after { content :''; }

/*--------Basic--------*/

html { 
text-align : center;
background-color: #999999;
}

body {
	font: 70%/1.5 Verdana, sans-serif;
	text-align: left;
}

li, dt, dd, p {
	font-size: 1em;
}

ul, ol, dl { margin: 0; margin-bottom: 1.8em; }

p { margin-bottom: 1.5em; }

/*--------Layout--------*/
#stripe{
	float:left;
	width: 1000px;
	margin: 10px auto;
	padding: 0;
	border: 0;
	background: #ffffff url(images/bg_stripes.gif) repeat-y left top;	
}

.home, .leistungen, .organisation, .fuehrung, .coaching, .profil, .laufbahn, .kompetenzen, .kooperation, .kontakt, .impressum{
	width: 1000px;
	margin: 0;
	padding: 0px;
	border:0;
	background: transparent url(images/bg_kontakt.jpg) no-repeat right top;
}
.home {
	background: transparent url(images/bg_home.jpg) no-repeat right top;
}
.leistungen {
	background: transparent url(images/bg_leistungsspektrum.jpg) no-repeat right top;
}
.organisation {
	background: transparent url(images/bg_organisation.jpg) no-repeat right top;
}
.fuehrung{
	background: transparent url(images/bg_fuehrung.jpg) no-repeat right top;
}
.coaching{
	background: transparent url(images/bg_coaching.jpg) no-repeat right top;
}
.profil {
	background: transparent url(images/bg_profil.jpg) no-repeat right top;
}
.laufbahn {
	background: transparent url(images/bg_laufbahn.jpg) no-repeat right top;
}
.kompetenzen {
	background: transparent url(images/bg_kompetenz.jpg) no-repeat right top;
}
.kooperation {
	background: transparent url(images/bg_kooperation.jpg) no-repeat right top;
}
.kontakt {
	background: transparent url(images/bg_kontakt.jpg) no-repeat right top;
}
.impressum {
	background: transparent url(images/bg_impressum.jpg) no-repeat right top;
}

#branding {
	width: 1000px;
	height: 100px;
	margin:0;
	padding: 0;
	border:0;
	border-bottom: 8px solid #005191;
}

#branding-logo{
margin:0;
padding:0;
border:0;
float: left;
}

#beam{
	clear: both;
	width: 100%;
	margin:0;
	padding:0;
	border:0;
	height: 32px;
	background:#B4ABA1;
}

#content-wrap{
	float:left;
	width: 1000px;
	height: 100%;
	border-top: 6px solid #FFFFFF;
	background: transparent;
}

#content {
	float: right;
	width: 725px;
	margin: 0;
	padding: 0;
	display: inline;
	border:0;
	background: transparent;

}
#content h2{	
	padding-top: 22px;
	padding-left: 52px;
	padding-right: 44px;
	font-size: 1.2em;
	color: #003366;
	font-weight: bold;
}
#content h3{	
	padding-top: 0.7em;
	padding-left: 52px;
	padding-right: 44px;
	font-weight: bold;
}
#content h4{	
	padding-top: 0.7em;
	padding-left: 52px;
	padding-right: 44px;
	font-size: 1.1em;
	font-weight: normal;
	color: #005191;
}
	
#content blockquote{
	padding-top: 13px;
	padding-left: 52px;
	padding-right: 44px;
	font-style: italic;
	text-align: right;
}
#content blockquote.title {
	padding-top: 120px;
	padding-left: 246px;
	padding-right: 20px;
	font-style: italic;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.8em;
}

.cite span{
	font-size: 1em;
	font-style: italic;
}

#content p{
	padding-top: 0.7em;
	padding-left: 52px;
	padding-right: 44px;
}

#content ul{
	padding-left: 52px;
	padding-right: 44px;
}

#content li{
	list-style-type: disc;
	list-style-position: outside;
}

#content img{
	border: 0;
	padding-left: 52px;
	padding-top: 70px;
}

#content table {
border-collapse : collapse;
border-spacing : 0;
}
#content table ul {
padding-left: 65px;
padding-right: 2px;
}
#content table li {
	list-style-type: disc;
	list-style-position: outside;
}
#content a{
	color: #000000;
	text-decoration: none;
}

#content a:hover{
	text-decoration: underline;
}
#content-side {
	float: left;
	position: relative;
	width: 275px;
	height: 100%;
	margin: 0;
	padding:0;
	border:0;
	background: transparent;
}

#navcontainer{
	position: absolute;
	top: 64px;
	left: 45px;
	font: 1em Verdana, sans-serif;
	color: #003366;
}

.navlist{
padding: 0px;
margin: 0;
}

.navlist ul{
	margin: 0;
	padding: 0;
}

.navlist li{
list-style: none;
margin: 0px;
text-align: left;
}

.navlist a{
display: block;
padding: 1px 0;
width: 224px;
margin-bottom: 10px;
}

.navlist a:link, .navlist a:visited {
color: #003366;
text-decoration: none;
}

.navlist a:hover {
background: url(images/bg_menu-active.png) repeat-y 0 0;
}

.subnavlist li a
{
border: 0;
padding: 0px 0px 0 28px;
}

.aktiv {
background: url(images/bg_menu-active.png) repeat-y 0 0;	
}
.subaktiv {
background: url(images/bg_menu-active.png) repeat-y 0 0;	
}

#footer {
	clear: both;
	width: 100%;
	height: 16px;
	margin: 0;
	padding: 0;
	border-top: 6px solid #ffffff;
	background-color: #999999;
	color: #ffffff;
}
#footer p{
	padding-left: 45px;
}
#footer a:link, #footer a:visited {
color: #ffffff;
text-decoration: none;
}
#footer a:hover {
color: #ffffff;
text-decoration: underline;
}
