/* CSS Document */
html
{
	height:100.3%;
}
body {
	height:100%;
	margin-bottom: 1px;
	margin-top:0px;
	background-color:#c1b87f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	background-image:url(../images/hg/hg_side.gif);
	background-repeat:repeat-x;
}
input:focus, textarea:focus {
	background-color:#F7F7F7;
}
img {
	border: none;
}
h1 {
color:#000000;
font-size:1.2em;
text-align:center;
}
h2 {
color:#000000;
font-size:1em;
text-align:center;
margin:0px;
}
h3 {
color:#000000;
font-size:0.9em;
text-align:center;
margin:0px;
text-transform:uppercase;
}
p {
margin:0px;
}
.ueberschrift {
	font-size:1em;	
}
.lauftext {
	font-size:0.8em;	
}
.blocksatz
{
		text-align: justify;
}
.lauftext_klein {
font-size:0.7em;
}
.kleiner {
	font-size:smaller;
}
hr {
	color:#DFDABE;
	height:0px;
	border:0;
	border-top:2px solid #DFDABE;
	
}
.rot {color: #FF0000}
.weiss {color: #FFFFFF}
.sehenswuerdigkeiten_ueberschrift {
font-size:0.75em;
color:#FFFFFF;
font-weight:bold;
}
a:link{
     color:#000000;
	 text-decoration:underline;
}	 
a:visited{
     color:#000000;
	 text-decoration:underline;
}	 
a:hover{
     color:#505050;
	 text-decoration:none;
}
a:active{
     color:#505050;
	 text-decoration:none;
}	
a.a:link {
	color:#2e2e2e;
}
a.a:visited{
     color: #2e2e2e;

}	
a.a:hover {
	color:#6c6c6c;
}
a.a:active {
	color: #6c6c6c;
}
.sehenswuerdigkeiten_text {
font-size:0.7em;
}
.body_klein {
	font-size:0.6em;
}
#table_body {
margin-left:15px;
margin-right:15px;
margin-top:0px;
width:590px;
}
.margin-top {
	margin-top:5px;
	}
#table_body,th {
height:31px;
vertical-align:middle;
}
#table_wetter {
width:95%;	
}
.nowrap
{
white-space:nowrap;
}
.bild_hotel {
	margin-bottom:5px;
}
.bilder_right {
	margin-left:15px;
}
#bottom_line {
	margin-bottom:5px;
	margin-top:30px;
}


/* hover tabelle */
tr.hov {
	background-color:#F5F4E7;
    }
tr.hov_inaktiv {
	background-color:#F5F4E7;
	color:#999;
	cursor:default;
    }

tr.hov a {
	text-decoration:none;
	color:#000000;
	}

tr.hov:hover {
    background-color: #BEB863;
    }   
.clearfix { 
	display: block;
	min-height:110px;
	}
.clearfix100 { 
	display: block;
	min-height:100px;
	}