@import url(format.css);
@import url(form.css);

/* ------- FRAMEWORK -------  */

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	height: 100%;
	font-size: 11px;
	background: #000 url(../images/bgcontent.jpg) no-repeat -40px -90px;
	background-attachment:fixed;
}

h3 {
	font-size: 13px;
}


td {
	font-size: 11px;
}

a,
a:link,
a:visited {
	color:#4997CD;
	text-decoration:none;
}

a,
a:hover,
a:active {
	color: #FFF;
}

a.mail {
	border-bottom: 1px solid #0067AD;
}

/*####### WRAPPER ##########*/
div#wrapper {
	background: url(../images/bg.jpg);
	position: absolute;
	width: 958px;
	height: 784px;
	left:50%;
	margin-left:-479px;	
}

/*####### CONTENT ##########*/
div#content {
	color: #FFF;
	position:absolute;
	left:185px;
	top:0px;
	height:100%;
	width:668px;
	z-index: 1;
	background: #445EAD url(../images/bgcontent.gif) repeat-y 0 0;
}

/*########################################
			 WRAPPER
#########################################*/

div#wrapper .logo {
	position:absolute;
	top: 32px;
	left: 20px;
}

div#wrapper .bild {
	border:1px solid #292D36;
	left:19px;
	position:absolute;
	top:117px;
	z-index: 5;
}

div#wrapper .news {
	background:#060E1A none repeat scroll 0 0;
	border:1px solid #292D36;
	height:214px;
	left:19px;
	position:absolute;
	top:117px;
	width:274px;
	z-index:5;
	padding: 20px;
	overflow:auto;
}

div#wrapper .snav {
	background: url(../images/bgsnav.jpg) no-repeat;
	bottom:29px;
	height:634px;
	left:172px;
	position:absolute;
	width:163px;
}

div#wrapper .hnav {
	border:1px solid #292D36;
	position:absolute;
	right:9px;
	top:263px;
	width:165px;
	background:#060E1A;
}

div#wrapper .banner {
	position:absolute;
	right: 9px;
	bottom: 25px;
	width:165px;
}

div#wrapper .content {
	background:transparent url(../images/bgcontent.jpg) no-repeat scroll 0 0;
	border:1px solid #292D36;
	height:723px;
	left:334px;
	position:absolute;
	top:30px;
	width:447px;
	margin:0;
	padding:0;
}


div#wrapper .home {
	background:transparent url(../images/startbg.jpg) no-repeat scroll 0 0;
}


div#wrapper .balken {
	display: none;
}



/*########################################
			 CONTENT
#########################################*/

.content .kontakt a,
.content .breadcrumb a {
	color: #FFF;
}

.content .breadcrumb {
	width: 320px;
	background: transparent url(../images/navdot.gif) no-repeat scroll 0 6px;
	height:16px;
	position:absolute;
	right:0;	
}

.content .breadcrumb span {
	background:#274569;
	display:block;
	height:16px;
	margin-left: 10px;
	padding:3px 0 0 10px;
	text-transform:uppercase;
}

.content .kontakt {
	width: 320px;
	background: transparent url(../images/navdot.gif) no-repeat scroll 0 6px;
	position:absolute;
	right:0;
	bottom:0px;
	height:19px;
}

.content .kontakt span {
	background: #16263B;
	display:block;
	height:16px;
	margin-left: 10px;
	padding:3px 0 0 10px;
	text-transform:uppercase;
}

.content .entry {
	padding-right:25px;
}

.content h1 {
	font-size: 1.2em;
}

.content p {
	padding-bottom: 10px;
	line-height:1.4em;
}

.content .inhalt {
	height:600px;
	left:40px;
	margin:0 0 25px 0;
	overflow-y:auto;
	position:absolute;
	top:90px;
	overflow-x:none;
}


/*----------------------------------------
			 hnav
------------------------------------------*/

.hnav ul {
	margin: 5px 5px 5px 6px;
}

.hnav ul li {
	margin: 1px 0px 1px 0;
	padding-left: 10px;
}

.hnav ul li a,
.hnav ul li a:visited {
	background:#E2001A;
	color:#FFFFFF;
	display:block;
	height:16px;
	padding:3px 0 0 10px;
	text-transform:uppercase;
	vertical-align:middle;
}

.hnav ul li:hover,
.hnav ul li.activ {
	background:transparent url(../images/navdot.gif) no-repeat scroll 0 6px;
}

.hnav ul li.activ a,
.hnav ul li.activ a:link,
.hnav ul li a:hover {
	background:#A00419;
}

/*----------------------------------------
			 snav
------------------------------------------*/

.snav .binhalt {
	position:absolute;
	bottom:0;
	left:8px;
}

.snav ul {
	margin: 5px 0 5px 6px;
	position:absolute;
	bottom:0;
	width: 150px;
}

.snav ul li {
	margin: 1px 0px 1px 0;
	padding-left: 10px;
}

.snav ul li a,
.snav ul li a:visited {
	background:#386E9B;
	color:#FFFFFF;
	display:block;
	height:16px;
	padding:3px 0 0 10px;
	text-transform:uppercase;
	vertical-align:middle;
}

.snav ul li:hover,
.snav ul li.activ {
	background:transparent url(../images/navdot.gif) no-repeat scroll 0 6px;
}

.snav ul li.activ a,
.snav ul li a:hover {
	background: #4997CD;
}

/*----------------------------------------
			 news
------------------------------------------*/

.news h1 {
	font-size: 1.1em;
}



/*----------------------------------------
			 banner
------------------------------------------*/

.banner h1 {
	font-size: 1.1em;
	padding-left:5px;
}



/*----------------------------------------
		inhalt
------------------------------------------*/

.inhalt .entry ul,
.inhalt .entry ol {
	margin: 10px 0;
}

.inhalt .entry ul li {
	margin-left: 17px;
	list-style-type:disc;
}

.inhalt .entry ol li {
	margin-left: 25px;
	list-style-type:decimal;
}


.inhalt .entry li {
	margin-bottom: 3px;
}

.searchbox {
	margin-bottom: 10px;
}

.search {
	padding:0 0 15px;
}

.search h3 {
	padding:0;
}


.search p {
	margin: 0;
	padding:0;
}

strong.tx-indexedsearch-redMarkup {
	color:#4997CD;
	font-weight:normal;
}

iframe#bildungspool {
	height: 100%;
	width: 407px;
}

iframe#bildungspool body {
	background: none;
}



