@charset "UTF-8";
/* CSS Document */


/* html-tags*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	color: #000000;
	background-image: url(../images/background/spez5.jpg);
	background-repeat:repeat
}

a:link {
	text-decoration: none;
	color: #006600;
	font-size: 1.01em;
	line-height: 1.5em;
} 
a:visited {
	text-decoration: none;
	color: #006600;
	font-size: 1.01em;
	line-height: 1.5em;	
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	font-size: 1.01em; 
	line-height: 1.5em;	
}
a:active {
	text-decoration: none;
	color:#FF0000;
	font-size: 1.01em;
	line-height: 1.5em;	
}

img {
	border: none;
}




/*Containers*/


#around {
	position: absolute;
	height: 850px;
	width: 950px;
	left: 50%;
	padding: 0;
	margin-left: -512px;
	background-image:url(../images/background/back_around1_950.png);
	background-repeat:no-repeat;
}

#head {
	position:absolute;
	height: 60px;
	width: 580px;
	left: 50%;
	top: 1px;
	padding: 0;
	margin-left: -295px;
}

#banner_left {
	position: absolute;
	width: 140px;
	height: 130px;
	top: 60px;
	padding: 0;
	margin-left: 19px;
	background-image: url(../images/banners/left_voc_info3.jpg);
	background-repeat:no-repeat;
}

#banner_middle {
	position: absolute;
	height:100px;
	width: 580px;
	top: 65px;
	left: 50%;
	padding: 0;
	margin-left: -295px;
}

#first_nav {
	position: absolute;
	height:25px;
	width: 590px;
	top: 165px;
	left: 50%;
	padding: 0;
	margin-left: -295px;
}


#banner_right {
	position: absolute;
	width: 135px;
	height: 120px;
	top: 60px;
	margin-left: 808px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #86D38D;
	left: -24px;
	font-size: 0.65em;	
}

#second_nav {
	position: absolute;
	height: 620px;
	width: 150px;
	top: 200px;
	padding: 0px;
	margin-left: 15px;
	padding: 0;
	background-image: url(../images/background/second_navigation/background.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	
	
}

#content-box {
	position: absolute;
	width: 580px;
	height: 620px;
	top: 210px;
	left: 50%;
	padding: 0;
	margin-left: -295px;
	overflow: auto; 		
}

#quickcontent {
	position:absolute;
	width: 145px;
	height: 620px;
	top: 200px;
	margin-left: 805px;
	padding: 0;
	left: -25px;
	font-size: 1.01em;
	line-height: 1.6em;
}



/*Classes*/

.schrift09em {
	font-size: 0.9em;
	line-height: 1.4em;
}

.title {
	font-size: 1.5em;
	line-height: 125%;
	font-weight: bold;
	color: #006600;
}

