* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100,01%;
	color: #666;
	text-align:left;
	vertical-align: top;
}
body {
	background-color: #D2CDBB;
	text-align:center;
}
h2{
	font-size:12px;
	font-weight:bold;
	color: #A08F84;

}
p {
	margin-bottom: 15px;
}
a {
	color:#AB988B;
}
a {
	text-decoration:none;
}
textarea {
	font-size: 12px;
}

#wrapper{
	position: relative;
	width: 815px;
	height: 24.35em;
	/*background-image: url("../img/bg.gif");*/
	/*background-repeat: no-repeat;*/
	background-color: #fff;
	top: 50px;
	font-size: 25px;
	/*padding-left: 100px;*/
	margin:auto;
}
#header {
	position:absolute;
	top:0px;
	left:0px;	
	
}
#logo {
	position: absolute;
	top: 35px;
	left: 34px;
	width: 397px;
	border:none;
}
#line {
	position: absolute;
	top: 69px;
	left: 0px;
	width: 815px;
	height: 19px;
	background-image: url("../img/linie.gif");
	background-repeat: no-repeat;	
}

#content_wrap{
	position: absolute;
	top: 58px;
	left: 0px;
	width: 815px;
	height: 345px;
	font-size: 11px;	

}
.content{
	position: absolute;
	font-size: 11px;
	margin-left:30px;
	top: 30px;	
	line-height: 18px;
	width: 700px;
	background: none;
}

.content .left{
position: absolute;
width: 230px;
left:39px;
top:30px;

}
.content .right{
width: 400px;
position: absolute;
left:334px;
top:0px;
}


#footer{
	position: absolute;
	top: 530px;
	left:5px;
	font-size: 9px;
	color: #ccc;
}
#footer a{
	text-decoration: none;
	font-size: 9px;
	color: #ccc;
}
#footer a:hover{
	text-decoration: none;
	font-size: 9px;
	color: #ccc;
}

.clrleft{
	clear:left;
}
.visible{
	display:block;
}
.invisible{
	display:none;
}

