a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #ff0000;
}
a:active {
	color: #000000;
}

.text_wichtig {
font-family:Arial;
color:#000000;
font-size:medium;
font-weight:bold;
}
.text_wichtig_rot {
font-family:Arial;
color:#FF0000;
font-size:medium;
font-weight:bold;
}
.text_norm {
	font-family:Arial;
	color:#000000;
	font-size:small;
	font-weight: bold;
}
.text_norm_rot {
	font-family:Arial;
	color:#FF0000;
	font-size:small;
	font-weight: bold;
	}
.text{
	font-family:Arial;
	color:#000000;
	font-size:small;
}
.text_red{
	font-family:Arial;
	color:#FF0000;
	font-size:small;
}

.text_norm_white {
	font-family:Arial;
	color:#FFFFFF;
	font-size:small;
}
.text_norm_white_b {
	font-family:Arial;
	color:#FFFFFF;
	font-size:small;
	font-weight:bold;
}
.text_gross{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:16px;
}
.ueberschrift_gross{
	font-family:Arial;
	color:#FFFFFF;
	font-weight: bold;
	font-size: x-large;
}
.ueberschrift{
	font-family:Arial;
	color:#000000;
	font-weight:bold;
	font-size:large;
}
	


/* ----------container zentriert das layout-------------- */
#container {
	width: 1100px;
	margin-right: auto;
	margin-top: 20px;
	
}


/* -----------------Inhalt--------------------- */


#content {
	height:750px;
	width:auto;
	margin-top:0px;
	margin-left:180px;
	
}





/* --------------left navigavtion------------- */
#left {
	float: left;
	width: 130px;
	
	height:750px;
}
