@charset "UTF-8";


body,td,th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	font-size: 15px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#header {
	background-image: url(../Bilder/agrima2009.jpg);
	background-repeat:no-repeat;
	height: 110px;
	width: 700px;
	text-align: right;
				}

#header a, #header p {
	color: #666666;
	font-size: 12px;
	padding: 5px 5px 0 0;
	margin-top: 0px;
	text-decoration: none;
}

#header a:hover {
	color: #333333;
}

#navigation {
	background-color: #e7e6e5;
	border-top: 3px solid #ed7f17;
	font-size: 13px;
	width: 120px;
	height: 350px;
	float:left;
	margin: 20px 30px 0 0;
}

a {
	color: #333333;
	text-decoration: none;
}

ul {
	list-style-type: none;
	line-height: 25px;
	margin: 0;
	padding: 0;
}	

ul.list {
	list-style-type:disc;
	font-weight: normal;
	padding: 10px;
	margin: 0px 20px;
}

#navigation li {
	display: block;
	border-bottom: 1px dotted #666666;
	padding-left: 10px;
}
li a:hover {
 	color:#666666;
}
 
 
#content {
	float: left;
	width: 500px;
}

#content li {
	line-height: 30px;
}

h1 a {
	color: #ed7f17;
}

.klein {
	font-size: 11px;
}
	
.unterstrichen {
	text-decoration: underline;
}
