@charset "utf-8";

*
{
    margin: 0; 
    padding: 0;
}	
body  {
    font: 100% Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    color: #58585a;
    height:100%;
}


.thrColAbsHdr #container { 
    position: absolute; 
    width: 1024px;  
    left:50%;
    margin-left: -512px;
    background: #FFFFFF;
    border: 0;
    text-align: left; 
    height:100%;

}

.thrColAbsHdr #header 
{ 
    margin:0;
    padding:0;
    height: 182px; /* Wenn Sie die Quellenabfolge der Spalten ändern, sollten Sie für die Überschrift eine Höhe angeben, damit Sie den Spalten einen spezifischen top-Wert zuweisen können. */
    background-image:url(../images/header_bg_balken.gif);
    background-repeat:repeat-x;
    background-position:bottom;
} 
.thrColAbsHdr #header #mainNav
{
        position: absolute;
        top: 124px;
        left:10px;
}
.thrColAbsHdr #header #mainNav a
{
        font-size: 14px;
        color:#FFFFFF;
        padding-right: 20px;
        text-decoration: none;
}
.thrColAbsHdr #header #mainNav a:hover
{
color:#e60003;
}
	
.thrColAbsHdr #header #mainNav .active
{	
color:#e60003;
}
	
	
.thrColAbsHdr #header  #subNav {
position:absolute;
top: 151px;
left:0px;
font-size: 14px;
color:#FFFFFF;


}
	
.thrColAbsHdr #header  #subNav a{
margin-left: 10px;
color:#FFFFFF;

}

#survey{
list-style-type:none;
font-size: 12px;
color: grey;
text-decoration: none;
width: 110px;

}

#survey table{
border:none;
list-style-type:none;
font-size: 12px;
color: grey;
padding-right: 20px;
text-decoration: none;
}

#survey h1{
	font-size: 15px;
	font-weight:bold;
	color: #AA0000;
	padding-bottom: 10px;}
	
#survey ul{
	padding-left: 15px;}


 #subNav1
{	list-style-type:none;
	font-size: 12px;
	line-height: 20px;
	color: #AA0000;
	text-decoration: none;
	width: 160px;
}




 #subNav1 a
{	line-height: 20px;
	font-size: 12px;
	color: #AA0000;
	padding-right: 20px;
	text-decoration: none;
}



 #subNav1  a:hover
	{
	color: #AA0000;
		
	}

	
	
	
    .thrColAbsHdr #sidebar1 
	{
    	position: absolute;
    	top: 182px;
    	left: 0;
    	width: 180px;  /*Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. 
		width:160px;*/

		
	
    }
	
	.thrColAbsHdr #sidebar1 .submit
	{
		border:none;
		background-color:#aabbdb;
		margin-left: 100px;
		font-size: 11px;
		color: #305aa7;
		}
    .thrColAbsHdr #sidebar2 
	{
    	position: absolute;
    	top: 182px;
    	right: 0;
    	width: 180px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
    }
	
	.thrColAbsHdr #sidebar1 .submit1
	{
		border:none;
		background-color:#c3cfe6;
		margin-left: 100px;
		font-size: 11px;
		color: #305aa7;
		}
	
	
	
 .thrColAbsHdr #mainContent 
{ 
	margin: 0px 200px; /* Der rechte und der linke Rand dieses div-Elements erstellen die beiden Ã¤uÃŸeren Spalten an den SeitenrÃ¤ndern. Der Spaltenbereich bleibt unabhÃ¤ngig von der Inhaltsmenge der Randleisten-divs immer gleich. */
	padding: 0 10px; /* padding (AuffÃ¼llung) bezeichnet den Innenabstand und margin (Rand) den AuÃŸenabstand der div -Box. */
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #58585a;
	font-weight:normal;
	height:100%;
        line-height: 17px;
	
}
.thrColAbsHdr #mainContent h1
{ 
    font-size: 14px;
    font-weight:bold;
    color: #36549d;
    background-color:#eaeef7;
    height: 28px;
    line-height: 28px;
    width: 100%;
    padding-top: 5px;
    padding-left: 7px;
    margin-bottom: 12px;
}
.thrColAbsHdr #mainContent h2
{ 
    font-size: 18px;
    font-weight:bold;
    color: #e60003;
    padding-bottom: 18px;
	
}
.thrColAbsHdr #mainContent h3
{ 
    font-size: 16px;
    font-weight:bold;
    color: #58585a;
    padding-bottom: 16px;
	
}
.thrColAbsHdr #mainContent h4
{ 
    font-size: 14px;
    font-weight:bold;
    color: #58585a;
    padding-bottom: 6px;
	
}

.thrColabsHdr #mainContent h5{
    font-size: 12px;
    font-weight:bold;
    color: #58585a;
}

.thrColAbsHdr #mainContent ul
{
    margin: 7px 0 7px 15px;
}

.thrColAbsHdr #mainContent a
{ 
	color:#3059a8;
	text-decoration:none;
}
.thrColAbsHdr #mainContent a:hover
{ 
	color:#3059a8;
	text-decoration:underline;
}
.thrColAbsHdr #mainContent .hoteltitel
{ 
	font-size: 14px;
	font-weight:bold;
	color: #36549d;
	background-color:#eaeef7;
	height: 28px;
	line-height: 28px;
	width: 100%;
	padding-top: 5px;
	padding-left: 7px;
	}

    .fltrt 
	{ /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft 
	{ /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
	.box
	{
		width:160px;
	
		padding: 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #305aa7;
		margin-bottom: 3px;
		
	}
	.box h1
	{
		font-size: 12px;
		font-weight:bold;
	}
	
	.box a
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #305aa7;
		text-decoration:none;
	}
	.box a.rot
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bold;
		color: #e60003;
		text-decoration:none;
	}
	.headerNews
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		width: 180px;
		height: 20px;
		background-color: #e60003;
		display:block;
		text-align:center;
		padding-top: 4px;
	}
	.box hr
	{
		width: 100%;
		height: 3px;
		color: #305aa7;
		padding: 0;
		margin: 0;
	}
	.input_box
	{
		background-color: #e7e7e7;
		width: 160px;
		height:20px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #305aa7;
		border: 0;

	}
	.box_img_right
	{
		width:170px;
		margin-bottom: 3px;
		background-color: #c3cfe6;
		padding: 5px;
	}
	
	table {
		border: #ffffff solid 1px;
		border-collapse:collapse;
		
			}
	
	
	table tr{
		margin-bottom: 5px;
	}
        
        .artikel td {
            padding: 3px;
        }
	
	.row{
		background-color:#e4e4e4;}
	

	
	.inserenten{
	float:left;
	background-color:#d8dded;
	margin: 10px;
	}
	
	.inserenten img{
	
	float:left;
	margin: 10px 15px;	}
	
	.standard_block{
	width: 600px;
	background-color:#e4e4e4;
	}
	
	.standard_block td{
		padding: 5px;}
	
	.standard_block .hoteldetail
	{ 
	font-size: 16px;
	font-weight:bold;
	color: #AA0000;
	background-color:#FFFFFF;
	height: 25px;
	padding-top: 5px;
	padding-left: 7px;
	text-align:right;
	}
	
	img{
	margin-bottom: 2px;
	margin-right: 2px;
	}
	
	input{
	margin: 2px 0;}
	
	select{
	margin-top: 2px;}
	
	.area
{
	font-family:Arial, Helvetica, sans-serif;
width:325px;
	height:75px;
	font-size: 12px;
}
.button {
border:none;
		background-color:#c3cfe6;
		/*margin-left: 100px;
			margin-bottom:10px; 
		*/
		font-size: 11px;
		color: #305aa7;

	padding:8px 10px 9px; 
	border:1px solid #ccc; 
	background-color: transparent;
	cursor:pointer;
	}

/* NEWS */
.img{
float:left;
}

.txt{
float:left;
}
		
/* LiveValidation */
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#e60003;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #e60003;
}

	
/* EDITOR */
table{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#58585a;
	}

a:link {
	color:#58585a;
	text-decoration:none;
	}
a:visited {
	color:#58585a;
	text-decoration:none;
	}
	
.clear {
	clear:both;
}


.datum
{
	font-size:11px;
	text-align:right;
	margin: 10px 0;
}	

.button {
	border:none;
	background-color:#c3cfe6;
	margin-left: 100px;
	font-size: 11px;
	color: #305aa7;
	padding:8px 10px 9px; 
	border:1px solid #ccc; 
	cursor:pointer;
	}

.img{
float:left;
}

.txt{
float:left;
}

/* Pager */

tbody.content tr {
    border-bottom: 5px solid #fff;
}

tbody.content td {
    background-color:#d8dded;
    line-height:20px;
    padding-left: 5px;
}

tbody.content td img {
    padding: 0;
    margin: 0;
}

.page_navigation {
    margin: 20px 0 0 auto;
    width: auto;
}

.page_navigation a, .alt_page_navigation a{
	padding:3px 5px;
	margin:2px;
	color:#3059a8;
	text-decoration:none;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	background-color:#c3cfe6;
}
.active_page{
	background-color:white !important;
	color:black !important;
}	

/*------------------------- STYLES SLIDESHOW -----------------------------*/
#imgheader {
            width:598px;
            height:200px;
            margin-bottom: 20px;
}

#imgheader div {
    position:absolute;
    z-index:1;
    opacity:0.0;
    height: 200px;
    background-color: #FFF;
}

#imgheader div.active {
    z-index:3;
    opacity:1.0;
}

#imgheader div.last-active {
    z-index:2;
}

#imgheader div img {
    height: 200px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}div.infotext p{padding-bottom:7px;}

