html {
	overflow-y: scroll;
}

body {
	text-align: center;
	background-color: #FFF;
	background: url(../img/layout/bg.jpg) repeat-y top center fixed;
}

/* ---------- Allgemein ---------- */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 140%;
}

#middle p:first-letter {
	font-size: 14px;
	padding-right: 1px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
}

hr {
	background-color: #CCC;
	color: #CCC;
	width: 100%;
	border: 0;
	height: 1px;
}

/* ---------- h1 ---------- */

h1 {
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	font-variant: small-caps;

	margin: -15px -15px 15px -15px;
	height: 14px;
	padding: 1px 0 1px 15px;

	background-color: #0099FF;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-box-shadow: inset 0 2em 3em -2em white, inset 0 -2em 3em -2.5em black;
	-webkit-box-shadow: inset 0 2em 3em -2em white, inset 0 -2em 3em -2.5em black;
}

/* ---------- h2 ---------- */

h2 {
	color: #0099FF;
	font-size: 16px;
	font-weight: normal;
}

/* ---------- h3 ---------- */

h3 {
	font-size: 13px;
	font-weight: bold;
}

/* ---------- Ebenen ---------- */

#center {
	width: 1002px;
	text-align: left;
	margin: 40px auto;
	padding: 0;
}

#left {
	float: left;
	clear: right;
	padding-right: 15px;
}

#middle {
	float: left;
	width: 560px;
}

#right {
	float: right;
	padding-left: 15px;
}

#box, #middle {
	background-color: #FFF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: 2px 2px 6px #000;
	-moz-box-shadow: 2px 2px 6px #000;
	margin-bottom: 15px;
	padding: 15px;
	min-width: 160px;
}

/* ---------- Navigation ---------- */

#box ul.navi li {
	margin: 0 0 12px 0;
}

#box ul.navi a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 3px 0 3px 15px;
	border-bottom: 1px solid #CCC;
}

#box ul.navi a:hover, #box ul.navi a:active, #box li.active a {
	color: #0099FF;
	-moz-box-shadow: inset 0 2em 3em -2em white, inset 0 -2em 3em -2.5em black;
	-webkit-box-shadow: inset 0 2em 3em -2em white, inset 0 -2em 3em -2.5em black;
}

/* ---------- Links ---------- */

a {
	color: #0099FF;
	text-decoration: none;
}

a:hover, a:active {
	color: #0066FF;
	text-decoration: none;
}

/* ---------- Bilder ---------- */

img.vorstand {
	border: 3px solid #FFF;
	-webkit-box-shadow: 2px 2px 6px #000;
	-moz-box-shadow: 2px 2px 6px #000;
}

h1 img {
	vertical-align: text-top;
}

#middle img.ressort {
	margin: -15px -15px 15px -15px;
}

/* ---------- Formulare ---------- */

input.news, textarea.news {
	width: 100%;
}

input.loginfield, input.loginbutton {
	color: #999;
	width: 158px;
	border: 1px solid #999;
	margin-bottom: 1px;	
}

input.loginfield:hover {
	color: #000;
	margin-bottom: 1px;
}

input.loginbutton {
	color: #000;
	width: 160px;
	background-color: #EDEDED;
}

/* ---------- Icons im Text ---------- */

address, span.phone, a.mail, a.extern, a.pdf, a.link {
	padding-left: 25px;
}

address {
	background: url(../img/icon/notice.png) no-repeat left top;
}

span.phone {
	background: url(../img/icon/phone.png) no-repeat left center;
}

a.mail:link, a.mail:visited, a.mail:hover, a.mail:active.pdf {
	background: url(../img/icon/mail2.png) no-repeat left center;
}

a.extern:link, a.extern:visited, a.extern:hover, a.extern:active {
	background: url(../img/icon/extern.png) no-repeat left center;
}

a.pdf:link, a.pdf:visited, a.pdf:hover, a.pdf:active {
	background: url(../img/icon/pdf.png) no-repeat left center;
}

a.link:link, a.link:visited, a.link:hover, a.link:active {
	background: url(../img/icon/right.png) no-repeat left center;
}






small {
	color: #999;
	font-size: 11px;
	font-variant: small-caps;
	letter-spacing: 3px;
	text-align: right;
}



table.news {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	width: 100%;
}

table.news td {
	border: 1px solid #999999;
	padding: 2px;
}

#fail {
	color: #CC0000;
	background-color: #FFCCCC;
	background-image: url(../img/icon/fail.png);
	background-repeat: no-repeat;
	background-position: left;
	border: 1px solid #CC0000;
	padding: 3px 3px 3px 30px;
}

#pass {
	color: #006600;
	background-color: #99FF99;
	background-image: url(../img/icon/pass.png);
	background-repeat: no-repeat;
	background-position: left;
	border: 1px solid #006600;
	padding: 3px 3px 3px 30px;
}

a.copyright {
	color: #999;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
}

a.copyright:hover, a.copyright:active {
	color: #666;
}
