﻿/*** RESET ***/
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

td
{
    padding-bottom: 5px;
}
input
{
    padding: 2px;
}
p
{
	margin-top: 10px;
	margin-bottom: 10px;
}


img
{
    border: 0;
}
a {
	text-decoration: none;
	color: #ddd2c0;
}
a:hover {
	color: #ddd2c0;
	text-decoration: underline;
}
body{
	font-family: Times New Roman, Serif;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #161616;
	color: #b8b8b8;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}

a:active { outline: 0; }

.clearfloats {clear: both;}

/*** END RESET ***/

/*** BASIC LAYOUT ***/

#container 
{
	background-color: #252525;
	height: 100%;
	width: 1200px;
	margin: 0 auto;
}
#quicklinkcontainer 
{
	width: 100%;
}

#quicklinkcontainer ul li
{
	padding-left: 3px;
}

#topcontainer 
{
	width: 100%;
}

#flashcontainer 
{
	width: 100%;
}

#contentcontainer 
{
	width: 100%;
}

#footercontainer 
{
	width: 100%;
}

/*** LANGUAGE ***/

#quicklink
{
	width: 1200px;
	background-color: #f2f2f2;
}

#quicklinkbar 
{
	float: right;
	margin: 10px 104px 0 0;
	font-family: Arial, Sans-Serif;
	font-size: 0.55em;
	color: #5c5c5c;
	font-weight: bold;
	text-transform: uppercase;
}

#quicklinkbar a
{
	color: #5c5c5c;
}

#quicklinkbar ul li 
{
	float: left;
}

/*** TOP ***/

#top
{
	width: 1200px;
	background-color: #f2f2f2;
}

#logo 
{
	width: 206px;
	height: 155px;
	float: left;
	margin: 0 0 0 184px;
	position: relative;
	top: 28px;
	z-index: 5;
}

#menu 
{
	float: right;
	margin: 110px 90px 0 0;
}

#menu a 
{
	color: #5c5c5c;
	text-transform: uppercase;
	font-size: 0.8em;
	display: block;
	position: relative;
	top: 14px;
}

#menu a:hover
{
	text-decoration: none;
	display: block;
}

#menu ul li
{
	float: left;
	border-right: 1px solid #dfdfdf;
	padding: 0 13px 0 13px;
	height: 45px;
	display: block;
	position:relative;
}

#menu ul li:hover
{
	background: url("../images/menuitemhover.png") repeat-x;
	height: 45px;
	display: block;
	text-decoration: none;
}

#menu ul li ul 
{
	background-color: #f2f2f2;
	position:absolute; 
	left:0; 
	display:none; 
	margin:26px 0 0 -1px; 
	padding:0;
	z-index: 150;
}

#menu ul li ul li {
	width:170px; 
	float:left; 
	border-top:1px solid #dfdfdf;
	border-right: none !important;
	height: 26px;
}

#menu ul li ul a {
	display:block;  
	padding: 0 5px;
	font-size: 0.65em;
	position: relative;
	top: 4px;
	font-weight: bold;
}

.klein 
{
	font-weight: normal;
	text-transform: lowercase;
	font-size: 1.1em;
}

.h1klein 
{
	font-weight: normal;
	text-transform: lowercase;
	font-size: 1em;
}

#menu ul li ul li:hover {
	display:block;  
	background-image: none;
	background-color: #131313;
	height: 26px;
}


#menu ul li ul a:hover {
	text-decoration:none;	
	color:#f2f2f2;
}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
	margin:0 0 0 -2px;
}
		

/*** FLASH ***/

#flash
{
	width: 1200px;
	height: 361px;
}

/*** CONTENT ***/

#content
{
	border-top: 7px solid #f2f2f2;
	background: url("../images/contentbgindex.jpg") repeat-y;
	width: 970px;
	padding: 20px 0 30px 230px;
}

#contentbinnen
{
	border-top: 7px solid #f2f2f2;
	background: url("../images/contentbgbinnen.jpg") repeat-y;
	width: 970px;
	padding: 20px 0 30px 230px;
}

#main 
{
	float: left;
	width: 400px;
}

.col 
{
	float: left;
	width: 283px;
}

.maintext 
{
	font-size: 0.75em;
	width: 370px;
}

.maintext ul
{
	list-style: disc;
	margin-left: 13px;
}

.reserveeronline 
{
 
	margin-top: 20px;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
	width: auto;
}

.reserveeronline a 
{
	background-color: #252525;
	padding: 3px 8px 5px 8px;
}
.reserveeronline a:hover
{
	text-decoration: none;
	background-color: #3d3d3d;
}

#sidebar 
{
	width: 400px;
	float: left;
	color: #f0f0f0;
	font-size: 0.6em;
}

#sidebar img
{
	margin-right: 4px;
}

#fotocol 
{
	width: 283px;
	float: left;
	margin-left: -16px;
	color: #f0f0f0;
	font-size: 0.6em;
}

#fotocol img
{
	margin-right: 4px;
}

.fotocoltitle 
{
	color: #f2f2f2;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 10px;
	float: left;
	margin-right: 16px;
}
.coltitle 
{
	margin-bottom: 10px;
	font-size: 0.95em;
	text-transform: uppercase;
	color: #f2f2f2;
	font-weight: bold;
}

.coltext 
{
	font-size: 0.75em;
	width: 240px;
}

.collink 
{
	margin-top: 20px;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
}

.collink a
{
	color: #f2f2f2;
}

/*** FOOTER ***/

#footer
{
	width: 1200px;
	padding: 20px 0 60px 0;
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-size: 0.60em;
	color: #8d8d8d;
	font-weight: bold;
}

#footer a
{
	color: #8d8d8d;
}

#slideshow 
{
	position: relative;
}
#slideshowcontent 
{
	position: absolute;
	left: 560px;
	margin-top: -128px;
	z-index: 80;
}
.slideshowreserveer 
{
	font-family: Times New Roman, Serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #f2f2f2;
	font-size: 0.8em;
	margin-top: 14px;
}

.slideshowreserveer a
{
	background-color: #252525;
	padding: 4px 6px 4px 6px;
	color: #f2f2f2;
	text-decoration: none;
}

.slideshowtitle 
{
	height: 40px;
}

.slideshowsubtitle 
{
	height: 26px;
}

.textarea 
{
	font-size: 1em;
	background: Transparent;
	border: 1px solid #b8b8b8;
	color: #b8b8b8;
	padding: 2px 0 0 4px;
	width: 312px;
	font-family: Times, Serif;
}

.textbox 
{
	margin-bottom: 6px;
	width: 150px;
	background: Transparent;
	border: 1px solid #b8b8b8;
	color: #b8b8b8;
	padding: 2px 2px 2px 2px;
	font-family: Times, Serif;
}

.contactbutton 
{
	background: Transparent;
	border: 1px solid #b8b8b8;
	color: #b8b8b8;
	padding: 3px;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-top: 6px;
	font-family: Times, Serif;
}