
body {
	color: black;
	background-color: rgb(32,160,199);
	font-size: 12px;
	font-family: Arial;
	margin: 0;
	min-width: 1000;
	text-align: center;
	}
	
div#seite {
	position: relative;
	text-align: left;
	background-color: rgb(32,160,199);
	margin: 0 auto;
	font-size: 14px;
	padding: 0;
	border-width: 0;
	width: 935;
	}
	
div#header_links {
	position: relative;
	width: 140;
	height: 130;
	margin: 0;
	background-color: rgb(32,160,199);
	background-image: url('header_links2.jpg'); 
	}
	
div#header_rechts {
	position: absolute;
	left: 140;
	top: 0;
	width: 760;
	height: 130;
	margin: 0;
	background-color: rgb(32,160,199);
	background-image: url('header_logo.jpg'); 
	}

div#navigationsleiste {
	position: relative;
	width: 935;
	height: 45;
	background-color: rgb(32,160,199);
	background-image: url('leiste_schatten2.jpg'); 
	}
	
div#navigation {
	padding: 6;
	width: 920;
	height: 30;
	text-align: center;
	}

ul#navi {
	margin: 0;
	padding: 0;
	}

ul#navi li {
	list-style: none;
	margin: 0;
	padding: 10;
	display: inline;
	}

ul#navi a {
	text-decoration: none;
/*	font-weight: bold;	*/
	font-weight: normal;
	color: black;
	}	

ul#navi a:hover {
	text-decoration: none;
/*	font-weight: bold;	*/
	font-weight: normal;
	color: rgb(150,150,150);
	}

div#seite_links {
	position: relative;
	text-align: left;
	width: 140;
	height: 525;
	background-color: rgb(32,160,199);
	background-image: url('links3.jpg'); 
	}

div#inhalt {
	position: absolute;
	margin: 10px;
	padding: 20px;
	left: 140;
	top: 175;
	width: 500;
	font-size: 12px;
	font-weight: normal;
	color: black;
	background-color: rgb(22,150,189);
	}

* html div#inhalt {						/* Korrektur für Explorer bis 6*/
	position: absolute;
	margin: 10px;
	padding: 20px;
	left: 140;
	top: 175;
	width: 540;
	font-size: 12px;
	font-weight: normal;
	color: black;
	background-color: rgb(22,150,189);
	}	
	
*:first-child+html div#inhalt {			/* Korrektur für Explorer 7*/
	position: absolute;
	margin: 10px;
	padding: 20px;
	left: 140;
	top: 175;
	width: 540;
	font-size: 12px;
	font-weight: normal;
	color: black;
	background-color: rgb(22,150,189);
	}	
	
#ueberschrift1 {
	font-size: 12px;
	font-weight: normal;
	color: white;
	}	
	
#inhalt td {
	font-size: 12px;
	font-weight: normal;
	}
	
#inhalt a {
	text-decoration: underline;
	font-weight: normal;
	color: blue;
	}
	
div#seite_rechts {
	position: absolute;
	left: 700;
	top: 175;
	font-size: 12px;
	padding: 10px;
	width: 180;
/*	height: 505;	*/
	background-color:rgb(93,184,205);
	}

* html div#seite_rechts {						/* Korrektur für Explorer bis 6*/
	position: absolute;
	left: 700;
	top: 175;
	font-size: 12px;
	padding: 10px;
	width: 200;
	height: 525;
	background-color:rgb(93,184,205);
	}	

*:first-child+html div#seite_rechts {			/* Korrektur für Explorer 7*/
	position: absolute;
	left: 700;
	top: 175;
	font-size: 12px;
	padding: 10px;
	width: 200;
	height: 525;
	background-color:rgb(93,184,205);
	}	
		
#konzertdatum {
	font-size: 12px;
	font-weight: bold;
	color: white;
	}	

#konzerttitel {
	font-size: 12px;
	font-weight: bold;
	color: black;
	}

#konzertort {
	font-size: 12px;
	font-weight: normal;
	color: black;
	}
	
#konzertanm {
	font-size: 12px;
	font-weight: normal;
	color: black;
	}
