@charset "UTF-8";
/* CSS Document */

body
{
	margin: 0 0 0 0;
	background-color: #AAB28A;
	background-image:url(layoutimages/bg.gif);
	background-repeat:no-repeat;
}


div.container{
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 800px;
	height: 440px;
	margin-top: -220px;
	margin-left: -400px;
	background-image: url(layoutimages/50trpx.png);
	}
div.menu{
	position:relative;
	top: -18px;
	height: 18px;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #6F8648;
	background-image: url(layoutimages/50trpxffffff.png);


}	
div.content{
	width: 800px;
	height: 440px;
	background-image: url(layoutimages/50trpxffffff.png);

}

div.schliesen{
	background-color:#FFFFFF;
	width: 600px;
	height: auto;
	position:relative;
	top: -400px;
	left:300px;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #A08B49;
	letter-spacing:0.01;
	padding:20px;
}


div.logo{
	position:relative;
	top: 200px;
	left: 50px;
	width: 110px;
	height: 210px;
}
div.image{
	position:relative;
	top: -175px;
	left:  350px;
	text-align: right;
	width: 500px;
	height: 234px;
}
div.material{
	width: 700px;
	position:relative;
	top: -190px;
	left: 50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #A08B49;
	height: 140px;
	letter-spacing:0.01;
}
div.links{
	background-image: url(layoutimages/50trpxffffff.png);
	width: 800px;
	height: 18px;
	position:relative;
	top: -18px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #6F8648;
}
div.impressum{
	width: 800px;
	height: 18px;
	position:relative;
	top: -18px;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	color: #6F8648;
}

a{
	text-decoration:none;
	color: #6F8648;
}
a:hover{
	text-decoration: underline;
	color: #A08B49;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	width: 700px;

}
.rechts{
	text-align:right;
	}
