/*allgemein*/
html { 
	min-width: 600px;
	 }
body {
	font-family: arial, helvetica, serif;
	font-size: 80%;
background: white url(images/bg_body.gif) top center repeat-y;

	margin: 0;
	padding: 0;
	border: 0;	
	font: small/1.4 "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
#wrapper {
	width:600px;

		margin: auto;

}
#content {

	width: 600px;
	margin: auto;
}
/*links */
a {
	text-decoration: none;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}

/*Titel allgemein*/
h1 {
	text-align: center;
	margin: 0;
}
h2 {
	font-size:20px;
	padding-top:5px;
	margin:0;
	padding-left:5px;
}
h3 {
	font-size:16px;
	padding-top:5px;
	margin:0;
	padding-left:5px;
}

h4 {
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding: 0 0 1em 1em;
}
.tabelle table {
	width:100%;
	}
.tabelle td {
vertical-align:top;
	text-align:left;
		padding-bottom:1em;	
}

/*listen*/
div#navigation ul { 
	margin: 0pt; 
	padding: 0pt; 
	list-style-type: none;
	list-style-image: none; 
	list-style-position: outside; 
		background-color: #181C5A;		
	}
#nav div
	{
		background-color: #181C5A;	
	}
#nav a {
	font-weight: bold;

}

#topnav li {
	width:150px;
	font-weight: bold;
	color: white;
	float: left;
	position: relative;
	text-align: center;
	cursor: default;

}

#nav li {
	width:120px;
	text-align: center;
	cursor: default;
	
}
#nav li a {
	width:120px;
	text-align: center;
	cursor: default;

}
#nav li li a {
font-weight:normal;
}
#nav li li a:hover {
	background-color:#181C5A;
}

 li {
	width:auto;
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
		background-color: #181C5A;		

}


li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;

}

li>ul {
	top: auto;
	left: auto;
}

 li li a {
	display: block;
	float: none;
	border: 0;

}

li:hover ul, li.over ul {
	display: block;
}


hr {
	display: none;
}
/*inhalte*/
p {
	clear: left;

	padding-left: 1em;
	padding-bottom:1em;
	margin: 0;
	border:0;
}

p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #7d6340;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

p.image img {
	display: block;
	border: 1px solid #7d6340;
}

.maincontent {
		float:left;
		width:73%;
	}
#sidebar{
	padding-top:70px;
	color:white;
	margin-left:5px;

}	
.newsticker {

	background-color:#808080;
	padding-left:4px;
	border:1px solid white;
	margin-left:445px;
	margin-right:3px;
	padding-bottom:5px;
}

.program {
margin-left:10px; 
border:1px solid black; 
width:400px;
}
.program td {
vertical-align:top;
}

.liste ul {
color:white;
display:inline;
position:relative;

}
/*rechts knopf*/
.button {
	color:#000;
	background-color:yellow;
	padding-left:4px;
	border:2px solid black;
	margin-left:445px;
	margin-right:3px;
	padding-top:10px;
	padding-bottom:10px;

}
 
.button a, .button a:visited {
	color:black;
	font-weight:bolder;
	
}
.hotelliste {

border:1px solid black;
width:420px;
margin-left:10px;}

.hotelliste td {
vertical-align:top;
}