body 			/* grundlegendes zum dokumentenkorper*/
{
background-color: 				#c20102;
color: 							#ffffff;
font-family: 					arial;
font-size: 						12px;
vertical-align: 				top;
overflow:						hidden;
}#start /*der container, der das ganze zntriert*/
{
position: absolute;
width: 760px;
height: 420px;
left: 50%;
margin-left:	-380px; /* Um die Hälfte der Breite nach links schieben */
top: 50%;
margin-top:	-220px; /* Um die Hälfte der Höhe nach oben schieben */
text-align:	left; padding:	0px;
} #jazzklub /*der container, der das ganze zntriert*/
{
position: relative;
width: 130px;
height: 400px;
left: 50px;
top: 0px;
text-align: center;
padding: 0px;
float:left;
} #spons /*der container, der das ganze zntriert*/
{
position: relative;
width: 160px;
height: 50px;
left: 10px;
top: 10px;
background-color: #00cc00;
text-align: center;
padding: 0px;
border: ridge Maroon;
background-color:#173648;
font-size:14px;
} #konzerte /*der container, der das ganze zntriert*/
{
position: relative;
width: 200px;
height: 400px;
margin-left:560px;
top: 0px;
text-align: left;
padding-right: 10px;
} #testlogo /*der container, der das ganze zntriert*/
{
position:absolute;
width: 200px;
height: 400px;
left: 50%;
margin-left:	-100px; /* Um die Hälfte der Breite nach links schieben */
top: 50%;
margin-top:	-205px; /* Um die Hälfte der Höhe nach oben schieben */
background-color: 				#c20102;
text-align:	center; padding:	0px;
} #testlogoa /*der container, der das ganze zntriert*/
{
position: relative;
width: 200px;
height: 210px;
left: 0px;
top: -40px;
float:left;
text-align: center;
padding: 0px;
} #testlogob /*der container, der das ganze zntriert*/
{
position: relative;
width: 200px;
height: 230px;
left: 0px;
top: 0px;
float:left;
background-color:	#000000;
text-align:	center; padding:	0px;
}
a
{
font-family: 		arial;
font-size: 			12px;
font-weight: 		bold;
text-decoration:	none;
}
a:link 
{
color: 				#97A7B1;
}
a:visited
{
color: 				#97A7B1;
}
a:hover
{
color: 				#CCCCCC;
}
a:active
{
color: 				#97A7B1;
}