@charset "utf-8";

/* CSS Document */

body
{
	background-color:#e5f3fc;
}

#main_oben
{
	height: 135px;
	background-image:url(/img/bg_lines_start.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	margin-top: 70px;
}

#header
{
	width: 985px;
	height: 134px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

#banner
{
	margin-top: 4px;
	height: 123px;
	background-image:url(/img/banner-start.jpg);
	background-repeat:no-repeat;
	background-position: bottom center;
}

#content
{
	margin: 0 187px 0 150px;
}

#content a
{
	text-decoration: none;
}

h1
{
	font-size: 18px;
	font-weight: normal;
	color: #1e8ac8;
	padding: 10px 0 30px 0;
}

.white
{
	background-image:url(/img/button-startseite.jpg);
	background-repeat: no-repeat;
	height: 26px;
	font-size: 16px;
	margin-top: 10px;
	padding: 5px 0 0 60px;
}

.white a
{
	color: #000;
}

.white a:hover
{
	color: #000;
	text-decoration: none;
}

.small
{
	font-size: 10px;
	padding-top: 20px;
	color:#555;
}

p
{
	margin: 0;
}

ul
{
	margin:0 0 0 2px;
	padding: 0 0 0 0px;
}

li
{
	background-image:url(/img/list-square.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding: 1px 0 1px 12px;
}

