 
/* Seitenzentrierung */
	
	body {
			text-align: center;
			background-color: #FFFFE0;
			padding: 30px;	
				}

	table {
		margin-left: 35px;
		font-family: ´Times New Roman´, serif;
 		white-space: pre;
 		font-size: 10pt;
 		padding: 5px;
 		line-height: 1,2pt;
 			}
 		
 	#container {
		width: 700px;
		margin: 0px auto;
		padding: 10px;
		background: silver;
		text-align: left;
		background-color: white; 
						}

	.top {
		background-color: white;
		text-align: right;
		margin-right: 10px;
						}
	
	.leftside {
		float: left;
		text-align: right;
		width: 140;
		border: none;
		margin-left: 5px;
		margin-right: 5px;
		background-color: white;
			}
	.logo {
		margin-right:10;
		margin-top: 20px; 
		}						
	.main {
		background-color: #f5f5f5;
		padding: 10px;
		padding-top: 0px;
		width: 520px;				
		float: right;	
		margin-top: 30px; 
			}

	#footer {
		clear: both;
		height: 5px;
		background: white;
		text-align: center;
			}
			
/* Aufteilung für Konzertbilder */
	
	.bildoben, .bildunten, .bildgross, .bildlinkscontainer, .bildlinks, .bildrechts {
		background-color: #f5f5f5;
		overflow: hidden;
		border-style: solid;
		border-width: thin;
		border-color: #f5f5f5; }
	
	.bildoben {					/* maximal 5 Bilder */
		float: right;	width: 100px;	height: 100px;	}
	.bildunten {					/* maximal 4 Bilder */
		float: right; width: 100px; height: 100px; }
	.bildgross {					
		float: left; width: 304px; height: 304px;	}		
	.bildrechts{									/* maximal 4 Bilder */
		clear: right; width: 100px; height: 100px; 	}	
	.bildlinkscontainer {			/* maximal 3 Bilder */
		float: left;	margin-left: 10px; 	width: 100px; height: 304px; }
	.bildlinks {
		width: 100px; height: 100px; }
		
 /* Klassen */
 		.intro {
 		position:absolute; 
 		left:0; 
 		top:0; 
 		layer-background-color:red; 
 		background-color:red; 
 		border:0.1px 
 		solid red;
 				 }
	
 		#schwarz {
 			color: #000000;
 			}
 		#rot {
 			color: #ff0000;
 				}
  					
			
 /**/
/* Ueberschriften */
 		h1 {
 			text-align: right;
 			margin-top: 10px;
 			color: #ff0000;
 			font-size: 24pt;
 			font-family: ´Times New Roman´, serif;
 			white-space: pre;
 			}
 		
 		h2 {
 			text-align: left;
 			text-indent: 3em;
 			font-size: 24pt
 			font-family: ´Times New Roman´, serif;
 			white-space: pre;
 				}
 				
 		h3 {
 			margin-top: 10px;
 			text-align: center;
 			color: #ff0000;
 			font-size: 24pt;
 			font-family: ´Times New Roman´, serif;
 			white-space: pre;
 				}
 		
 		
 /**/
/* Absatzlayout */
 		p {
 			text-align: justify;
 			font-family: Verdana, sans-serif;
 		  line-height: 1.2;
 			font-size: 10pt;
			}
  		
  	p:first-letter {
 			font-size: 300%;
 			color: #ff0000;
 			float: left;
 			line-height: 1.2;
 			}
 
 /**/
/* Links - Mauszeiger */
  	a {
  		text-decoration: none;
  		font-family: ´Egyptian505 BT´, ´Times New Roman´, serif;
		  font-size: 10pt;
		  color: #ff0000;
  	 		}
		a:visited {
			text-decoration: none;
				}
			
		a:hover {
			text-decoration: none;
			font-weight: bold;
  	 		} 
		a.topjumper:hover IMG {
			border-top: #ff0000 1px solid; 
			margin-top: 0px;
				}
		a.topjumper {
			float: right; 
				}
 /**/
/* Aufzaehlung & Listen & Linien */
 
 		ul {line-height: 1.5em;
 		list-style-type: none;
 		margin-left: 0px;
 		margin-top: 35px;
 		text-align: right;		
 		margin-right: 15px;
 		}
 		
