body {
	background-color: #ECE9D8;
}

.header {
	width: 750px;
}



.content {
	background-image:url(img/stern.gif);
	background-repeat: no-repeat;
	background-color:#ffffff;
	text-align:left;
	padding-left:100px;
	padding-right:100px;
	padding-top:35px;
	padding-bottom:5px;
	width:550px;
}

.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:12pt;
	font-size:8pt;
	color:black;
}

.legalline {
	font-size:8px;
	font-weight:bold;
	text-decoration:none;
	color:silver;
}

.legalline:hover {
	font-size:8px;
	font-weight:bold;
	text-decoration:none;
	color:#990000;
}

.headline {
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	line-height:35pt;
	font-size:22pt;
	color:#427BD6;
}

.logo {
	text-align: left;
	width:226px;
	float:left;
}

.navigation {
	position:relative;
	text-align: left;
	top: 40px;
	}

.erikativ {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
}

p {
text-align: left;
}

/***********************************************/
/*                 NAVIGATION                  */
/***********************************************/


#navi {

    list-style-type                     : none;
	display								: inline;
    text-align                          : right;
	font-family							: Verdana, Arial, Helvetica, sans-serif;
	font-size							: 12px;
}

#navi li {
    display                             : inline;
}

#navi a, #navi a:active {
    padding                             : 3px;
    text-decoration                     : none;
    font                                : Verdana, sans-serif;
    color                               : #94AD10;
	font-weight							: bold;
    border                              : 1px solid #ffffff;
}

#navi a:hover,.clicked {
    padding                             : 3px;
    text-decoration                     : none;
    font                                : Verdana, sans-serif;
    color                               : #ffffff;
	font-weight							: bold;
    border                              : 1px solid #427BD6;
	background-color					: #427BD6;
}

#navi a:visited, {
    padding                             : 3px;
    text-decoration                     : none;
    font                                : Verdana, sans-serif;
    color                               : #94AD10;
	font-weight							: bold;
    border                              : 1px solid #ffffff;
}

#navi a.clicked:visited, #navi a:visited:hover {
    padding                             : 3px;
    text-decoration                     : none;
    font                                : Verdana, sans-serif;
    color                               : #ffffff;
	font-weight							: bold;
    border                              : 1px solid #427BD6;
}