/*
StyleSheet für 6k-reisen.de
© mfaender 16.3.2008
*/


/* ----------------------------- */
body {
	background-color:#E3EDFA;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	text-align:left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.input {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:0.8em;
	font-height:1.3em;
	border: 1px solid #BDCEDF;
	background-color:#E3EDFA;
}
/* ----------------------------- */
/* zentrierte Box für die Haupttabelle */
/* ----------------------------- */
#zentralbox {
	/*height:841px;*/
	width:886px;
	margin:auto;
	border:0px;
}
/* ----------------------------- */
#inhaltstabelle {
	width:692px;
	border:0px;
	background-color: #F5F9FD;
}
/* ----------------------------- */
#navigation_linie {
	border-top: 1px;
	border-top-color: #BDCEDF;
	border-top-style: solid;
}
/* ----------------------------- */
#reisekalender_linie {
	padding-bottom:4px;
	padding-left:0px;
	padding-right:0px;
	padding-top:4px;
	border-top: 1px;
	border-top-color: #BDCEDF;
	border-top-style: solid;
	border-spacing: 0px;
}
/* ----------------------------- */
#artikeltrenner_linie {
	padding-bottom:9px;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	border-top: 1px;
	border-top-color: #BDCEDF;
	border-top-style: solid;
	border-spacing: 0px;
}
/* ----------------------------- */
#artikeltrenner_linie_unten {
	padding-bottom:9px;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	border-bottom: 1px;
	border-bottom-color: #BDCEDF;
	border-bottom-style: solid;
	border-spacing: 0px;
}
/* ----------------------------- */
.einklinker_rechts {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 1px;
	font-size:0.7em;
	line-height:1.3em;
	color:#333333;
	vertical-align: top;
}
.einklinker_links {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 1px;
	font-size:0.7em;
	line-height:1.3em;
	color:#333333;
	vertical-align: top;
}

.einklinker_rechts a {
	color: #333333;
	text-decoration: underline;
}
.einklinker_rechts a:hover {
	color: #E20A16;
	text-decoration: underline;
}
.einklinker_links a {
	color: #333333;
	text-decoration: underline;
}
.einklinker_links a:hover {
	color: #E20A16;
	text-decoration: underline;
}

/* ----------------------------- */
.bildbox_r {
	float: right;
	/*margin-top: 5px;*/
	margin-left: 10px;
	margin-bottom: 1px;
	font-size:0.8em;
	line-height:1.4em;
}
.bildbox_l {
	float: left;
	/*margin-top: 5px;*/
	margin-right: 14px;
	margin-bottom: 1px;
	font-size:0.8em;
	line-height:1.4em;
}
/* ----------------------------- */
.einklinker_hilfetext {
	float: left;
	margin-top: 6px;
	margin-bottom: 12px;
	background-color: #F5F9FD;
	display:none;
}
.einklinker_hilfestart {
	float: left;
	margin-top: 6px;
	margin-bottom: 12px;
	background-color: #F5F9FD;
	display:block;
}
/* ----------------------------- */
.einklinker_adminterminetext {
	float: left;
	background-color: #F5F9FD;
	display:none;
}
.einklinker_adminterminestart {
	float: left;
	background-color: #F5F9FD;
	display:block;
}

/* ----------------------------- */
/* Preise bei Reisen  */
/* ----------------------------- */
#table_preise {
	/*position:static;
	visibility:visible;*/
	width:100%;
	/*height:320px;
	z-index:1;*/
	/*background-color: #FFFFFF;
	border-style:dashed;*/
	/*border-color: #F9F9F9 #CCCCCC #CCCCCC #F9F9F9;*/
	/*border-color: #CCCCCC;
	border-width: 2px;*/
	margin-top: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
	/*border-top: 1px;
	border-top-color: #333333;
	border-top-style: dotted;
	border-bottom: 1px;
	border-bottom-color: #333333;
	border-bottom-style: dotted;*/
	background-color: #FFEFB3;
}
#preise_zeile {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px;
	border-top-color: #333333;
	border-top-style: dotted;
}
#table_reisecode {
	width:100%;
	padding-top: 8px;
}
#table_extraleistung {
	width:100%;
	margin-top: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #E3EDFA;
}

/* ----------------------------- */
/* Text-Klassen */
/* ----------------------------- */
.copyzeile {
	font-size:0.65em;
	line-height:1.1em;
	color:#333333;
	vertical-align: top;
	text-align: center;
	margin-top:19px;
	margin-right:55px;
}
.copyzeile a {
	color: #004186;
	text-decoration: none;
}
.copyzeile a:hover {
	color: #E20A16;
	text-decoration: none;
}
/* ----------------------------- */
.text04 {
	font-size:0.5em;
	line-height:1.3em;
	color:#666666;
	vertical-align: top;
}
/* ----------------------------- */
.text1 {
	font-size:0.55em;
	line-height:1.3em;
	color:#333333;
	vertical-align: top;
}
.text1 a {
	color: #333333;
	text-decoration: underline;
}
.text1 a:hover {
	color: #E20A16;
	text-decoration: underline;
}
/* ----------------------------- */
.text1red {
	font-size:0.55em;
	line-height:1.3em;
	color:#E20A16;
	vertical-align: top;
}
.text1red a {
	color: #E20A16;
	text-decoration: underline;
}
.text1red a:hover {
	color: #E20A16;
	text-decoration: underline;
}
/* ----------------------------- */
.text2 {
	font-size:0.7em;
	line-height:1.3em;
	color:#333333;
	vertical-align: top;
}
.text2 a {
	color: #333333;
	text-decoration: underline;
}
.text2 a:hover {
	color: #E20A16;
	text-decoration: underline;
}
/* ----------------------------- */
.text2bottom {
	font-size:0.6em;
	line-height:1.3em;
	color:#333333;
	vertical-align: bottom;
}
/* ----------------------------- */
.text2inaktiv {
	font-size:0.7em;
	line-height:1.4em;
	color:#999999;
	vertical-align: top;
	/*text-decoration: line-through;*/
}
/* ----------------------------- */
.text2reisekalender {
	font-size:0.7em;
	line-height:1.3em;
	color:#333333;
	vertical-align: top;
	padding-bottom:9;
}
.text2reisekalender a {
	color: #333333;
	text-decoration: none;
}
.text2reisekalender a:hover {
	color: #E20A16;
	text-decoration: underline;
}
/* ----------------------------- */
.text2adminkalender {
	font-size:0.9em;
	line-height:1.3em;
	color:#333333;
	vertical-align: top;
	text-align:center;
	/*padding-bottom:9px;*/
}
.text2adminkalender a {
	color: #333333;
	text-decoration: none;
}
.text2adminkalender a:hover {
	color: #E20A16;
	text-decoration: underline;
}
/* ----------------------------- */
.text2mininavi {
	font-size:0.7em;
	line-height:1.2em;
	padding-top:5px;
	padding-bottom:5px;
	color:#333333;
	vertical-align: top;
	font-weight: bold;
}
.text2mininavi a {
	color: #004186;
	text-decoration: none;
}
.text2mininavi a:hover {
	color: #E20A16;
	text-decoration: none;
}
/* ----------------------------- */
.text2mininavi_inactiv {
	font-size:0.7em;
	line-height:1.2em;
	padding-top:5px;
	padding-bottom:5px;
	color:#999999;
	vertical-align: top;
	font-weight: bold;
}
.text2mininavi_inactiv a {
	color: #004186;
	text-decoration: none;
}
.text2mininavi_inactiv a:hover {
	color: #E20A16;
	text-decoration: none;
}
/* ----------------------------- */
.text2mininavi_inactiv_grau {
	font-size:0.7em;
	line-height:1.2em;
	padding-top:5px;
	padding-bottom:5px;
	color:#999999;
	vertical-align: top;
	font-weight: bold;
}
.text2mininavi_inactiv_grau a {
	color: #999999;
	text-decoration: none;
}
.text2mininavi_inactiv_grau a:hover {
	color: #E20A16;
	text-decoration: none;
}
/* ----------------------------- */
.text2mininavi_activ {
	font-size:0.7em;
	line-height:1.2em;
	padding-top:5px;
	padding-bottom:5px;
	color:#E20A16;
	vertical-align: top;
	font-weight: bold;
}
.text2mininavi_activ a {
	color: #E20A16;
	text-decoration: none;
}
.text2mininavi_activ a:hover {
	color: #E20A16;
	text-decoration: none;
}
/* ----------------------------- */
.text3 {
	font-size:0.85em;
	line-height:1.3em;
	color:#333333;
	vertical-align: top;
}
.text3 a {
	color: #333333;
	text-decoration: underline;
}
.text3 a:hover {
	color: #E20A16;
	text-decoration: underline;
}
/* ----------------------------- */
.text3_center {
	font-size:0.85em;
	line-height:1.3em;
	color:#333333;
	vertical-align: middle;
}
/* ----------------------------- */
.text4 {
	font-size:1.1em;
	line-height:1.25em;
	color:#333333;
	vertical-align: top;
}
.text4 a {
	color: #C32B1E;
	text-decoration: underline;
}
.text4 a:hover {
	color: #E20A16;
	text-decoration: underline;
}
/* ----------------------------- */
.text5 {
	font-size:1.3em;
	line-height:1.2em;
	color:#E20A16;
	vertical-align: top;
}
.text5 a {
	color: #E20A16;
	text-decoration: underline;
}
.text5 a:hover {
	color: #E20A16;
	text-decoration: underline;
}

/* ----------------------------- */
/* TExte für Reiseausschreibungen */
/* ----------------------------- */
.text_reise_titel {
	font-size:1.3em;
	line-height:1.3em;
	color:#E20A16;
	font-weight:bold;
	vertical-align: top;
	padding-top:10px;
	padding-bottom:10px;
}
.text_reise_subline {
	font-size:1.0em;
	line-height:1.3em;
	color:#333333;
	vertical-align: top;
	padding-bottom:10px;
}
.text_reise_vorspann {
	font-size:0.8em;
	line-height:1.3em;
	color:#004186;
	font-weight:bold;
	vertical-align: top;
	padding-bottom:18px;
}
.text_reisekalender_titel {
	font-size:0.8em;
	line-height:1.3em;
	color:#004186;
	font-weight:bold;
	vertical-align: top;
	padding-bottom:9px;
}
.text_artikel_titel1 {
	font-size:0.8em;
	line-height:1.3em;
	color:#004186;
	font-weight:bold;
	vertical-align: top;
	/*padding-bottom:9px;*/
}
.text_artikel_titel2 {
	font-size:1.1em;
	line-height:1.3em;
	color:#333333;
	font-weight:bold;
}
.text_presse_titel {
	font-size:0.9em;
	line-height:1.2em;
	color:#333333;
	font-weight:bold;
}


/* ----------------------------- */
.zwischenheader {
	font-size:1.2em;
	color:#E20A16;
}
.zwischenheader a {
	font-size:1.2em;
	color:#E20A16;
	text-decoration: underline;
}
.zwischenheader a:hover {
	font-size:1.2em;
	color:#E20A16;
	text-decoration: underline;
}
/* ----------------------------- */
.zwischenheader_grey {
	font-size:1.2em;
	color:#333333;
}
/* ----------------------------- */
.zwischenfett_blue {
	color:#004186;
}
.zwischenfett_blue a {
	color:#004186;
}
.zwischenfett_blue a:hover {
	color:#004186;
}
/* ----------------------------- */
.zwischenfett_blue_big {
	font-size:1.7em;
	line-height:1.1em;
	color:#004186;
}
/* ----------------------------- */
.zwischenfett_red_big {
	font-size:1.7em;
	line-height:1.1em;
	color:#E20A16;
}
/* ----------------------------- */
.zwischenfett_red {
	color:#E20A16;
}
.zwischenfett_red a {
	color:#E20A16;
}
.zwischenfett_red a:hover {
	color:#E20A16;
}
/* ----------------------------- */
.zwischenklein_black {
	font-size:0.7em;
	color:#333333;
}
/* ----------------------------- */
ul {
	list-style-type:square;
	margin:0;
	padding-left:1.25em;
}
li {
	padding-left:0.3em;
}

