/* CSS Document */
body{
	margin:0px;
	margin-top:80px;
	text-align:center;
	background-color:#000000;
	color: #F00;
}

.container{
	position:relative;
	width:710px;
	height:468px;
	margin:auto;
	padding:20px;
	text-align:center;
	background-color:#323232;
	color: #FFF;
}

.start_position{
	width:710px;
	height:468px;
	padding-top:40px;
	text-align:center;
}

.menu_container{
	width:140px;
	height:468px;
	padding:0px;
	margin-right:20px;
	float:left;
	overflow:hidden;
}

.menu_container img{
	border:none;
	margin:0px;
}

.menu_container a{
	margin:0px;
}

.menu_main{
	width:140px;
	height:368px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.menu_main_item{
	width:140px;
	height:22px;
	margin:0px;
	overflow:hidden;
}

.menu_main a{
	color:#FFFFFF;
	text-decoration:none;
}

.homepic{
	width:550px;
	height:450px;
	padding:0px;
	float:left;
}

.ambientpic{
	width:140px;
	height:450px;
	padding:0px;
	margin-right:20px;
	float:left;
	overflow:hidden
}

.menu_sub{
	width:140px;
	height:450px;
	padding:0px;
	margin-right:20px;
	float:left;
	background-color:#000000;
	text-align:center;
}

.thumbs_sub{
	width:134px;
	height:444px;
	padding-top:6px;
	padding-left:3px;
	padding-right:3px;
	margin:0px;
	text-align:center;
	overflow:auto;
}

.thumbs_sub img{
	border:1px solid #000000;
}

.thumbs_sub a{
	border:none;
}

.content{
	position:relative;
	width:390px;
	height:450px;
	padding:0px;
	margin:0px;
	float:right;
	background-image:url(../images/content_text_bg.gif);
	background-repeat:no-repeat;
}

.content_bild{
	width:390px;
	height:450px;
	padding:0px;
	float:left;
	background-image:url(../images/content_text_bg.gif);
	background-repeat:no-repeat;
}

.content_text{
	width:300px;
	height:420px;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:50px;
	padding-right:55px;
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cccccc;
	font-size: 12px;
	line-height: 22px;
	overflow:auto;
}

.content_form_input{
	width:155px;
	height:16px;
	border:1px solid #666666;
	background-color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
	padding-left:2px;
	padding-top:1px;
}

.content_form_textarea{
	width:155px;
	height:50px;
	border:1px solid #666666;
	background-color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
	padding-left:2px;
	padding-top:1px;
}

.content_form_button{
	width:75px;
	height:18px;
	border:1px solid #CCCCCC;
	background-color:#333333;
	color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:11px;
}

.fussnote{
	color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	line-height:13px;
	padding-top:8px;
}

.detailbutton{
	position:absolute;
	z-index:2;
	width:70px;
	height:35px;
	margin-left:10px;
	margin-top:10px;
}

.detailbutton img{
	border:none;
}

.details{
	position:absolute;
	z-index:1;
	width:390px;
	height:450px;
	visibility:hidden;
}

.details_background{
	position:absolute;
	width:370px;
	height:150px;
	margin-top:290px;
	margin-left:10px;
	background-color:#323232;
	filter:Alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.details_content{
	position:absolute;
	width:350px;
	height:130px;
	margin-top:300px;
	margin-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#CCCCCC;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#cccccc;
}

.hr{
	background-image: url("../images/hr.gif");
	background-position:center;
	background-repeat:no-repeat;
	height:15px;
	width:300px;
	margin-top:10px;
	margin-bottom:10px;
}

.hr hr{
	display:none;
}

a {
	color: #F00;
	text-decoration: underline;
}

