body,html{
	margin:0;
	padding:0;
	height:100%;
	background:url('../img/bg_verlauf.jpg');
	background-attachment:fixed;
	background-color:#185DA5;
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

#box{
	width:950px;
	margin:0 auto;
	text-align:left;
	position: relative;
  	min-height: 100%; 
  	height: auto !important; 
 	height: 100%; /* Fuer IE */
	background:#FFFFFF;
	background-repeat:repeat-y;
	border-width:0 1px 0 1px;
	border-color:#000000;
	border-style:solid;
}

#head {
	height:65px;
}

#logo {
	position:absolute;
	top:1px;
	left:1px;
}

#logo1{
	position:absolute;
	top:26px;
	left:350px;
}

#topmenu {
	margin-left:347px;
	width:603px;
	height:22px;
	background:#185DA5;
	font-size:12px;
}

#footer {
	position: absolute;
  	bottom: 0;
	left:0px;
	height:22px;
	background:#185DA5;
	width:950px;
	font-size:10px;
	line-height:22px;
	text-align:center;
	color:#fff;
}

#footer a {
 	color:#fff;
	font-size:10px;
}


/* Seiteninhalt */

#content {
	margin: 25px 0 0 30px;
	width:900px;
	font-size:12px;
	line-height:1.5;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

#content table {
	font-size:12px;
	line-height:1.5;
}

#content h1 {
	font-size:16px;
}

#content h2 {
	font-size:16px;
	color:#185DA5;
}

#content h3 {
	font-size:14px;
}

#content p {
	margin-bottom:12px;
}

#content a {
	color:#185DA5;
}

#content .small {
	font-size:10px;
}

/* Bilder */

.img_left {
	float:left;
	margin-right:20px;
	padding-bottom:20px;
}

.img_right{
	float:right;
	margin-left:20px;
	padding-bottom:20px;
}

.thumbnail {
	float:left;
	padding:0px 10px 14px 8px;
}

.site_img {
	float:right;
	margin-left:20px;
	margin-right:10px;
	margin-top:5px;
	padding-bottom:20px;
}


