/* ************************************************** */
/* Allgemeines Stylesheet */
/* ************************************************** */


/* ************************************************** */
/* Allgemeine Angaben */

html, body {
	background: #070746 url("../img/bg.png") repeat-x fixed top left;
 	margin: 0;
 	padding: 0;
	width: 100%;
	color: black;
	text-align: left;
	font: 20px/25px 'ColaborateLight', Tahoma, Arial, sans-serif;
	letter-spacing: -1px;
}

@font-face {
	font-family: 'ColaborateLight';
	src: 	url('colabLight.eot?') format('eot'),
		url('colabLight.woff') format('woff'),
		url('colabLight.otf') format('otf'),
		url('colabLight.ttf') format('truetype'),
		url('colabLight.svg#webfontgNLCHu2M') format('svg');
	font-weight: normal;
	font-style: normal;
}

ul, ol {
	margin: 0;
}
u {
	color: #151546;
}

.ch {
	display: none;
}

/* ************************************************** */
/* Seitenaufbau */

div#container {
	width: 918px;
	margin: 0 auto;
}
div#header {
	width: 100%;
	height: 166px;
	background: url("../img/text.png") repeat-y scroll top left;
	text-align: center;
}
div#header img {
	margin-left: -3px;
}
div#nav {
	position: absolute;
	z-index: 2;
	background: url("../img/nav.png") no-repeat scroll top left;
	width: 918px;
	height: 67px;
}
div#page {
	background: url("../img/text.png") repeat-y scroll top left;
	padding: 80px 80px 20px 80px;
	text-align: justify;
}
div#footer {
	background: url("../img/footer.png") no-repeat scroll top left;
	width: 100%;
	height: 40px;
	padding-top: 30px;
}
div#footer span {
	display: block;
	float: left;
	color: #9c9cb2;
	font-size: 15px;
	margin-top: -6px;
	letter-spacing: 0px;
}
div#footer span#sp1 {
	width: 200px;
	margin-left: 80px;
}
div#footer span#sp2 {
	width: 558px;
	text-align: right;
}
div#footer span a {
	color: inherit;
	text-decoration: none;
}
div#footer span a:hover {
	color: inherit;
	background: none;
	text-decoration: underline;
}

/* ************************************************** */
/* Links */

a, a:visited, a:active {
	color: #365c8d;
}
a:hover { 
	color: #151546;
	background-color: #e1eeff;
	text-decoration: none;
}
a.nobg {
	background: transparent;
}

/* ************************************************** */
/* Überschriften */

h1, h2, h3, h4, h5 {
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 0;
	font-weight: normal;
}
h1 {
	font-size: 30px;
	letter-spacing: -2px;
	color: #1c1c7c;
	margin-bottom: 34px;
}
h2 {
	font-size: 24px;
	color: #365c8d;
}
h3 {
	font-size: 22px;
	margin-bottom: 5px;
	color: #365c8d;
	font-weight: bold;
}
h4 {
	font-size: 18px;
	padding-top: 0;
	margin-bottom: 0;
	color: #365c8d;
}
h5 {
	font-size: 20px;
	margin-bottom: 5px;
	color: black;
	text-decoration: underline;
}

/* ************************************************** */
/* Noscript-Hinweis */

div#js {
	width: 100%;
	left: 0%;
	height: 60px;
	padding-top: 4px;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	background: #070746;
	border-top: 1px solid white;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0px;
}

/* ************************************************** */
/* Copyright Simon Ismair, 2011 */
/* www.si-photo.net */
/* ************************************************** */