
body
	{
	background:#4D64A7;
	text-align:center;
	font-family:verdana, arial;
	font-size:11px;
	line-height:13px;

	}
td{
	font-family:verdana, arial;
	font-size:11px;
	line-height:13px;
	text-align:left;
}
h1
	{
	font-size:12px;
	margin-left:28px;
	margin-top:20px;
	padding-bottom:5px;
	width:700px;
	border-bottom:1px solid #000;

	}
h2
	{
	font-size:11px;
	margin:0;
	font-weight:bold;
	}

a
	{
	color:#993000;
	text-decoration:underline;
	font-weight:bold;
	}

a:hover
	{
	color:#DDDDDD;
	text-decoration:none;	
	font-weight:bold;
	}

.spalt{
	width:217px;
	margin-left:28px;
	float:left;
	text-align:left;
	}

.bildtext{
	font-size:9px;
	}

#container
	{
	width:758px;
	margin:0 auto;
	background:#FFFFFF;
	margin-top:40px;
	
	}

#main{
	width:758px;
	border:1px solid #000000;
	}
#top
	{
	width:758px;
	background:url('img/background-top.jpg') no-repeat;
	height:112px;
	}

#menu
	{
	font-size:10px;
	width:758px;
	height:20px;
	background:#fff;
	text-align:center;
	border-top:1px solid #4D64A7;
	border-bottom:1px solid #4D64A7; 
	padding-top:2px;
	}
		#menu a:link {
			font-weight: bold;
			color: #000;
			text-decoration: none;
			padding:10px;
		}
		#menu a:visited {
			font-weight: bold;
			color: #000;
			text-decoration: none;
			padding:10px;
		}
		#menu a:hover {
			font-weight: bold;
			color: #0033cd;
			text-decoration: none;
			padding:10px;
		}
		#menu a:active {
			font-weight: bold;
			color: #000;
			text-decoration: none;
			padding:10px;
		}

#content
	{
	width:758px;
	min-height:550px;
	height:auto;
	height:550px;
	background:url('img/background-content.jpg') no-repeat #FFF;
	text-align:left;
	display:table;
	}
#content_start
	{
	width:758px;
	min-height:550px;
	height:auto;
	height:550px;
	background:url('img/background-content.jpg') no-repeat #FFF;
	text-align:center;
	display:table;
	}

#content_start_top
	{
	width:450px;
	margin:0 auto;
	margin-top:50px;
	text-align:center;
	font-weight:bold;
	}
#content_start_bottom
	{
	width:210px;
	margin:0 auto;
	margin-top:20px;
	padding:10px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	border:1px solid #0033cd;
	background: #fff; 
	line-height:18px;
	}

#footer
	{
	width:760px;
	font-size:10px;
	background:#4D64A7;
	color:#fff;
	text-align:center;
	}
	#footer a:link {
			color: #fff;
			text-decoration: underline;
		}
		#footer a:visited {
			color: #fff;
			text-decoration: underline;
		}
		#footer a:hover {
			color: #fff;
			text-decoration: none;
		}
		#footer a:active {
			color: #fff;
			text-decoration: underline;
		}
