/* Allgemeines */
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 5px 0;
	}
	
.body_bg { /* für alle BODYs - weil der Hintergrund im Editor sonst gelb ist */
	background-color: #FFE991;
	}

form {
	margin: 0;
	padding: 0;
	}
	
a {
	color:#0066CC;
	text-decoration: none;
	}
	
a:hover {
	color:#6699FF;
	text-decoration: underline;
	}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	}
	
input,textarea,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

/* Überschriften */	
h1 {
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #B9DA94;  /* grüne Linie links und oben */
	border-left: 1px solid #B9DA94;
	padding-top: 4px;
	padding-left: 3px;
	margin-left: -5px;
	}

/* Schriftklassen */
.fett {
	font-weight: bold;
	}
	
.fett_weit {
	font-weight: bold;
	line-height: 1.3em;
	}
	
.grau {
	color: #999;
	}
	
.paging {
	font-size: 12px;
	font-weight: bold;
	color:#006600;
	}
	
/* Linke Spalte */	
#menu {
	background-color: #EDF7D4;
	}
	
.tdform_links { /* TD mit Suchfeldern */
	background-color: #EFF8ED;
	border-top: 1px solid #FFE991;
	}
	
.form_links {	/* Suchfelder selbst */
	margin-left: 33px;
	width: 130px
	}
	
.btform_links {	/* Button */
	width: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #006600;
	background-color: #EDF7D4;
	height: 20px;
	}
	
.button {	/* Such-Button allgemein */
	font-size: 10px;
	font-weight: bold;
	color: #006600;
	background-color: #fcfffa;
	height: 20px;
	}
	
#dotline { /* Linie zwischen den Suchfeldern */
	margin-top: 12px;
	margin-bottom: 12px;
	}
	
#hvv_logo {
	width: 200px;
	text-align: left;
	z-index: 2;
	}
	
#hvv_text {
	margin-top: -10px; /* negativ => rutscht unters Logo */
	margin-left: 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:1.2em;
	text-align: left;
	z-index: 1;
	}

/* Inhalt */	
#inhalt {
	background-color:#FFFFFF;
	border-left: 1px solid #FFE991;
	border-right: 1px solid #FFE991;
	padding: 20px 35px; /* vertikal horizontal */
	vertical-align: top;
	}
	
#rechts { /* rechter Rand */
	background-color: #FFE991;
	vertical-align: top;
	text-align: right;
	}
	
/* Info-Tabellen */	
table.info {
	margin-top: 20px;
	}

th.info {
	padding: 0;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #297521;
	border: 1px solid #297521;
	}
	
td.info {
	border-color: #FFEB94;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding: 3px;
	vertical-align: top;
	font-size: 11px;
	line-height: 1.3em;
	color: #000000;
	background-color: #EDF7D4;
	}
	
td.info { /* Hotelliste etc. */
	border-color: #FFEB94;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding: 3px;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.2em;
	color: #000000;
	background-color: #EDF7D4;
	}

/* Prospektbestellung */
.orderbtn {
	font-weight: bold;
	color: #006600;
	background-color: #EDF7D4;
	height: 20px;
	}

/* Copyright */
.copy {
	color : #000000;
	font-size : 10px;
	font-family : arial, helvetica, sans-serif, verdana;
	text-align: center;
	}

/* Spezielles */
.mehr {
	margin-top: 0;
	padding: 3px;
	text-align: right;
	border-right: 1px solid #B9DA94;
	border-bottom: 1px solid #B9DA94;
	}
	
#dreiteaser {
	margin: 0;
	}

/* Pflichtfeld in Formularen */
.asterisk {
	font-size: 13px;
	color:#cc0000;
	}
	
.pflicht {
	font-size: 10px;
	color:#cc0000;
	}
	
/* SELKETAL-STIEG EXTRA-KLASSEN */
.headline {
	font-family : arial, helvetica, sans-serif, verdana;
	color : #FFFFFF;
	font-size : 12px;
	font-weight: bold;
	background-color: #00AAEA;
	padding-left: 4px;
	}
	
.framefloat {
	font-family : arial, helvetica, sans-serif, verdana;
	color : #000000;
	font-size : 12px;
	padding-left: 4px;
	}
	
.framefloat a:link, .framefloat a:active, .framefloat a:visited {
	color : #ffffff;
	text-decoration : none;
	background: #CC0000;
}

.framefloat a:hover {
	color: #cc0000;
	background: #ffffff;
	text-decoration: underline;
}
	
iframe {
	border: 1px solid #00AAEA;
	padding-top: 0px;
	margin-top: 0px;
	}
	
.infotext {
	font-family : arial, helvetica, sans-serif, verdana;
	color : #000000;
	font-size : 10px;
	}
	
.infotext a:link, .infotext a:active, .infotext a:visited {
	color : #000000;
	text-decoration : none;
}

.infotext a:hover {
	color: #cc0000;
	text-decoration: underline;
}