
body {
	margin-left:0px; 
    margin-right:0px; 
    margin-top:0px; 
    margin-bottom:0px; 
    background-image: url(/gfx/bg_2012.jpg);
	background-repeat: no-repeat;
	background-position:top center; 
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9C00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9C00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFE5BD;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9C00;
	text-decoration: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D9E0EA;
}
td.footer {
	color: #6487BA;
}
td.locationbox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4B70AF;
	border-right-color: #4B70AF;
	border-bottom-color: #4B70AF;
	border-left-color: #4B70AF;
	font-size: 14px;
	font-weight: bold;
	color: #597195;
    text-transform: uppercase;
}
input.inpfield {
        font-size: 9pt; font-family: Arial; color: #000000; font-weight: normal; border: 2 outset;
}
select.pulldown {
        font-size: 9pt; font-family: Arial; color: #000000; font-weight: normal; border: 2 outset;
}

.titlenobox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
.titlefullbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: auto;
	margin-left: 5px;
	padding-top: 2px;
	padding-left: 5px;
}
.bordersmallbox {
	border: 1px solid #6082B5;
}
.borderfullbox {
	border: 1px solid #355789;
}
.ratingstars {
	font-family: monospace;
	font-size: 12px;
	font-weight: bold;
    letter-spacing: 1px;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFF9D2;
}
.pricesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF9D2;
}
.txtlang {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D9E0EA;
	line-height: 16px;
	text-align: justify;
}
.txtsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #C7CDD7;
	font-weight: normal;
}
.txtsmallinfo {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #6487BA;
	font-weight: normal;
}
.txtlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #C7CDD7;
	font-weight: normal;
}
.txterror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FF0000;
	font-weight: normal;
}

#filtercontainer {
 position: absolute;
 width: auto;
}

#spacer {
 position: absolute;
 width: 500px;
}

#navoben {
 position: absolute;
 top: 0;
 right: 20%;
 width: 310px;
 list-style-type: none;
 z-index: 5;
 font-size: 16px;
 font-weight: normal;
 color: #c5ddff;
}

#navoben li {
 display: inline;
}

#navoben ul {
 padding: 3px 5px 10px 5px;
}

#navoben a {
 display: block;
 float: right;
 border-left: 1px solid #516e9a;
 color: #ffbc06;
 padding: 20px 5px 10px 5px;
 text-decoration: none;
}

#navoben a:hover {
 color: #fdefc5;
 background-color: #163d7c;
 /*background: transparent url(filterbg.jpg) 0 0;*/
}

#navoben a.akt {
 color: #c5ddff;
 font-weight: bold;
 background-color: #34588c;
 font-size: 16px;
}

.filterdown {
 padding-top: 20px;
 position: absolute;
}

.modalshowdiv {
	display: none;
	position: absolute;
	border: none;
	background-color: white;
	z-index: 10000;
	overflow: auto;
}

