/*** Basics ***/
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #89CDD5;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 14px;
}
#banner {
	text-align: left;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 148px;
	background: url(../img/header.jpg) no-repeat;
}
#banner h1 {
	padding-top: 23px;
	padding-right: 10px;
	text-align: right;
}
#contentwrapper {
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: left;
	width: 960px;
	background: url(../img/center_y.jpg) repeat-y #FFF;
}
#nav {
	margin: 10px 20px;
	height: 35px;
	border-bottom: #CCCCCC solid 1px;
}
#footer {
	font-size: 10px;
	height: 28px;
	background: url(../img/footer.jpg) no-repeat;
	clear: both;
}
#content {
	margin: 15px 20px;
	color: #000;
	line-height: 1.2;
	display: block;
	clear: both;
}
#bg_left {
	background:url(../img/bg_left.jpg) left top repeat-x;
	width: 50%;
	height: 500px;
	position:absolute;
	left:0;
	top: 0;
	z-index:-1;
}
#bg_right {
	background:url(../img/bg_right.jpg) left top repeat-x;
	width:50%;
	height: 500px;
	position:absolute;
	right:0;
	top: 0;
	z-index:-1;
}
noscript {
	background-color: #FF9900;
	display: block;
}

/*** Content-Text ***/
#content h2 {
	padding: 20px 0 10px 10px;
	margin: 0;
	color: #333333;
	font-size: 36px;
}
#content h3 {
	margin: 15px 0 10px 0;
	padding: 8px 10px;
	color: #FFF;
	font-size: 16px;
	background-color: #1E5D91;
	border-radius: 10px;
	-moz-border-radius: 10px;
	clear: both;
}
#content h4 {
	margin: 0;
	padding: 8px 0 0px 10px;
	color: #333333;
	font-size: 16px;
}
#content h5 {
	margin: 0;
	padding: 8px 0 0px 10px;
	color: #1E5D91;
	font-size: 16px;
}
#content h1, #content h6 {
	color: red;
	font-size: 6px;
}
#content p {
	margin: 0;
	padding: 0 0 10px 10px;
}
#content ul {
	padding: 0 0 0 30px;
	margin:0;
}
#content li {
	padding: 0 0 5px 0;
	margin: 0;
}
img {
	border: none;
}
#content a:link, #content a:visited, #content a:active {
	text-decoration: underline;
	color: #6666FF;
}
#content a:hover {
	color: red;
}
.error {
	font-size: 1.2em;
	padding: 10px 10px 10px 60px !important;
	color: #F00;
	background: url(../img/icon-error-32x32.png)  no-repeat  5px 5px #FBE1E0;
	border: 1px solid #F00;
	margin-bottom: 15px !important;
}
.warning {
	font-size: 1.2em;
	padding: 10px 10px 10px 60px !important;
	color: #F90;
	background: url(../img/icon-warning-32x32.png)  no-repeat  5px 5px #FFFCED;
	border: 1px solid #F90;
	margin-bottom: 15px !important;
}
.ok {
	font-size: 1.2em;
	padding: 10px 10px 10px 60px !important;
	color: #090;
	background: url(../img/icon-ok-32x32.png)  no-repeat  5px 5px #C1FBBF;
	border: 1px solid #090;
	margin-bottom: 15px !important;
}


/*** Formulare ***/
form.formdesign label {
	position:absolute;
	width: 130px;
}
form.formdesign select, form.formdesign input[type=text], form.formdesign input[type=password] {
	width: 300px;
}
form.formdesign textarea {
	width: 440px;
	height: 80px;
}
form.formdesign select, form.formdesign input, form.formdesign textarea, .ident {
	margin-left: 135px;
}
.noAbsPos {
	position: static !important;
	width: auto !important;
}
.noIdent {
	margin-left: 0px !important;
}
.anzField {
	width: 50px !important;
	margin-left: 0px !important;
}
form.formdesign p {
	padding-bottom: 15px;
}

/*** Superfish Styling ***/
.sf-menu a, .sf-menu a:visited  {
	color: #666;
	border: none;
}
.sf-menu li {
	background: none;
}
.sf-menu li li {
	background: #EEE;
	color: #FFF;
}
.sf-menu li li li {
	background:	#EEE;
	color: #FFF;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #93AFD0;
	outline: 0;
	color: #FFF;
}
.sf-sub-indicator {
	background-image: url(../js/superfish/arrows-cccccc.png);
}
.nav_active {
	font-weight: bold;
}
