* { margin:0px; padding:0px; }


/* Farbe */
/* rot: 8B0000 */


body { overflow: -moz-scrollbars-vertical; font-family: "Trebuchet MS","Verdana"; font-size:12pt;  color:#333333; text-align:left; }


.body { background:#EFECDD url(gradient_bg.jpg) repeat-x scroll 0 0; background-attachment:fixed; } 
.bgimage {
	background:transparent url(bg_image.jpg) no-repeat scroll top right;
  background-attachment:fixed;
  padding-bottom: 50px;  
	 padding-top: 10px;  padding-left:10px;
}


.bodysun { background:none; background-color:#090602;  }
.bgimagesun  { background:#090602 url(bg_image_sun2.jpg) no-repeat scroll top right; padding-bottom: 10px; background-attachment:fixed; }

.body5 { background:#1f5184 url(kf_gradient_bg.jpg) repeat-x scroll 0 0; }
.bgimage5  { background:transparent url(kf_bg_image.jpg) no-repeat scroll top right; padding-bottom: 10px; }

.centerpage	{ 
	width: 945px;
}

.bg_1 { background-color: #ffe7b1;}
.bg_2 { background-color: #feda8b; }


input.textfeld 	{ width:200px; }
input.button			{ width:120px; }
textarea				{ width:420px; }

/* Formular */

fieldset {
	border:1px solid #ff913a;
	margin: 0px;
	padding:0px 10px 10px 10px;
	width: 70%;
	background-color: #ffe7b1;
}



fieldset h4 {
	color: #8B0000;
	font-weight: bold;	
	font-size: 16px;	
}

fieldset legend {
	font-size:18px;
	font-weight:bold;
	line-height:1.5em;
	margin-left:0px;
	padding: 0px 5px;
}

fieldset label {
	font-weight: bold;
}

fieldset ul {
	margin-bottom:5px;
}

fieldset li {	
	margin-left:20px;	
}

label { 
  margin-left:5px;
	display:block;	
}

input.btn {
	width: 30%;	
}

input[type="checkbox"] {
  height:12px;
  margin:0 5px 0 0;
  width:12px;
}

select.dauer {
	width:100px;
}

textarea {
	border: 1px solid #ff913a;
	background-color: #FFFFFF;
	width:515px;		
}

hr { border:0px; border-bottom: 1px dotted #ff913a; margin: 4px 0px; padding:0px; height:1px; }

/* Allgemein */
.borderbottom	{ border-bottom: 1px solid #494949; width:35%; }
.center			{ text-align: center; }
.clear  		{ height: 0; clear: both; font-size: 0px; padding: 0; margin: 0; }
.cursor 		{ cursor:pointer; }
.floatleft		{ float:left; }
.floatright		{ float:right; }
.fontsmall		{ font-size:12px; font-weight:normal; }
.fontbig    { font-size:16px; font-weight:bold; }
.hinweis		{ background-color:#FFEEEE; color:#000000; text-align:center; padding:5px; border:1px solid #DB7655; display:block; }
.orange 		{ color: #DD5E00; }
.lightred 		{ color: #B51115 ; }
.red    		{ color: #820000; }  
.grey			{ color: #3A3A3A; }
.small  		{ font-size:10px; }
.input  		{  }
.italic     { font-style: italic;  }
.line { border-bottom:1px dotted #ff913a; margin:3px 0; padding: 10; font-size:12px;}
.nowrap { white-space: nowrap;}



.border 		{ border: 1px solid red; }
.textwidth		{ width: 600px; }
.textright		{ text-align: right }
.standardtext	{ font-size:14px; }
.marker			{ font-weight:bold; }
.marginleft 	{ margin-left:10px; }
.marginbottom	{ margin-bottom:5px; }
.margintop		{ margin-top:5px; }
.marginright { margin-right:10px; }
.nomargin		{ margin: 0px; }
.padding		{ padding: 5px; }
.invisible		{ display:none; }
.paddingleft	{ padding-left:10px }
.paddingright { padding-right:10px }
.paper    { background-color:#FFFFFF; border: 1px solid #494949; padding: 5px; margin: 10px 0px; }
.small    { font-size:0.8em; }

.arrow				{ color: #8B0000; }
a:link				{ color: #1c5695; text-decoration: none; }
a:visited			{ color: #1c5695; text-decoration: none; }
a:focus 			{ color: #1c5695; text-decoration: underline; }
a:hover				{ color: #1c5695; text-decoration: underline; }
a:active			{ color: #1c5695; text-decoration: underline; }

/* tpl_global.html */
.bar									{ width:100%; background-color: #000000; height:0px; border-bottom: 0px solid #BFBFBF }
.box									{ width: inherit; border: 0px solid red; border-bottom: 1px solid #4d4d4d;  }
.box .top, 			.box .bottom		{ background:transparent; font-size:1px;}
.box .top .b1,		.box .top .b2		{ display:block; overflow:hidden; height:1px; background:#FFFFFF; border-left:1px solid #4d4d4d; border-right:1px solid #4d4d4d; }
.box .bottom .b1,	.box .bottom .b2	{ display:block; overflow:hidden; height:1px; background:#FFFFFF; border-left:1px solid #4d4d4d; border-right:1px solid #4d4d4d; }
.box .top .b1, 		.box .bottom .b1	{ margin:0 2px; background:#4d4d4d; }
.box .top .b2, 		.box .bottom .b2	{ margin:0 1px; }
.boxcontent								{ background: #F3F3F3; border-left:1px solid #4d4d4d; border-right:1px solid #4d4d4d; overflow: hidden; }
.boxcontent .outer						{ padding: 5px; border: 0px solid Black; }
.boxcontent .inner						{ border: 0px solid Red; }
.boxcontent_inner						{ background: #FFFFFF; border-left:1px solid #4d4d4d; border-right:1px solid #4d4d4d; overflow: hidden; }

/* tpl_header.html */
.header 			{ background:transparent; width:inherit; text-align:left; padding:5px; }
.header .logo		{ margin: 10px; float:left; }
.header h1			{ font-size: 14px; color: #333333; margin: 5px 0px 0px 0px; }
.language			{ float:right; text-align: right; padding: 10px 7px 0px 0px; }
.language img		{ margin-right: 0px; border: 1px solid #333333; }
.language .spacer	{ margin: 0px 3px 0px 0px; padding:0px; }


/* tpl_link.html */
table.logos td { padding: 10px; }
table.logos tr.ueberschrift td { font-weight: bold; }


/* tpl_mainnav.html */
#mainnav					{ margin-bottom:0px; width: inherit; height:34px; background: #FF913A url(gradient_main3.gif) repeat-x 0 0; border-bottom: 1px solid #8B0000; border-top: 1px solid #8B0000 }
#mainnav ul					{ text-align: left; padding: 0; margin: 0; }
#mainnav ul li				{ display: inline; list-style-type: none; line-height: 10px; color: #FFFFFF; margin: 0; }
#mainnav ul li a			{ float: left; color: #8B0000; padding: 12px 21px; border-right: 1px solid #494949; text-decoration: none; }
#mainnav ul li.selected a	{ background: #A73636 url(gradient_main_hover.gif) repeat-x 0 0; height:10px; color: #FFFFFF; }
#mainnav ul li a:hover		{ background: #A73636 url(gradient_main_hover.gif) repeat-x 0 0; text-decoration: underline; height:10px; color: #FFFFFF; }
#headernav					{ font-size:10pt; text-align:right; margin-right:8px; }

/* tpl_content */
.aufforderung         { text-align:center; margin: 10px 0px 15px 0px; }
#content							{ background-color: #FFFFFF; border: 0px solid red; font-size:0.9em; color:#000000 }
#content .outer						{ padding: 10px 10px 10px 10px; background-color: inherit; }
#content .left						{ width: 650px; margin-right: 10px; border: 0px solid green; float:left; background-color: inherit; }
#content .all						{ border: 0px solid green; background-color: inherit; }
#content .right ul					{ display: inline; list-style-type: none; }
#content .text						{ margin-bottom:10px; font-size:14px; margin: 0px; }
#content .text .textleft			{ width: 540px; vertical-align:top; }
#content .text .textleft ul.last	{ margin-bottom:0px; }
#content .text .bild				{ padding-left:10px; width: 210px; vertical-align:top;}
#content .docs						{ margin-bottom:0px; }
#content .docs td					{ padding-bottom:5px; padding-right:5px; }	
#content .docs td.last				{ padding-bottom:0px; padding-right:5px; }			
#content p							{ margin-bottom:0px; }

#content table h2					{ margin-top: 0px; margin-bottom:10px  }
#content .all ul					{ list-style-type:disc; }
#content .right						{ width: 120px; margin-bottom:10px; border: 0px solid red; float: right; background-color: inherit; text-align:right;  }
#content .right .head				{ margin:10px 0px; font-weight:bold; }
#content .right ul li a				{ color: #820000; text-decoration: none; }
#content .right ul li a:hover		{ color: #DD5E00; text-decoration: underline; }

#content .mitteilung 	{ background-color: #D6DEF1; border: 1px solid #8aa5dd; padding: 5px; margin-top:10px;  }
#content .innerbox 	{ background-color: #ffe7b1; border: 1px solid #494949; padding: 5px 10px 10px 10px; margin-top:10px; }
#content .gaestebuch  { background-color: #DDDDDD; border: 1px solid #4D4D4D; padding: 5px 10px 10px 10px; margin-top:10px; }
#content .gaestebuch label  { margin-left:0px; }
#content .gaestebuch textarea  { border: 1px solid #4D4D4D; }
#content .gaestebuch .input, #content .gaestebuch .select  { border: 1px solid #4D4D4D; }
#content .infobox  { background-color: #ffe7b1; border: 1px solid #494949; padding: 100px 10px; margin-top:10px; color:#8B0000; font-size:14px; text-align:center; }

#content .filter  { background-color: #ffe7b1; border: 1px solid #494949; padding: 10px; margin-top:10px; }

#anfragen table { margin: 0px; width:70%; }
#anfragen table td.cellleft { width:130px; }

#content .innerbox.agb        { text-align:justify; padding-right:300px; }
#content .innerbox.agb ol     { margin-left: 25px; }
#content .innerbox.agb ol li  { margin:5px 0px; }

#content .innerbox.team  { padding: 10px; }
#content .innerbox.team img   { border:1px solid #8B0000; }

#content .innerbox.obolus { padding: 50px; }


.tabelle { background-color:#FFFFFF; margin-top:10px; }
table.tabelle { border:1px solid #494949; border-collapse:collapse; clear:both; width:100%;  }
table.tabelle tr.bgfirst { background: #A73636 url(gradient_main3.gif) repeat-x 0 0; font-weight: bold; color:#8B0000;}

table.tabelle.mouseover tr.bg1:hover, table.tabelle.mouseover tr.bg1:hover td, 
table.tabelle.mouseover tr.bg2:hover, table.tabelle.mouseover tr.bg2:hover td {  background-color:#FFFFFF; cursor: pointer }

table.tabelle.mouseover2 tr.bg1:hover, table.tabelle.mouseover tr.bg1:hover td, 
table.tabelle.mouseover2 tr.bg2:hover, table.tabelle.mouseover tr.bg2:hover td {  background-color:#c6fcae; cursor: pointer }

table.tabelle tr.bg1 { background-color: #ffe7b1;}
table.tabelle tr.bg2 { background-color: #feda8b; margin-top:5px;  }
table.tabelle tr td.cellleft { width:130px; }
table.tabelle tr td { padding: 5px; vertical-align:middle;   }
table.tabelle tr td.cellright { width:250px; }

.nrbox { border:1px solid #B2B2B2; margin:0 3px; padding:2px 5px; }


.home			{ background-color: #ffe7b1; border: 1px solid #494949; padding-right: 5px;  } /* D6DEF1 8aa5dd*/
.home ol 		{ padding-left: 400px; margin-top:5px;   }
.home ol li 	{ margin-top: 5px; font-size: 20px  }
.home ol li .ueberschrift { font-size: 18px }
.home ol li .erklaerung { font-size:12px;   }
.home img 		{ margin-right: 10px; display:inline }

.home table.schritte td { vertical-align:top; width:33.3%; padding:5px; }
.home table.schritte .ueberschrift { font-size: 18px }
.home table.schritte .erklaerung { font-size:12px;   }

.all h2 		{ margin-top: 5px; margin-bottom:5px; font-size: 18px; }
.all h3 		{ margin-top: 5px; margin-bottom:5px; font-size: 16px; color: #A73636 }

.tableleft	{ float:left; width: 440px; }
.tableright	{ float:right; width: 440px; }
.tableleft ul, .tableright ul { padding-left: 30px; margin-top: 5px; margin-bottom: 5px }
.tableleft ul li, .tableright ul li { list-style-image:url(tick.gif); }

.msgheight { height: 300px; } 

#reiseart          {  margin-bottom:0px; width: inherit; height:34px; background-color:#FFFFFF; }
#reiseart ul         { text-align: left; padding: 0; margin: 0;   }
#reiseart ul li        { display: inline; list-style-type: none; line-height: 10px; color: #FFFFFF; margin: 0;  }
#reiseart ul li a      { float: left; color: #FFFFFF; padding: 12px 10px 12px 10px; text-decoration: none; background-color: #304a94; border-top:1px solid #FFFFFF; border-left:1px solid #FFFFFF; }
#reiseart ul li.selected a { font-weight:bold; background-color: #FFE7B1; height:10px; color: #8B0000; border-left:1px solid #494949; border-top:1px solid #494949; border-right:1px solid #494949; border-bottom:1px solid #FFE7B1; }
#reiseart ul li a:hover    { background: #A73636 url(gradient_main_hover.gif) repeat-x 0 0; text-decoration: underline; height:10px; color: #FFFFFF;  }

.formular { background-color: #FFE7B1; margin:0; padding: 10px; border-left:1px solid #494949; border-bottom:1px solid #494949; border-right:1px solid #494949; border-top:1px solid #494949; }
.formular table.anordnung                  { margin: 0px;  }
.formular table.anordnung td              { vertical-align:top; padding-right: 10px; text-align:left;  }
.formular table.anordnung td.beschreibung { text-decoration: underline; padding-right:20px; }
.formular table.anordnung td.last         { padding-right:0px; }
.input             { height: 20px;  border: 1px solid #ff913a; background-color: #FFFFFF; width:160px; }
.formular table .select             { height: 22px; border: 1px solid #ff913a; background-color: #FFFFFF; }

.formular table textarea.inputerror,
.formular table .input.inputerror,
.formular table .select.inputerror { background-color:#FFEEEE; border:1px solid #DB7655; }
.formular table .erkl             {  font-style: italic; color: #C85800; }

.checkbox { }

div.pagination { padding:3px; }
ul.pagination li { display: inline; list-style-type: none; padding:0 5px; }
ul li.leader { margin-right:100px; }
ul li.prev-page, ul li.next-page, 
ul li.last-page, ul li.first-page   { background-color:#FFFFFF; border:1px solid #494949; margin:0 3px; padding:0px 5px; }
ul li.current-page  { color:#FFFFFF; background-color:#8B0000; border:1px solid #494949; margin:0 3px; padding:0px 5px;  }

ul.einfuehrung { margin: 10px 20px; }
ul.einfuehrung li { margin: 5px 0px; }

table.dokument { border:1px solid #494949; width:500px; background-color:#FFE7B1;  }
table.dokument tr td { vertical-align: top;  }
table.dokument tr td.first { text-decoration: underline; background-color:#DDDDDD;  }

.anzeige { border:1px solid #494949; background-color:#FFE7B1; margin-top:5px; padding:20px; }
.anzeige h1 { text-align: center; font-size:36px; margin:60px 0px 20px 0px; }
.anzeige h2 { text-align: center; font-size:24px; margin:16px 0px; }
.anzeige h3 { text-align: right; font-size:48px; margin:5px 20px 60px 20px ; }
.anzeige .beschreibung { text-align: center; font-size:24px; margin:20px 0px; }
.anzeige .gueltig { text-align: right; font-size:16px; margin:10px 16px 5px 16px; }
.anzeige .kontakt { margin-top:10px; }

div.icon, span.icon {
  vertical-align:top;
}

#partner       { width: inherit; }
ul#partner     { text-align: left; padding: 0; margin: 0;   }
ul#partner li  { display: block; list-style-type: none; margin: 0;  }

img.reisecheckliste { border:1px solid #494949; } 

#registrierung label    { margin-right:20px; display:inline; }
#registrierung .input   { width:250px; }
#registrierung .select  { width:250px; }

.auflistung { font-size: 9px; color:#CCCCCC; text-align: center; margin-top: 10px; }

/* hinweis / error */
#hinweis { padding: 10px; background-color:#8dda8d; border:1px solid #006900; color:#006900; text-align:center; font-size:14px; margin-bottom:10px; }
#aufgepasst { padding: 10px; background-color:#FFEEEE; border:1px solid #DB7655; color:#000000; text-align:left; font-size:14px; margin-top:10px; }
#aufgepasst img { margin-top: 5px; }
#error { padding: 10px; background-color:#FFEEEE; border:1px solid #DB7655; color:#E11111; text-align:left; font-size:14px; margin-bottom:10px; }
#error ul { margin-left:20px; }
.mark {
	background-color: #FFEEEE;
	border: 1px solid #DB7655;
}
.unmark { 
	background-color: #E3E3E3;
	border: 1px solid #333333;
}


/* tpl_footer.html */
#footer						        { text-align:center; font-size:12px; width: inherit; background: #FFE7B1 url(gradient_main3.gif) repeat-x 0 0; border-bottom: 1px solid #4D4D4D; border-top: 1px solid #4D4D4D }
#footer span            	{ line-height: 10px; color: #8B0000;  }
#footer span.first a     	{ border-left: 1px solid #4D4D4D; }
#footer span a          	{ color: #8B0000; padding: 0px 10px; border-right: 1px solid #4D4D4D; text-decoration: none; margin: 0px -2px; }
#footer span.selected a 	{ background: #820000 url(gradient_main_hover.gif) repeat-x 0 0; padding:0px 10px; color: #FFFFFF; } /* B51115 */
#footer span a:hover    	{ background: #A73636 url(gradient_main_hover.gif) repeat-x 0 0; padding:0px 10px; text-decoration: underline; color: #FFFFFF; }

#footer_addr { background-color: #DDDDDD; padding: 10px; font-size:12px; border-top:1px solid #4D4D4D; }

.none {}

/* tpl_linkempfehlungen.html */
#linkempfehlungen                   { width: inherit; font-size:0.7em; padding: 10px;  }
#linkempfehlungen ul                { text-align: left; padding: 0; margin: 0; }
#linkempfehlungen ul li             { display: inline; list-style-type: none; border-right:1px solid #BBBBBB; padding: 0px 5px }
#linkempfehlungen ul li.first       { padding: 0px 5px 0px 0px }
#linkempfehlungen ul li.last        { border-right:0px solid #BBBBBB; }
#linkempfehlungen ul li a           { color: #BBBBBB  }
.seitzeichen                        { margin-top:5px; }

#presse                   { width: inherit; font-size:0.7em; padding: 10px 10px 0px 10px;  }
#presse ul                { text-align: left; padding: 0; margin: 0; }
#presse ul li             { display: inline; list-style-type: none; border-right:1px solid #BBBBBB; padding: 0px 5px }
#presse ul li.first       { padding: 0px 5px 0px 0px; border-right: 0px solid #BBBBBB; }
#presse ul li.last        { border-right:0px solid #BBBBBB; }
#presse .travel           { font-family:Helvetica; font-size:18px; color:#E11111; } 
#presse .talk             { font-family:Helvetica; font-size:18px; font-weight:bold; }

#skyscraper {
  display:block;
  left:965px;
  position:absolute;
  top:243px;
}
#banner {
  display:block;
  left:470px;
  position:absolute;
  top:55px;
}

#bannersquare {
  display:block;
  left:595px;
  position:absolute;
  top:275px;
}

/* Farben */
.lightred { color: #A73636; }
.red			{ color: #8B0000; }

/* Links */
.separator		{ color: #8B0000; font-weight:bold; }
.link:link		{ color: #004488; text-decoration: none; }
.link:visited	{ color: #004488; text-decoration: none; }
.link:focus 	{ color: #004488; border-bottom: 1px dotted #004488; }
.link:hover		{ color: #004488; border-bottom: 1px dotted #004488; }
.link:active	{ color: #004488; border-bottom: 1px dotted #004488; }
.linkoffset		{ margin-bottom:5px; }