/* 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 {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:123px;
	background-image:url(../Images/kopf.gif);
	background-repeat:no-repeat;
	
}

#headnav {
	margin-left:265px;
	margin-top:65px;
	width:200px;
}

#headnav p {
	background-color:#9cf;
}

.text {
	margin-top:3px;
	margin-bottom:3px;
}

.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 {
	position:absolute;
	top:123px;
	width:180px;
	height:auto;
	float:left;
	border:1px solid #9cf;
	background-color:#00c;
	color:white;
	margin-left:15px;
	padding:0px;
	padding-left:10px;
}

#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:580px;
	height:auto;
	margin-left:215px;
	margin-top:123px;
	min-height:1000px;
	border-right:1px solid #9cf;
	border-top:1px solid #9cf;	
	border-bottom:1px solid #9cf;			
	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;
}