@charset "utf-8";

*{	
	margin: 0;
	padding: 0;
	border: 0;		
	line-height:1.5em;	
}

html,body {	
	background-color: #6e6b67;	/* Hintergrundfarbe der Website */
	font: 10px/1.5em Trebuchet, Arial, sans-serif;	/* Font Family */
	color: #000;
	height: 100%;
}

.hidefocus { outline:0; -moz-outline:0; }

.mask{
	margin: 0px auto 0px auto;
	position: relative;
	margin-top: 0px;
	width: 460px;
	height: 2200px;
	background-color: #b0aaa0;
	overflow: hidden;
}


#box{
	margin: 0;
	position:absolute;
	height: 100%;
}
#boxdiv{ 	
	margin-left: 45px;
	margin-right: 45px;
	width: 370px;
	float:left;
}

#box .buttons{
	text-align:left
}

#box .next{
	float:right
}

#boxitem{
	min-height: 90px;
	margin-bottom: 15px;
	width: 370px;
	overflow: hidden;
}

#boxcanvas img{
	position: absolute;
}

#boxitem img{
	float: left;
}

#boxtext{
	padding-left: 10px;
	line-height: 1.2em;
	margin: 0;
	width: 200px;
	min-height: 90px;
	float: left;	
}

#boxtext_wide{
	margin-top: 3px;
	margin-bottom: 20px;
	line-height: 1.2em;
	width: 370px;
	float: left;	
}

h1{
	margin-top: -5px;
	width: 200px;
	font-size: 12px;
	float: left;
}

h2{
	width: 370px;
	font-size: 12px;
	float: left;
}

h3{
	margin-top: -5px;
	margin-left: 1px;
	margin-bottom: 8px;
	width: 370px;
	font-size: 12px;
	float: left;
}

.sample8 .buttons{
	text-align:center;
	clear:both;
}
.sample8 .mask1{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.buttons{
height: 22px;
margin-bottom: 40px;
text-align:center;
}

.buttons img{
height: 20px;
margin: 0 7px 30px 7px;
background:#000;
padding:0 0px;
cursor:pointer;
}

.buttons img.active, .buttons img:hover{
background:#fff;
}

.mail a{
	display:block;
	background-color: #ece9e5;
	float:left;
}

.mail a:hover{
	display:block;
	background-color: #fff;
}

span img{
	display:block;
	border:none;
}

