/* base.css */
html {
	min-height: 100%;
}

body {
	display: block;
	min-height: 100%;
	background-color:#eeeeee;
	
	font-family:Verdana;
	font-size:11px;
	color:#666666;
}

/* stage */
#stage {
	position: relative;
	
	width: 973px;
	background-color:#ffffff;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
#stage:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#languagesel {
	position: absolute;
	top: 10px;
	right: 20px;
}

/* logo */
#logo {
	position: absolute;
	top: 0;
	left: 0;
}
#logo a {
	overflow: hidden;
	
	display: block;
	width: 393px;
	height: 88px;
	
	text-indent: -22222px;
	
	background: url('/fileadmin/web/images/logo.gif') center center no-repeat;
}
#logo img,
#logo br
{
	display: none;
}

/* layout */
#layout {
	float:left;
	margin-left:44px;
	margin-top:50px;
	width:650px;
}
#layout:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#headerimg {
	float:left;
	margin-left:0px;
}
#header_right {
	float:right;
	margin-right:0px;
	width:246px;
	height:296px;
	background: url('/fileadmin/web/images/right.jpg') no-repeat;
}

#shadow {
	position:absolute;
	right:20px;
	top:235px;
	width:172px;
	height:378px;
	background: url('/fileadmin/web/images/shadow.gif') no-repeat;
}
/* menu */
#navigation {
	float:right;
	margin-right:251px;
	margin-bottom:10px;
}

#mainmenu a {
	color:#666666;
	font-family:Verdana;
	font-size:14px;
	text-decoration:none;
}

#mainmenu a.active {
	color:#ce1126;
}

#mainmenu li {
	float:left;
	margin-left:20px;
}

#contentleft {
	float:left;
	margin-right:30px;
}

#submenu a {
	color:#666666;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
}

#submenu a.active  {color:#ce1126;}
	
.navtrenner {
	margin-bottom:1px;
	margin-top:3px;
}

/* content */
#contentleft {
	float:left;
	width:210px;
}

#content {
	float:left;
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* footer */
#footer {
	text-align:center;
	clear: both;
	margin:20px 0 10px 0;
}
#footer .menu a{
	font-family:Verdana;
	font-size:10px;
	color:#666666;
	text-decoration:none;
}
#footer .copyright, #footer .copyright a {
	font-family:Verdana;
	font-size:10px;
	color:#666666;
	text-decoration:none;
}


div.tx-thmailformplus-pi1 div.contact_error,
div.tx-thmailformplus-pi1 div.booking_error {
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 10px;
}
div.tx-thmailformplus-pi1 table.form_table tr {
	height: 25px;
}
div.tx-thmailformplus-pi1 div.booking_1, 
div.tx-thmailformplus-pi1 div.booking_2,
div.tx-thmailformplus-pi1 div.contact_1 {
	border: solid 1px #A8A8A8;
	margin: 10px;
	padding: 10px;
	background: #EFEFEF;
}
div.tx-thmailformplus-pi1 div.booking_1 div, 
div.tx-thmailformplus-pi1 div.booking_2 div,
div.tx-thmailformplus-pi1 div.contact_1 div {
	clear:both;
}
div.tx-thmailformplus-pi1 div.col1 {
	display: inline-block;
	float:left;
	clear:both;
	width: 80px;
	margin: 5px 0px 5px 0px;
}
div.tx-thmailformplus-pi1 div.formfields {
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}
div.tx-thmailformplus-pi1 input,
div.tx-thmailformplus-pi1 textarea,
div.tx-thmailformplus-pi1 select {
	margin: 5px 0px 0px 0px;
}
div.tx-thmailformplus-pi1 input.radio {
	margin: 0px;
}

input.large {
	width:150px;
}
