/* Reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {	
	line-height: 1;
}
blockquote, q {	
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {	
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------------- */
/* ------- HTML Elements ------- */
/* ----------------------------- */
body {
	background-color: #FFFFFF;
	background: url(../images/bg_body.png) top center repeat-x;
   	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Verdana, Arial, sans-serif;
	color: #646566;
}
a {
	color: #053366;
}
a:focus, a:hover, a:active {
	color: #4DB3E5;
}
a[rel=lightbox] {
	cursor: url('../images/lupe.cur'), pointer;
}
h1, h2, h3, h4, h5, h6 {
	color: #053366;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 22px;
	letter-spacing: 0.5px;
	line-height: 130%;
	margin-bottom: 25px;
}
h2 {
	font-size: 18px;
	line-height: 130%;
	margin-bottom: 15px;
}
h3 {
	font-size: 16px;
	line-height: 130%;
}
p {
	margin-bottom: 28px;
	line-height: 150%;
}
small {
	font-size: 10px;
}
/* ----------------------------- */
/* ------- Basic Classes ------- */
/* ----------------------------- */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearfloat {
	clear: both;
}

/* ----------------------------- */
/* ---- Document Structure ----- */
/* ----------------------------- */
#container {
   position: relative;
   width: 1000px;
   margin: 0 auto;
}
#header {
   width: 100%;
   height: 142px;
}
#content {
	width: 926px;
	min-height: 420px;
	padding: 26px 36px 70px 26px;
	margin: 0 5px;
	background-color: #FFFFFF;
	box-shadow: 0 -5px 5px -5px #B1B4B4 /*top*/, -5px 0 5px -5px #B1B4B4 /*right*/, 5px 0 5px -5px #B1B4B4 /*left*/ ;
	position: relative; 
	border-top: 1px solid #B0B0B0; 
} 
/* Farbverlauf Rahmen */
#content:before, #content:after { 
	content: ""; 
	position: absolute; 
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B0B0B0), to(transparent)); 
	background-image: -webkit-linear-gradient(#B0B0B0, transparent); 
	background-image: -moz-linear-gradient(#B0B0B0, transparent); 
	background-image: -o-linear-gradient(#B0B0B0, transparent); 
	top: -1px; 
	bottom: -1px; 
	width: 1px; 
} 
#content:before { left: -1px; } 
#content:after { right: -1px; }
#contentleft {
	width: 420px;
	float: left;
}
#contentright {
	margin: -6px 0 0 455px;
	padding: 0;
}
/* Angaben für Seitentemplate ohne Bildbereich links */
#content.fullwidth #contentright {
	margin: 0 0 0 8px;
}
#footer {
   clear: both;
   width: 920px;
   height: 50px;
   margin: 45px 44px 45px 26px;
   padding: 20px 10px;
   border-top: solid 1px #E1E1E1;
}
/* ----------------------------- */
/* ---------- Header ----------- */
/* ----------------------------- */
#logolinkhome {
	position: absolute;
	width: 350px; 
	height: 142px;
	left: 0;
	top: 0; 
	background: url(../images/logo-thomas-germing.png) top left no-repeat transparent;
	z-index: 1;
}
#logolinkhome span {
	display: none;
}
#headertel {
	width: 303px;
	height: 26px;
	position: absolute;
	top: 23px;
	left: 600px;
	background: url(../images/bg_headertel.png) top left no-repeat;
	text-transform: uppercase;
	color: #17467B;
	font-size: 18px;
	font-weight: 700;
	padding: 8px 0 0 64px;
}
/* Fehlerkorrektur bei Fontdarstellung in Opera */
x:-o-prefocus, #headertel {
    font-size: 15px;
	padding-top: 9px;
	height: 25px;
}


/* --------- Navigation -------- */
#topnav {
	width: 592px;
	height: 34px;
	position: relative; 
	left: 398px;
	top: 101px;
	z-index: 99;
}
#topnav ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
}
#topnav li {
	list-style: none;
	display: inline;
}
#topnav ul ul {
	position: absolute; 
	left: 0; 
	top: 41px; 
	display: none; 
	padding: 0; 
	z-index: 0;
}
#topnav > ul > li {
	float: left; 
	display: block; 
	position: relative;
}
#topnav a {
	display: block;
	float: left;
	height: 30px;
	font-size: 18px;
	padding: 4px 23px 0 23px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	background: url(../images/navigation_separator.png) 0 0 no-repeat transparent;
	color: #000000;
	text-decoration: none;
}
#topnav > ul > li:first-child a {
	background-image: none;
}
#topnav ul li:hover a {
	color: #65BEEA;
	border-bottom: solid 7px #3D6299;
}
#topnav ul li:hover > ul {
	display: block;
	width: 208px;
	background-color: #27518B;
}
#topnav ul li:hover ul a {
	width: 178px;
	height: 18px;
	text-align: left;
	padding: 10px 8px 10px 8px;
	margin: 0 0 0 8px;
	background-image: none;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	border-bottom: solid 1px #FFFFFF;
}
#topnav ul li:hover ul li:last-child a {
	border: none;
}
#topnav ul ul li:hover a {
	color: #65BEEA;
}

/* IE7 bugfix for hiding the submenus */
#topnav ul {
	*display:inline;
}
#topnav ul ul {
	*left:-9999px; 
	*right:auto; 
	*display:block;
}
#topnav ul li:hover > ul {
	*left:0;
}


/* ----------------------------- */
/* ---------- Content ---------- */
/* ----------------------------- */
#content ul {
	margin: 0 0 24px 32px;
}
#content li {
	line-height: 150%;
	margin: 5px 0 0 0;
}
#content h1 {
	margin-left: 8px;
}
#contentright {
	text-align: justify;
}
#contentright ul,
#contentright ol {
	text-align: left;
}
.datenblatt {
	float: right;
	font-size: 12px;
	margin: 20px 0;
}
.datenblatt a {
	text-decoration: none;
	display: inline-block;
	width: 94px;
	height: 95px;
	background: url(../images/datenblatt.png) top left no-repeat;
	padding: 15px 0 0 86px;
	
}

/* ----------------------------- */
/* ---------- Footer ----------- */
/* ----------------------------- */
#footer  {
	color: #7D7D7D;
	font-size: 11px;
}
#footernav {
	list-style: none;
}
#footernav li {
	display: block;
	float: left;
	height: 30px;
}
#footernav a {
	height: 28px;
	padding: 0 0 0 10px;
}
#footernav li:nth-child(3):after,
#footernav li:nth-child(4):after {
	content: "|";
	margin: 0 0 0 10px;
}
#footer a  {
	color: #7D7D7D;
	text-decoration: none;
}
#footer a:focus, #footer a:hover, #footer a:active {
	color: #4DB3E5;
	text-decoration: underline;
}
#footer a#fb {
	background: url(../images/fb.png) top left no-repeat;
	padding: 4px 0 10px 28px;
}
#footer a#xing {
	background: url(../images/xing.png) top left no-repeat;
	padding: 4px 0 10px 28px;
	margin: 0 10px 0 0;
}
#footernav a span {
	display: none;
}
#footer p {
	margin: -2px 0 0 0;
	padding: 0;
	float: right;
}
/* ----------------------------- */
/* --------- Specials ---------- */
/* ----------------------------- */
/* Slider */
ul.slides {
	width: 990px;
	height: 350px;
	margin: 0 auto;
}
.slides li {
	display: block;
	width: 990px;
	height: 350px;
	background-position: right;
	background-repeat: no-repeat;
}
.slide-text {
	width: 560px;
	height: 290px;
	margin: 30px 70px;
}
.slide-text h2 {
	font-family: "HelveticaNeue", "Helvetica Neue", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	padding: 40px 0 0 0;
	line-height: 180%;
}
.slide-text p {
	font-family: "HelveticaNeue", "Helvetica Neue", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 180%;
	letter-spacing: -0.5px;
}
/* Google Maps */
#map {
	float: left;
	width: 300px;
	height: 300px;
	margin: 0 20px 20px 0;
}
