/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END CSS RESET */

body{
	padding: 0;
	margin: 0;
	background: #fff;
	font-family: 'Arial', sans-serif;
	-webkit-font-smoothing: antialiased;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

h1 {
	font-weight: bold;
	font-size: 12px;
	line-height: 13px;
	margin: 0px 0px 16px 0px;
	color: #ffffff;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	margin: 30px 0px 15px 0px;
	padding: 0 0 1px 0;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 13px;
	margin: 20px 0px 15px 0px;
	color: #ffffff;
}

#content ul, #children ul, #content ol, #children ol {
	margin-bottom: 11px;
	font-size: 12px;
	line-height: 13px;
	color: #ffffff;
}
#content ul:last-child, #children ul:last-child, #content ol:last-child, #children ol:last-child {
	margin-bottom: 0;
}
	#content ul li, #children ul li, #content ol li, #children ol li {
		position: relative;
		padding-left: 15px;
		margin-bottom: 3px;
	}
	#content ul li:before, #children ul li:before, #content ol li:before, #children ol li:before {
		content: '-';
		position: absolute;
		left: 0;
	}

p {
	margin: 0px 0px 11px 0px;
	padding: 0;
	font-size: 12px;
	line-height: 13px;
	color: #fff;
}
p.underline {
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
}
p.bold {
	font-weight: bold;
}
span.bold {
	font-weight: bold;
}
p.leistungenText {
	line-height: 18px;
}
p.kontaktURL {
	margin-top: 127px;
}
	p a {
		text-decoration: none;
	}

a {
	text-decoration: none;
	color: #383d42;
}
	a:hover {
		color: #fac32f;
	}
	a.active {
		color: #fac32f;
	}

strong {
	font-weight: bold;
}

.clearer {
	clear: both;
}

#container1 {
	position: absolute;
	width: 940px;
	height: 503px;
	border: 1px solid #383d42;
	left: 50%;
	margin-left: -471px;
	top: 50%;
	margin-top: -252px;
}

#nav1 {
	width: 420px;
	float: left;
	margin-left: 35px;
}
	#nav1 ul {
		margin-top: 57px;
	}
		#nav1 ul li {
			float: left;
			margin-right: 15px;
		}
		#nav1 ul li.last {
			margin-right: 0;
		}
			#nav1 ul li a {
				text-transform: uppercase;
				font-size: 12px;
			}

#logo {
	width: 436px;
	float: right;
	margin-top: -1px;
	margin-right: 35px;
}

#content {
	width: 940px;
	height: 403px;
	background-repeat: no-repeat;
	background-color: #5d656e;
	margin-top: 27px;
}

.vita {
	background: url(../img/vita.png);
}
.angebot {
	background: url(../img/angebot.png);
}
.leistungen {
	background: url(../img/leistungen.png);
}
.publikationen {
	background: url(../img/publikationen.png);
}
.inspiration {
	background: url(../img/inspiration.png);
}
.home {
	background: url(../img/home.png);
}
.kontakt {
	background: url(../img/kontakt.png);
}
.impressum {
	background: url(../img/impressum.png);
}
.datenschutz {
	background: url(../img/datenschutz-01.png);
}

#text {
	padding: 55px 35px 0px 525px;
}
	#text a {
		color: #fac32f;
	}
	#text span.latin {
		font-style: italic;
	}
#text.impressumText {
	padding: 55px 35px 0px 315px;
}
#text.impressumText p {
	padding-right: 10px;
}

#text.impressumText.datenschutz h1, #text.impressumText.datenschutz h2, #text.impressumText.datenschutz h3, #text.impressumText.datenschutz ul, #text.impressumText.datenschutz p {
	margin-right: 30px;
}

.scrollbarImpressum {
	height: 270px;
}

.left {
	float: left;
	width: 200px;
	margin-right: 30px;
}

.right {
	float: left;
	width: 300px;
}

#nav2 {
	position: absolute;
	bottom: 10px;
	right: 35px;
}
	#nav2 ul {
		float: right;
	}
		#nav2 ul li {
			float: left;
			margin-right: 17px;
		}
		#nav2 ul li.last {
			margin-right: 0;
		}
			#nav2 ul li a {
				font-size: 12px;
				color: #fff;
			}
			#nav2 ul li a:hover {
				color: #fac32f;
			}
			#nav2 ul li a.active {
				color: #fac32f;
			}