/* CityDesk default style sheet */


/* Basic HTML Element Style */
body {
	background-color: #fff;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000;
	text-align: left;
	margin:0px;
	padding:0px;
	background-image:url(../Images/menu-hg.gif);
	background-repeat:repeat-y;	
}

h1 {
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #000000; 
	margin: 0px;
	margin-bottom: 10px;
}

h2 {
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000; 
	margin: 0px;
}

td.refob {
	vertical-align: top;
	padding-bottom: 10px;
}

/*Structural elements */
#container {
	width: 100%;
	height:100px;
	margin: 0px;
	padding:0px;
}

#head {
	display:none;
}

#headnav {
	display:none;
}

#headnav p {
	background-color:#9cf;
}

.text {
	margin-top:0px;
}

.home {
	border:1px solid black;	
	float:left;
	width:85px;
	text-align:center;
}

.impressum {
	border:1px solid black;
	float:left;
	margin-left:3px;
	width:85px;	
	text-align:center;
}

.anfahrt {
	border:1px solid black;	
	float:left;
	width:85px;
	margin-top:3px;
	text-align:center;
}

.kontakt {
	border:1px solid black;	
	float:left;
	margin-left:3px;
	margin-top:3px;	
	width:85px;
	text-align:center;
}

#inhalt {
	position:absolute;
}

#nav {
display:none;
}

#nav ul {
	padding:10px;
	margin:0px;
}

#nav li {
	margin-bottom:15px;
}

#nav p {
	text-align:center;
	border:none;
	margin-bottom:15px;
}



#content {
	position:absolute;
	width:100%px;
	height:auto;
	margin-left:0px;
	margin-top:0px;
	min-height:1000px;
	border: none;
	padding:10px;
}

#foot {
	width:100%;
	clear:both;
}

a:link { 
	color:#00c; 
	text-decoration:none; 
	font-weight:normal; 
}

a:visited { 
	color:#00c; 
	text-decoration:none; 
	font-weight:normal; 
}

a:hover { 
	color:white; 
	text-decoration:none; 
	background-color:#00c; 
	font-weight:normal; 
}

a:active { 
	color:#00c; 
	text-decoration:none; 
	font-weight:normal; 
}


#nav a:link { 
	color:white; 
	text-decoration:none; 
	font-weight:normal; 
}

#nav a:visited { 
	color:white; 
	text-decoration:none; 
	font-weight:normal; 
}

#nav a:hover { 
	color:#00c; 
	text-decoration:none; 
	background-color:white; 
	font-weight:normal; 
}

#nav a:active { 
	color:#00c; 
	background-color:white; 
	font-weight:normal; 
}

#headnav a:link { 
	color:black; 
	text-decoration:none; 
	font-weight:normal; 
}

#headnav a:visited { 
	color:black; 
	text-decoration:none; 
	font-weight:normal; 
}

#headnav a:hover { 
	color:white; 
	text-decoration:none; 
	background-color:#9cf; 
	font-weight:normal; 
}

#headnav a:active { 
	color:black; 
	background-color:#9cf; 
	font-weight:normal; 
}



hr {
	color:#9cf; 
	background-color:#9cf;
	height:1px;
	text-align:center;
	border:0px;
}