@charset "utf-8";
/* CSS Document */

html, body {
	background-color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:100%;

}

a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}

h1 {

	font-size:16px;
	color:#0000bb;
	font-stretch:expanded;
}

h3 {

	font-size:12px;
	color:#0000bb;
	font-stretch:expanded;
}

.portlet-p {

	size:8px;
	color:#000066;
	
	}

#main {

	width:900px;
	height:auto;
	top:0px;
	margin-left:5%;
	position:relative;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	
	}

#header {

	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:201px;
	background-image:url(Bilder/index_01.jpg);
}



#zwischenbereich {
	position:relative;
	left:0px;
	width:900px;
	height:22px;
	background-image:url(Bilder/zwischenbereich.gif);
}



#content {
	margin-left:0px;
	position:relative;
	left:0px;
	width:900px;
	padding-top:10px;
	height:auto;
	min-height:302px;
	background-image:url(Bilder/background.gif);
	background-repeat:repeat-y;
}

#portlet {
	position:relative;
	width:200px;
	height:auto;
	min-height:302px;
	padding-left:5px;
	
}



#footer {

width:900px;
height:71px;
position: relative;
background-image:url(Bilder/footer.gif);

}

#footertext {
	font-size:10px;
	margin-top:0px;
	padding-top:16px;
	padding-left:140px;
	color:#FFFFFF;
	}


#vline {
	background-image:url(Bilder/vline.gif);
	background-repeat:repeat-y;
	background-position:top;
	width:17px;
	height:auto;
	min-height:302px;
	}
	
#portlettable {
	border:0px;
	width:200px;
	height:auto;
	min-height:302px;
	}
	
#feld {

border:#000000 solid 1px;
background-color:#FFFF00;

}

.feld {

border:#000000 solid 1px;
background-color:#FFFF00;
}
