/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	}

/*die links */

body a:link, body a: visited, body:active{text-decoration: none;}

.content a:visited, .content a:link{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	text-decoration: none; 
	color: #7F2F08;
	}

.content a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	font-weight: bold;
	text-decoration: underline; 
	color: #990000;
	}
	
.content a:active{
	font-family:Arial, sans-serif;
	font-size:14px; 
	font-weight: bold;
	text-decoration: none; 
	color: #000000;
	}

.level1 a:visited, .level1 a:link{
        color: #7F2F08;
	text-decoration: none;
        }

.level1 a:hover{
        color: #990000;
	text-decoration: underline;
        }

.level1 a:active{
        color: #000000;
	text-decoration: none;
}

.level1 {
	padding-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
	font-weight: bold;
	text-decoration: none;
}

.level2 a:visited, .level2 a:link{
        color: #000000;
	text-decoration: none;
        }

.level2 a:hover{
        color: #990000;
	text-decoration: underline;
        }

.level2 a:active{
        color: #000000;
	text-decoration: none;
}

.level2 {
        padding-left: 25px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        text-decoration: none;
	font-weight: normal;
}

body{
        font:Arial;
        font-size:14px;
        color:#000000;
        background-image:url(../bilder/background/background.gif);
        background-position:left;
        background-repeat:repeat-y;

}

p{
	font:Arial; 
	font-size:14px;
	color:#000000;

}

h1 {
	font-size:24px;
	color:#000000;
}

.menue{
	background-image:url(../bilder/rightborder/menue_w.jpg);
	background-repeat:repeat-y;
	background-position:left bottom;
	padding-right: 13px;
	height:100%;
	width:150px;
	text-decoration: none;
}

.menueunten{
	background-image:url(../bilder/rightborder/menue.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	padding-left:5px;
	padding-top:5px;
	text-align:center;
	vertical-align:top;
	height:100%;
}

	
.head{
	background-position:center;
	background-repeat:no-repeat;
}

.content{
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	padding:10px 10px 10px 10px;
	text-align:justify;
	background-color:#E7D7BE;

}
	
