

body {
	margin: 0;
}

img {
	border: 0;
}

input, textarea {
	border: 			0px solid #ffffff;
	background-color:	#e3e3db;
	color:				#000000;
}

.button {
	border:				1px solid #e3e3db;
	background-color:	#A9A187;
	color:				#ffffff;
}

.blocktext {
	font-family: 	Verdana, Lucida, Arial, sans-serif;
	font-size: 		11px;
	line-height:	18px;
	color: 			#A9A187;
}

.blocktextblack, strong {
	font-family: 	Verdana, Lucida, Arial, sans-serif;
	font-size: 		11px;
	line-height:	18px;
	color: 			#000000;
}

.bold {
	font-weight:	bold;
}

.headline {
	font-family: 	Verdana, Lucida, Arial, sans-serif;
	font-size: 		12px;
	font-weight: 	bold;
	color: 			#000000;
}

.headlinegrey {
	font-family: 	Verdana, Lucida, Arial, sans-serif;
	font-size: 		12px;
	font-weight: 	bold;
	color: 			#A9A187;
}

/* Standard-Link-Formate */

A:link { 
	color: 		#000000;
	text-decoration:none;
	font-weight:	bold;
}

A:visited { 
	color: 	#000000;
	text-decoration:none;
	font-weight:	bold;
}

A:hover {
	color: 	#000000;
	text-decoration:none;
	font-weight:	bold;
}

A:active {
	color: 	#000000;
	text-decoration:none;
	font-weight:	bold;
}

hr {
	color:		#000000;
	height:	1px;
}

img.gallery {

	border:  0px solid #A9A187;
	display: block;
}

.thumbs.left {
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
	width: 40px;
}
.thumbs.right {
	position: absolute;
	right: 0px;
	top: 0px;
	float: right;
	width: 40px;
}
.picture {
	position: absolute;
	left: 40px;
	top: 0px;
	width: 500px;
	overflow: hidden;
/*	border: 1px solid black;*/
	text-align: center;
}

.picture .description {
	padding: 0 10px 0 10px;
}

.float_right {float: right; margin-left: 10px;}
.float_left {float: left; margin-right: 10px;}


