#aussenlinie {
   border-color:#aaaaaa;
   border-width:1px; 
   border-style:solid;
}

#disclaimertext {
   /*font-weight:bold;*/
   font-size:10px;
   font-family:'Verdana',Times,serif;
   text-align:left;
   color:#000000;
}



/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tabellenformatierung
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

#aussentabelle {
	table-layout:fixed;
	width:964px;
	height:964px;
}
	#linkespalte {
		table-layout:fixed;
		width:224px;
		height:964px;
	}
	

	#menuspalte {
		table-layout:fixed;
		width:138px;
		height:964px;
	}	
		#menunews {
			table-layout:fixed;
			width:138px;
			height:50px;
		}
		

	#mittlerespalte {
		table-layout:fixed;
		width:376px;
		height:964px;
	}
		#centerb {
			table-layout:fixed;
			width:376px;
			height:586px;
			background-image:url(pics/centerb.jpg);
	}
			#hundertprozent {
				table-layout:fixed;
				width:100%;
				height:100%;
			}
			

	#rechtespalte {
		table-layout:fixed;
		width:226px;
		height:964px;
	}



/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Schriftformatierung
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/


/* index.html */

#textblock { 										/*standard */
   font-size:12px;
   font-family:'Georgia',Times,serif;
   text-align:justify;
   white-space:normal;
   color:#000000;
}
#posted {
   font-style:italic;
   font-size:10px;
   font-family:'Georgia',Times,serif;   
   color:#000000;
   text-indent:0.5cm;
}


/* band.html */

#textcenter {
   font-size:12px;
   font-family:'Georgia',Times,serif;
   text-align:center;
   white-space:normal;
   color:#000000;
}


/* shows.html */

#border {
   border-color:#000000;
   border-width:1px; 
   border-style:solid;
   table-layout:fixed;
   width:100%;
}
#shows {
   font-weight:normal;
   font-size:12px;
   font-family:'Georgia',Times,serif;
   text-align:left;
   white-space:normal;
   color:#000000;
}
#showstext {
   font-style:italic;
   font-size:10px;
   font-family:'Georgia',Times,serif;   
   color:#000000;
   text-indent:0.5cm;
}
#showlink { 
	font-style:normal;
    font-size:10px;
    font-family:'Georgia',Times,serif;
	/* text-decoration:underline; */
	font-weight:normal; 
	color:#000000;
}


/* shows.html */

#einruecktext {
   font-style:italic;
   font-size:12px;
   font-family:'Georgia',Times,serif;   
   color:#000000;
   text-indent:0.5cm;
}

#headline {
   font-weight:bold;
   font-size:12px;
   font-family:'Georgia',Times,serif;
   text-align:left;
   color:#000000;
}



/* Link */

#link { 
	font-style:normal;
    font-size:12px;
    font-family:'Georgia',Times,serif;
	/* text-decoration:underline; */
	font-weight:normal; 
	color:#000000;	
}
#altlink { 
	font-style:normal;
    font-size:9px;
    font-family:'Verdana',Times,serif;
	text-decoration:none;
	font-weight:normal; 
	color:#aaaaaa;
}
#piclink {
	text-decoration:none; 
	color:#FFFFFF;
	background-color:#FFFF00;
}


/* PHP */

#postcard {
	color:#000000;
	font-family:'Georgia',Times,serif;
	font-size:12px;
	text-decoration:none;
	position:relative;
	top:105px;
	left:20px;
	height:140px;
	width:300px;		
}

#postcardpic {
	background-image:url(pics/content/other/postcard.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	left:0px;
	height:400px;
	width:600px;
}

#paper {
	color:#000000;
	font-family:'Georgia',Times,serif;
	font-size:12px;
	text-decoration:none;
	position:relative;
	top:18px;
	left:20px;
	height:71px;
	width:400px;
}

#paperpic {
	background-image:url(pics/content/other/paper.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	left:0px;
	height:71px;
	width:400px;
}

