@charset "utf-8";

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

html, body{
	margin:0px;
	padding:0px;
	background:#e2e2e2;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4d4d4d;
	text-align:center;
}

a:link, a:visited, a:active{color:#1F1F1F; text-decoration:none;}
a:hover{text-decoration:underline;}
img{border:none;}
h1 {text-transform:uppercase;}
h3{padding-bottom:5px; color:#1F1F1F;}
.col {color:#1F1F1F; font-weight:bold;}

	#aussenbereich{
	   -moz-border-radius:15px;
       -khtml-border-radius:15px; 
		margin:20px auto;
		width:900px;
		text-align:left;
		background-color:#efefef;
		border:1px solid #BFBFBF;
	}

		#header{
		   -moz-border-radius:15px;
           -khtml-border-radius:15px;
			margin:5px;
			background:url(../images/header.png) #F0F1EC;
			border:1px solid #BFBFBF;
			height:100px;
		}
		
		#menu{
		-moz-border-radius:15px;
           -khtml-border-radius:15px;
			height:30px;
			margin:5px;
			background:#F0F1EC;
			border:1px solid #BFBFBF;
		}
			
		#menu ul{
			list-style-type:none;
		}
			
		#menu li {
			display:block;
			float:left;
			padding:0px 8px;
		}
			
		#menu li a {
			height:30px;
			line-height:30px;
			text-decoration:none;
			text-align:center;
			padding: 5px;
			background:#F0F1EC;
			color:#4d4d4d;
		}
			
		#menu li a:hover {
			padding: 5px;
			background:#BFBFBF;
			color:#1F1F1F;
		}

		#content{
		-moz-border-radius:15px;
           -khtml-border-radius:15px;
			margin:5px;
			background:#F0F1EC;
			padding:10px;
			text-align:justify;
			border:1px solid #BFBFBF;
		}

			.eintrag{margin-bottom:20px;}
				
			.eintrag p{line-height:16px;}

		#footer{
		    -moz-border-radius:15px;
           -khtml-border-radius:15px;
			margin:5px;
			padding-top:3px;
			height:17px;
			text-align: center; 
			background:#F0F1EC;
			border:1px solid #BFBFBF;
		}