html {
height: 101%;
}

body
{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image:url(../images/background.jpg)
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#532005;
}
.text_gross {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#532005;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#532005;
	text-decoration:none;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#954D27;
	text-decoration:underline;
}

p.headline {
margin-top: 30px;
margin-left: 25px;
font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#532005;
}

p.txtblock {
text-align: justify;
margin-left: 25px;
margin-right: 25px;
color:#532005;
width: 600px;
}

ul#verweis {
margin: 0;
padding:0;
}

ul#verweis li {
margin: 0;
padding: 0;
list-style-position: inside;
}

.untertitel {
color:#000000;
width:350px;
margin:35px;
}

.untertitel2 {
color:#000000;
width:250px;
margin:32px;
}

.popup {
position:absolute;
visibility:hidden; 
display:none; 
left:313px; 
top:10px;
background-color:#662313;
height:369px;
width:422px;
background-image:url(../images/rahmen.jpg);
background-repeat:no-repeat;
}

.popup2 {
position:absolute;
visibility:hidden; 
display:none; 
left:433px; 
top:10px;
background-color:#662313;
height:369px;
width:305px;
background-image:url(../images/rahmen2.jpg);
background-repeat:no-repeat;
}





.rahmen {
border: 1px solid black;}


.box {
width:750px;
height:400px;
position:relative;
border:1px solid black;
}

.box img {
float:left;
width:auto;
border:1px solid black;
}

.box .daten {
height:150px;
width:420px;
border:1px solid black;
float:right;
margin:10px 15px 0 0;
padding:0 0 0 0;
overflow:auto;
}

.box .beschreibung {
height:195px;
width:420px;
border:1px solid black;
float:right;
margin:20px 15px 0 0;
padding:0 0 0 0;
overflow:auto;
}


.box2 {
width:750px;
height:400px;
position:relative;
border:1px solid black;
}

.box2 .daten2 {
height:150px;
width:300px;
border:1px solid black;
float:right;
margin:10px 15px 0 0;
padding:0 0 0 0;
overflow:auto;
}

.box2 .beschreibung2 {
height:195px;
width:300px;
border:1px solid black;
float:right;
margin:20px 15px 0 0;
padding:0 0 0 0;
overflow:auto;
}





.abstand {
margin-bottom:10px;
}


.abstandbox1 {
margin:5px 0 0 8px;}
