*		{font-family:Arial,Helvetica,sans-serif;}
* html #wrapper	{height: 100%;} /*realisiert das Auslaufen des wrapper-HG auch im IE 6.0 */

body, html	{
	background-color:#2f5782;
	padding:0px;
	margin:0px;
	height: 100%;
	font-weight:normal; font-size:12px; color: #2F5782;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 30px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #2F5782;
}
p {
	margin: 0px;
	padding: 0px;
}


a:link {
color:#333366;
text-decoration:underline;
}
a:visited {
color:#333366;
text-decoration:underline;
}
a:active {
	color:#333333;
	text-decoration:underline;
}
a:hover {
color:#222244;
text-decoration:none;
}


/* ---------------------------------------------------------------------------------*/


/* Mainbereich */
/* ---------------------------------------------------------------------------------*/
#wrapper	 	{
	width:892px;
	min-height: 10%;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Headbereich */
/* ---------------------------------------------------------------------------------*/
#head		{
	font-size: 1.5em;
	background-image: url(img/stripes_rechts.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 150px;
	background-color: #2f5782;
}

/* Ende Headbereich */


#spalte_links 	{
	width:178px;
	float:left;
	padding:10px 10px 10px 30px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
}

#spalte_mitte 	{
	width:416px;
	float:left;
	padding:10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	min-height: 250px;
}
#spalte_rechts	{
	width:198px;
	float:right;
	padding:10px;
	background-color: #FFF;
}
#spalte_rechts img 	{
	margin-left: 20px;
}

.text_klein {
	font-size:10px;
}



/* ---------------------------------------------------------------------------------*/
/* Ende Mainbereich */


/* Footerbereich */
/* ---------------------------------------------------------------------------------*/
#footer		{clear:both; height: 10px; background:#CCCCCC; padding:10px; font-size: 0.8em;}
/* ---------------------------------------------------------------------------------*/
/* Ende Footerbereich */
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
