
html {
	margin: 0px;
	background-color: #AED628;
	background-repeat: no-repeat;
}

p{
	font-size: 11px;
	line-height:16px;
	margin:0px; 
	margin-bottom: 12px; 
	text-align: left;
}

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

a:hover {
	color: #999999;
	text-decoration: underline;
}

ul {
   	margin-left: 17px;
   	padding: 0px;
   	font-size: 11px;
   	line-height:16px;
   	text-align: left;
}

body {
	margin-left:30px;
	margin-top:0px;
	padding:0px;
	font-family: Verdana;
	color: #ffffff;
	font-size: 11px; 
	line-height:16px;
	width: 920px; /*Bildschirmgesamtbreite = 30px + 920px = 950px */
	/* border: 1px; border-color: #999999; border-style: solid; */
}

.font-justify{
	line-height: 170%; 
	text-align: justify; 
}


/***** HEADLINES *****/

h1 {
   	margin-top: 0px;
   	margin-bottom: 26px;
   	font-family: Verdana;
   	font-size: 14px;
   	line-height:16px;
   	color: #717171;
   	font-weight: bold;
   	text-align: left;
	clear: both;
}

h2, h3 {
   	margin-top: 0px;
   	margin-bottom: 20px;
   	font-family: Verdana;
   	font-size: 14px;
   	line-height: 16px;
   	color: #717171;
   	font-weight: bold;
   	text-align: left; 
}


/***** HEADER *****/

#header {
	margin-top: 37px;
	padding: 0px;
	width: 250px;
	height: 100px;
	background-color: #AED628;
	text-align: center;
    float: right;
}

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

#left_nav {
	margin-top: 45px;
	padding: 0px;
	line-height: 17px;
	font-size: 12px;
	color: #eaeaea;
	width: 172px;
   	text-align:left; 
   	float: left;
	overflow: hidden; 	
   	background-color: #AED628;
}

#left_nav li {
	margin: 3px 0;
	background: url(/images/navi_image.gif) no-repeat 0 6px;
	padding: 0 0 0 7px;
}

/***** CONTENT *****/

#content{
   	margin-top: 5px;
	width: 400px;
	font-size: 14px;
	line-height: 20px;
	float: left;
	overflow: hidden;
}

#content h1 {
	font-size: 14px;
	font-weight: bold;
}

/***** FOOTER *****/

#footer {
	margin-top: 20px;
	width: 920px;
	border-top: 1px solid #AED628;
	color: #717171;
	font-size: 11px;
   	float: left;
  	text-align: left;
}


#footer_nav {
	margin-top: 5px;
	padding: 0px;
	height: 40px;
}

#partner_links_nav {
	margin-top: -16px;
	/* margin-left: 0px; */
	margin-left: 206px;
	font-size: 10px;
	color: #999999;
    width: 772px;
	/*  width: 978px;  */
    text-align:left; 
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	/* border: 1px; border-color: #999999; border-style: solid; */
}