/* Reset everything
---------------------------------------*/

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;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0 none;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {	font-size: 100%; }

/* Body
---------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #666;
	background: #255B89 url(../images/body-bg.gif) repeat-x;
}

body {
	font-size: 75%; /* Für IE */
}
html > body {
	font-size: 12px; /* Für andere Browser */
} 

p {
	line-height: 1.5em; /* 18px Durchschuß */
	margin: 0 0 1.5em 0;
}

em {
	font-style: italic;
}

/* Schriftgrößen und Durchshuß für Überschriften
---------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #255B89;
}

h1 {
	font-size: 1.8333333em; /* 24px / 12px Default = 0 */
	line-height: 1em; /* 18px / 30px = 0.5 */
	margin: 0.375em 0 0.375em 0;
}

h2 {
	font-size: 1.5em; /* 18px / 12px Default = 1.5 */
	line-height: 1em; /* 18px / 18px = 1 */
	margin: 1.5em 0 0.5em 0;	
}

h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 1.5em 0 0 0;
}
#content blockquote {
	border-left: 1px solid #CCC;
}
#content blockquote p {
	font-size: 1.16667em; /* 14px / 12px Default = 1.6667 */
	line-height: 1.2857em;
	margin: 0 0 1.2857em 0;
	padding: 0 3em 0 1em;
}
#footer p {
	font-size: 0.8333em;
	line-height: 1.8em;
	margin: 1.8em 0;
}
#footer a {
	color: #666;
	text-decoration: none;
}
ul li {
	line-height: 1.5em;
}
strong {
	font-weight: bold;
}

a {
	color: #bf0022;
}
a:hover {
	color: #255B89;
}
/* Header
---------------------------------------*/
#header {
	margin: 0;
	padding: 0;
}
#header h1 a {
	display: block;
	width: 268px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: url(../images/Sieber-logo.gif) no-repeat;
}
#header h1 {
	display: block;
	width: 268px;
	height: 60px;
	margin: 0;
	padding: 18px;	
	text-indent: -9999px;
}
#header h2 {
	text-indent: -9999px;
}

/* Navigation
--------------------------------------- */
#navigation {
	width: 882px;
}

#navigation ul {
	margin: -3px 0 0 0;
	padding: 0.7em;
	background: url(../images/nav-bg.gif) repeat-x;
}

#navigation li {
	margin: 0;
	padding: 0;
	display: inline;
	border-right: 1px solid #FFF;
}
#navigation li a {
	margin: 0;
	padding: 0.5em 1em 0.5em 1em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.16667em; /* 14px / 12px Default = 1.6667 */
	color: #FFF;
	text-decoration: none;
}

#navigation li a:hover {
	color: #F00;
}
#navigation li.last {
	border-style: none;
}

/* Navigation ausgewählt
---------------------------------------*/

#sectionaktuell #aktuell a { color: #FFF; text-decoration: underline; }
#sectionzurperson #zurperson a { color: #FFF; text-decoration: underline; }
#sectionvortraege #vortraege a { color: #FFF; text-decoration: underline; }
#sectionseminare #seminare a { color: #FFF; text-decoration: underline; }
#sectionreferenzen #referenzen a { color: #FFF; text-decoration: underline; }
#sectionmedia #media a { color: #FFF; text-decoration: underline; }
#sectionkontakt #kontakt a { color: #FFF; text-decoration: underline; }

#wrapper {
	width: 882px;
	margin: 0 auto;
	padding: 0 35px;
	background: url(../images/wrapper-bg.png) top left repeat-y;	
}
.artikelimage {
	width: 198px;
	float: left;
	margin: 0 0 0 0;
}

.adjustpadding {
	padding: 1.5em 0 0 0;
}
.inlineimage {
	float: left;
	margin: 0 9px 0 0;
}

a.button {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.83333em;
	line-height: 1.8em;
	text-decoration: none;
	padding: 0.2em 0.2em 0.4em 0.2em;
	color: #FFF;
	background: #255B89;
}
a.button:hover {
	color: #255B89;
	background: #FFF;
	border: 1px solid #255B89;
}
hr {
	clear: left;
	margin: 1em 126px 1em 216px;
}
.bio {
	margin: 1em 0;
	padding: 1.5em 0 3.5em 0;
	clear: left;
}
/* Navigation
---------------------------------------*/

#navigation ul li {
	display: inline;
}

/* Content
---------------------------------------*/

#content {
	margin: 36px 0 0 18px;
	padding: 0 0 18px 0;
	background: url(../images/Kompass-Wasserzeichen.gif) bottom right no-repeat;	
}

#sectionaktuell #content {
	background: none;
}

#content ul li {
	list-style-image: url(../images/bullet-arrow.gif);
}
#content h1, h2, h3, h4, p, ul, blockquote {
	margin-left: 216px;
	margin-right: 126px;	
}

.trainer {
	margin: 0 0 54px 0;
}
span.ico-pdf {
	padding: 1em 18px 1em 18px;
	background: url(../images/icon-pdf.png) center left no-repeat;
	text-indent: -9999px;
}
/* Footer
---------------------------------------*/

#footer {
	width: 882px;
	margin: 0 auto;
	padding: 50px 35px;
	text-align: center;
	background: url(../images/footer-bg.png) bottom center no-repeat;	
}


/* Formular
---------------------------------------*/
.formular {
	width: 630px;
}

.label {
	width: 216px;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
}

textarea, input {
	width: 414px;
}

.formular td {
	padding: 1em 0.5em;
}

/* Logosreferenzen
---------------------------------------*/

.logoreferenzen {
	margin: 72px 0 0 0;
	width: 844px;
}

.logoreferenzen img {
	float: left;
}

/* Clearfix (http://www.positioniseverything.net/easyclearing.html)
-------------------------------------------------------------------*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
