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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:1.5;
	background:url(../media/layout/bg.gif) repeat-y #b0c204;
}

p, td {
	padding-bottom:10px;
}

img {
	border:0px;
}

a {
	color:#178fcb;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

h1{
	color:#b0c204;
	font-size:15px;
	font-weight:regular;
}

h2, h3{
	color:#178fcb;
	font-size:15px;
	font-weight:regular;
	padding-bottom:5px;
}

div#main{
	width:1024px;
}

/*HEADER - ANFANG*/
div#header {
	width:1024px;
	height:200px;
}

div#header_left{
	width:799px;
	height:211px;
	background:url(/media/layout/header.gif) no-repeat;
	float:left;
}
div#header_left h1{padding-top:90px; padding-left:10px; line-height:1.0;}
div#header_left h2{font-size:12px; padding-left:10px; line-height:1.0; padding-top:20px;}
div#header_left h3{ font-size:12px; padding-left:10px; line-height:1.0; padding-top:20px; color:#000;}

div#header_right{padding-top:68px;}
div#header_right img{padding-top:1px;}
/*HEADER - ANFANG*/

div#xing{width:223px; height:36px; background:#fff; padding-left:10px; padding-top:6px;}
div#xing_text{float:left; color:#0e5b60; font-size:10px; line-height:1.0; padding-top:8px; padding-right:10px;}
div#xing_logo{}


div#content {
	width:494px;
	float:left;
	margin-right:36px;
	padding-top:10px;
}

div#content ul {
	list-style:none;
	padding-bottom:10px;
}

div#content ul li{
	background:url(/media/layout/aufzaehlungszeichen.gif) no-repeat;
	padding-left:15px;
	background-position:0px 4px;
	
}

div#right{
	float:right;
	width:225px;
	padding-top:60px;
}

div#right img{
	padding-bottom:15px;
}

div#right p{
	font-size:10px;
	color:#fff;
	padding-left:18px;
	width:110px;
	line-height:1.0;
}

