html {
	padding:0; 
	margin:0; 
	border:0; 
	font-size:12px; 
	overflow:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
body {
	overflow: hidden;
	padding:0; 
	margin:0;
	border:0;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #7C7C7B;
	}

#holder { 	
	position:absolute;
	height:579px; 
	width:960px;
	margin:-290px 0px 0px -480px;
	top: 50%; 
	left: 50%;
	text-align: left;
	padding: 0px;
	display:block;
	background-color: #F6F1C9;
	} 

.clear {clear:both;}
	
/* Textbereich */

/*
Der Contenthauptcontainer wird in den einzelnen Seitenbezogenen css-Dateien definiert
*/

#content h1 {
	font-size: 16px;
	font-weight: bold;
	color:#666;
	text-align:left;
	}
	
#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	}

	
#content p {
	color: #000;
	}
	
#content a {
	color: #000;
	text-decoration: none;
	}
	
#content a:hover {
	text-decoration: underline;
	}
	
#content li {
	color: #000;
	list-style-type:square;
	}

/* Bildunterschriften */
/* Update 02.11.2008 Maik */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; font-size:10px; } 


	
#submenu {
	position:absolute;
	left:466px;
	top:538px;
	overflow:auto;
	width:445px;
	height:40px;
	margin:0 0 0 1px;
	padding:0;
	}
	
#submenu li{
	display: inline;
	list-style-type: none;
	}
	
#submenu a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-size:10px;
	}
	
#submenu a:hover {
	text-decoration: underline;
	}


#content .anfahrt {
	font-size:10px;
	}
	
.map24input, .map24plz, .map24city {
	font-size:10px;
	margin: 0 0 5px 0;
	padding: 2px 0 2px 5px;
	border: 1px solid #666;
	}
	
.map24input {
	width: 154px;
	}
	
.map24plz {
	width: 50;
	}
	
.map24city {
	width: 100px;
	}	
	
