* {
	padding:0;
	margin:0;
}
body {
	background:#000 url(../img/bg.jpg) no-repeat top center;
	font:13px/18px arial;
	text-align:center;
	padding:0;
	margin:auto;	
	color:#242424;
}
img {
	border:0 none;
}
a {
	color:#242424;
	text-decoration:none;
}
#page {
	position:relative;
	width:900px;
	margin:35px auto 0;
	text-align:left;
}
#pagestart {
	position:relative;
	width:250px;
	margin:70px auto 0;
	text-align:left;
}
#sm_switcher {
	position:absolute;
	top:-22px;
	right:32px;
}
#lng_switcher {
	position:absolute;
	top:-22px;
	right:0;
}
#left {
	background:url(../img/dunkel.png) repeat; 
	float:left;
	width:250px;
	color:#fff;
	padding-bottom:50px;
	position:relative;
}
#nav #logo img{
 margin:25px 0 0;
}
#nav a,
#nav span  {
	border-bottom:1px solid #3D3127; 
	display:block;
	padding-left:30px;
	font:20px/44px arial;
	color:#DDAB89;
	text-decoration:none;
}
#nav span  {
	border-bottom:1px solid #3F3F3D; 
	color:#fff;
}
#left p {
	padding:40px 0 0 30px
}
#foot {
	position:absolute;
	bottom:-85px;
	left:0;
	width:220px;
	padding-left:30px;
	color:#D1B8AB;
	text-decoration:none;
	font:11px/11px arial;	
}
#foot a {
	color:#D1B8AB;
	text-decoration:none;
	font:11px/11px arial;
}
#foot img {
	margin-top:10px;
}
#right {
	background:url(../img/hell.png) repeat; 
	width:600px;
	padding:25px;
	float:right;
	margin-bottom:15px;
}
#right p {
	padding:20px 0;
}
#picture {
	position:relative;
	z-index:1;
}
#picture a#more {	
	z-index:5;
	position:absolute;
	top:155px;
	right:10px;
}
#picture a#less {
	z-index:5;
	position:absolute;
	top:155px;
	left:10px;
}


form input{
	padding: 3px 5px 4px;
	height: 20px;
	margin: 5px 0;
	width: 283px;
	border: 1px solid transparent;
}
form textarea{
	font-family: arial;
	font-size: 12px;
	padding: 5px;
	width: 586px;
	height: 140px;
	margin: 5px 0;	
	resize: none;
	border: 1px solid transparent;
}
form input.error,
form textarea.error{
	border: 1px solid red;
}
form #btn_send{
	background: #685040;
	font-size: 14px;
	color: #fff; 
	border-radius: 4px;
	width: 122px;
	height: 30px;
	float: right;	
	cursor: pointer;
	border:0 none;
}
form #contact_error{
	float: left;
	width: 430px;
	color: red;
	display: none;
}

.img_container{
	width:190px;
	float:left;
	margin:10px 0 0;
}

.imp {
	cursor:help;
	text-decoration:underline;
}
.imp span {
	display:none;
	font:11px arial;
}
.imp:hover span {
	width:230px;
	position:absolute;
	display:block;
	background:#fff;
	border:1px solid #999;
	text-decoration:none;
	padding:10px;
	color:#000;
	left:0;
	bottom:70px;
}