body {
	background-color: #272727;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.text { 
	color : #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height : 15px;
	font-size : 11px;
}
.text a,.text a:link,.text a:active{
	color : #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height : 15px;
	font-size : 11px;
}
.text a:hover {
	color : #6695c0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height : 15px;
	font-size : 11px;
}

.text-blau { 
	color : #6695c0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height : 15px;
	font-size : 11px;
}

.text-rot { 
	color : #8f0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height : 15px;
	font-size : 11px;
}
.text-rot a,.text-rot a:link,.text-rot a:active{
	color : #8f0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height : 15px;
	font-size : 11px;
}
.text-rot a:hover {
	color : #6695c0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height : 15px;
	font-size : 11px;
}

.head { 
	color : #6695c0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height : 20px;
	font-size : 16px;
}


#bg1 {
 background-image: url(../media/bg1.gif);
 background-repeat: no-repeat;
 background-position: top left;
}

#bg2 {
 background-image: url(../media/bg2.gif);
 background-repeat: repeat;
 background-position: bottom left;
}

#bg3 {
 background-image: url(../media/bg3.gif);
 background-repeat: no-repeat;
 background-position: top left;
}


