body {
	background-color: #90bade;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#kopf {
	position: absolute;
	top:0px;
	left:0px;
	background-attachment: fixed;
	background-image: url(images/kopf.gif);
	background-repeat: no-repeat;
	width:100%;
	height:124px;
	background-repeat: no-repeat;
}

div#content {
	position: absolute;
	top: 124px;
	left: 165px;
	margin-right: 15px;
	padding-right: 20px;
	padding-top: 15px;
	background-color: White;
	width: 650px;
	border: 1px solid #2175bc;
	padding-left: 20px;
	padding-bottom: 10px;
}

#button {
	position: absolute;
	top: 124px;
	width: 12em;
	border-right: 0px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #90bade;
	color: #333;
}

#button ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
        }

#button li {
        border-bottom: 1px solid #90bade;
        margin: 0;
        list-style: none;
        list-style-image: none;
        }

#button li a {
        display: block;
        padding: 5px 5px 5px 0.5em;
        border-left: 15px solid #004A83;
        border-right: 15px solid #508fc4;
		  background-color: #2175bc;
        color: #fff;
        text-decoration: none;
        width: 160px;
		  }
		  
html>body #button li a {
        width: 120px;
        }

#button li a:hover {
        border-left: 10px solid #004A83;
        border-right: 10px solid #5ba3e0;
        background-color: #2586d7;
        color: #fff;
        }

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #1958B7;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background-color: #2586D7;
}

.kleiner {
	font-size: 10px;
}