* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
	background: #FFFFFF url(images/body-bg.gif) repeat-y scroll center 4px;
}
#topLine {
	border-top: 5px solid #fff;
	background: #1b3892;
	height: 20px;
}
#header {
	border-bottom: 1px solid #1b3892;
}
div.inner {
	width: 1055px;
	margin: auto;
	position: relative;
}
#header .inner {
	height: 314px;
}
#header #arrowTop {
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 10;
}
#header .slide {
	position: absolute;
	top: 0px;
	left: 67px;
	border-left: 200px solid #fff;
}
.dots {
	background-image: url(images/bg-dot.gif);
}
#header .dotsRight {
	position: absolute;
	top: 4px;
	right: 0;
	width: 220px;
	height: 315px;
	border: 10px solid #fff;
	border-top: 0;
	border-bottom: 0;
}
#header .dotsLeft {
	position: absolute;
	bottom: -1px;
	left: 82px;
	height: 1px;
	width: 171px;
}
#nav {
	list-style: none;
	position: absolute;
	left: 125px;
	top: 75px;
	width: 76px;
	height: 200px;
	z-index: 10;
}
#nav a {
	display: block;
	height: 14px;
	margin-bottom: 10px;
	background: url(images/nav.gif) no-repeat;
}
#nav a.profil:hover {
	background-position: 0px -14px;
}
#nav a.spektrum {
	background-position: 0px -28px;
}
#nav a.spektrum:hover {
	background-position: 0px -42px;
}
#nav a.projekte {
	background-position: 0px -56px;
}
#nav a.projekte:hover {
	background-position: 0px -70px;
}

/** CONTENT **/
#content #subnav {
	list-style: none;
	width: 549px;
	margin-left: 267px;
	margin-top: 10px;
	overflow: hidden;
}
#content #subnav li {
	float: left;
	line-height: 100%;
	margin-bottom: 8px;
}
#content #subnav li a {
	display: block;
	padding: 0px 10px;
	border-right: 1px solid #999999;
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
#content #subnav li a:hover {
	color: #1b3892;
}

#logo {
	position: absolute;
	bottom: 0;
	right: 10px;
}
#content .inner {
	padding-bottom: 20px;
	min-height: 200px;
}
#content .contentbox {
	margin-top: 10px;
	margin-left: 267px;
	width: 529px;
	padding: 10px;
}
h1 {
	color: #1b3892;
	margin-bottom: 10px;
	font-size: 16px;
}
h2 {
	color: #1b3892;
	margin: 10px 0;
	font-size: 14px;
}
a {
	color: #1b3892;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
#content p {
	line-height: 150%;
	margin-bottom: 0.7em;
}
#content ul {
	margin: 10px 30px;
	line-height: 0;
}
#content li {
	line-height: 150%;
	margin-bottom: 5px;
}
.small {
	font-size: 11px;
}
/** FOOTER **/

#footer {
	border: 1px solid #b2b2b2;
	border-left: 0;
	border-right: 0;
	height: 12px;
	padding: 6px 0px 5px 0px;
	background: #fff;
	margin-bottom: 20px;
}
#footer .email {
	padding-left: 20px;
}
#footer .kontakt {
	padding-left: 200px;
	padding-right: 20px;
}
