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


		body {

	background:#eeeeee;
	margin-top:0px ;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	scrollbar-highlight-color:#ffffff;
 	scrollbar-shadow-color:#ffffff;
 	scrollbar-arrow-color:#ffffff;
	scrollbar-face-color:#8ABDE3;
 	scrollbar-track-color:#8ABDE3;
 	scrollbar-darkshadow-color:#8ABDE3;
 	scrollbar-base-color:#8ABDE3;
 	scrollbar-3dlight-color:#8ABDE3;}

	
		#container {
			width: 960px;
			\width: 980px;
			w\idth: 960px;
			margin: 0 auto;
			padding: 0px;
			background:#ffffff;
			border: 1px solid #999;
			z-index:3;
			 position: relative;
		}

		#banner {
			padding: 0px;
			margin-bottom: 0px;
			background: url(images/header-02.jpg) top no-repeat;
			height:150px;
			border-bottom: 0px solid #999999;
				}
				
		#banner-text {
			padding: 2px;
			margin: 4px;
			height:20px;
			color:#333;
			font-size:80%;
			text-align:left;
			height:100%;
				}		

		#content {
			padding: 10px;
			margin:10px 10px 10px 200px ;			
			font-size:85%;
			line-height:140%;
			min-height:550px;
		}

		#sidebar-a {
			float: left;
			width:180px ;
			margin: 10px 0 10px 10px;
			padding: 10px 0;
			background-color: ;
		}

			#banner-left {
			float: left;
			width:180px ;
			margin: 25px 0 10px 0px;
			padding: 10px 0;
			font-size:85%;
		}

		#footer {
			clear: both;
			padding: 5px;
			margin: 5px;
			text-align:center;
			font-size:80%;
			background-color:#DFF2FF;
		}
		
		
/*fontsize*/
		
h1 {font-size: 160%;
	color:#004F84;
	margin-bottom:20px;
	font-weight:bold;	}
	
	 
h2 {font-size: 130%;
		color:#ffffff;
		text-align:left;
		background-color:#004F84;
		margin-bottom:25px;
		margin-top:5px;
		padding:3px;
		letter-spacing:1px;
		text-transform:uppercase;
		font-weight:bold;
	}
	
h3 {font-size:120%; border-bottom: solid 2px #004F84; margin-bottom:10px; font-weight:bold; color:#004F84; }
h4 	{font-size:115%;  margin-bottom:5px; font-weight:bold; color:#004F84;}

p {line-height:150%;}

.Stil2 {background-color: #CAF4FF; font-weight: bold; font-size:90%; }

hr {color:#004F84; background:#004F84;}

/*table*/

#table {
color: #000000;
padding: 5px;
text-align:left;}	

/*bilder*/

.img-li { 	color:#ffffff;
	padding:10px;
	float: left;}
		
.img-re { 	color:#ffffff;
	padding:10px;
	float: right;	}		

/*links*/

a:link {
	color: #004F84;
	text-decoration: underline;
	font-weight:bold;
}

a:visited {
	text-decoration: none;
	color: #666;}
	
a:hover {
	text-decoration: none;
	color: #004F84;	
	background-color: #CAF4FF;
}

a:active {
	text-decoration: none;
	color: #000;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 175px;
border-bottom-width: 0;
margin-top:1px;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 80% Arial, Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: 175px;
padding: 5px 0;
padding-left: 7px;

text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 175px;
text-decoration: none;
}

.glossymenu li a:visited, {
color: #333;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
text-decoration: none;
color: #ff6633;
padding: 5px 0;
padding-left: 7px;
}

/*Stellen */

.stellenmenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 175px;
border-bottom-width: 0;
margin-top:1px;

}

.stellenmenu li a{
background:  url(images/glossyback3a.gif) repeat-x bottom left;
font: bold 80% Arial, Verdana, Helvetica, sans-serif;
color: black;
display: block;
width: 175px;
padding: 5px 0;
padding-left: 7px;
text-decoration: none;
}


* html .stellenmenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 175px;
text-decoration: none;
padding: 5px 0;
padding-left: 7px;
}

.stellenmenu li a:visited, .stellenmenu li a:active{
color: white;
width: 175px;
padding: 5px 0;
padding-left: 7px;
}

.stellenmenu li a:hover{
background-image: url(images/glossyback3.gif);
text-decoration: none;
color: red;
padding: 5px 0;
padding-left: 7px;
width: 175px;
}


  .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px}		
	


.bkgleft {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.bkgright {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
}

.outershell {
	position: inherit;
	z-index: 0;
	height: 100%;
	width: 100%;
	text-align: ;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
}		
		