body {
	font-family: Verdana,Arial,Sans Serif;
	color: #000;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background: url(../../layout/bg.png) left 10px repeat-x;
	line-height: 1.4;
	text-align: center;
	}

a {
	color: #005aa9;
	font-weight: 700;
	text-decoration: none;
	}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	ul li {
		line-height: 1.5;
		}
		ul li a {
			background: url(../../layout/arrow.png) left center no-repeat;
			padding-left: 9px;
			}
			
div#wrapper {
	padding: 0;
	text-align: left;
	margin: 0 auto;
	width: 760px;
	}
div#header {
	height: 206px;
	}
	div#header h2 {
		padding: 0;
		margin: 0;
		padding-top: 12px;
		font-size: 13px;
		font-weight: 700;
		margin-bottom: 3px;
		color: #fff;
		}
	div#header p {
	margin-top: 0;
	color: #fff; 
	}
	div#header .logo {
		height: 63px;
		text-align: right;
		}
		div#header .logo img {
			margin-top: 4px;
			}
		
div#footer {
	bottom: 0;
	border-top: 6px #E5E5E5 solid;
	background: url(../../layout/bg_stripe.png);
	color: #7F7F7F;
	margin-top: 50px;
	}
div#footerContent {
	padding-bottom: 10px;
	margin: 0 auto;
	width: 760px;
	text-align: left;
	}
	div#footerContent h2, h3 {
		font-weight: 700;
		margin: 25px 0 3px;
		}
	div#footerContent h2 {
		font-size: 14px;
		}
	div#footerContent h3 {
		font-size: 13px;
		}
	div#footerContent p {
		margin-top: 0;
		}
		div#footerContentDeep {
			color: #b0b0b0;
			}
	
.hide {
	margin: 0;
	visibility: hidden;
	display: none;
	}

div#content h2 {
	margin-top: 30px;
	font-weight: 400;
	color: #005aa9;
	font-size: 17px;
	}

div#content p.box {
	margin-top: 30px;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	background: url(../../layout/bg_box_blue.png) repeat-y;
	color: #fff;
	border: 1px #007FC6 solid;
	padding: 5px;
	}
div#content p.kunden {
	color: #7F7F7F;
	font-weight: 700;
	text-align: center;
	}
div#content strong {
	color: #7F7F7F;
	font-size: 15px;
	}
div#content .mTop {
	margin-top: 30px;
	}

span.displaynone {
	display:none;
	}
	
span.grey {
	padding: 0 8px;
	font-weight: 400;
	}