

* {
 margin:0;
 padding:0;
}

body {
 
 font-family: Georgia, "Courier New", Courier, Verdana;
 background:#790000;
 color: #790000;
}

a:link 
{ color: #790000;}
a:visited 
{ color: #790000;}
a:hover 
{ color: #790000; text-decoration: none; }


#kasten
{
width: 240px;
background: #F6E7BC;
font-size: 11px;
border-color: #790000;
border-style: solid;
border-width: 2px;
margin: 3px;
padding: 8px;
}


.line
{
	background-image: url(images/bg_line.gif);
	background-repeat: repeat-y;
	width: 30px;

}

.abstand
{
padding-left: 32px;

}

.kasten2
{
	
	width: auto;
	text-align: left;

	background: #F6E7BC;
	border-color: #790000;
border-style: solid;
border-width: 1px;
margin: 0px 32px 0 32px;
padding: 23px 10px 23px 23px;
}

table
{
font-size:12px;
line-height:15px;
margin: 0px;

}
h1
{
font-size: 1.3em;
margin-bottom: 20px;
line-height:18px;

}

h2
{
font-size: 1.1em;
margin-bottom: 8px;
line-height:16px;
}

p 
{

margin-bottom: 10px;

margin-right: 30px;

}

ul li{
margin-bottom: 15px;
margin-left: 42px;
margin-right: 30px;

}

#footer
{
	width: 95%;
	font-size: 10px;
	border-color: #790000;
	border-width: 2 0 0 0;
	border-style: solid;
	margin: 15px auto 10px auto;

	padding-top: 3px;
	text-align: right;
}


.klein 
 { font-size: 11px; }
.klein a 
 { font-size: 11px; color:#790000; text-decoration: underline }
.klein a:hover
 { font-size: 11px; text-decoration: none; color:#790000; }

* html .clear {
height:1%;
}