@charset "utf-8";
/* CSS Document */

body {
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.clearfloat {
	clear:both;
	}

img {
	border:0;	
	}

#wrapper {
	width:960px;
	margin: 0 auto;
	}
	
#header {
	padding-bottom:15px;
	}
	
.logo {
	float:left;	
	}

.siegel {
	float:right;
	
	}
	
#menu {
	background: #1d54cf;
	font-size:14px;
	width:960px;
	height:26px;
	
	}

#menu ul {
	list-style-position:outside;
list-style-type:none;
margin:0;
padding-left:0;

	}
	
	
#menu li {
	float:left;
	display:inline;
	list-style-position:outside;
	list-style-type:none;
}

#menu a {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	display:block;
padding:6px 15px 5px;
border-right:#FFF 1px solid;	
	}
	
#menu a:hover {
	background:#143c95;
	}	
	

#content_start {
	background:url(images/bg_start.jpg) top right no-repeat;
	
	}
	
p.pstart {
	width:450px;
	font-size:14px;
	}
	
.teaser {
	margin-top:100px;
	margin-left:140px;
	margin-bottom:50px;
	}
	
#footer {
	text-align:center;
	font-size:10px;
	border-top: #1d54cf 1px solid;
	}

#content ul {
	margin-top:15px;
	margin-bottom:15px;
	padding-left:25px;
	}
	
table {
	background: #c0c6d3;
	border:#1d54cf 1px solid;
	}
	
.screenshot {
	margin: 15px auto;
	}

.alignright {
	float:right;
	margin-bottom:15px;
	}
	
.blue {
	color:#1d54cf;
	font-weight:bold;
	}

input.formfeld {
	width:350px;
	border: #1d54cf 1px solid;
	}
	
textarea {
	width:350px;
	height:150px;
	border: #1d54cf 1px solid;
	}

h2.claim {
	color:#1d54cf;
	text-align:center;
	font-size:22px;
	margin-bottom:0;
	padding-bottom:25px;
	}
	
	



