* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	/* Schriftgroesse auf 10 px damit man spaeter die Groessen einfacher in em angeben kann 1em = 12px*/
	font-size: .625em;
	color: #6b6b6b;
	text-align: center;
	background: url(../images/bg-body.gif) repeat-y center #fff;
}

ul {
	margin: 0 0 0 20px;
}

img {
	border: none;
}

p {
	margin: 0 0 1em 0;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 950px;
	text-align: left;
	background: url(../images/bg-header-home.jpg) no-repeat 20px 105px;
	/* Hier die Schrift wieder auf 12px */
/*	font-size: 1.2em; */ /* 08.06.2010 */
	font-size: 11px;
}

#main {
	padding-top: 230px;
}

#content {
	width: 495px;
	float: left;
	position: relative;
	left: 180px;
}

#content .block {
	margin-top: 20px;
}

#content2 {
	width: 495px;
	float: left;
	position: relative;
	left: 180px;
}

#content2 .block {
	margin-top: 20px;
}


#left {
float:left;
	width: 180px;
	position: relative;
	left: -495px;
}

#right {
	float: left;
	position: relative;
	width: 275px;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 950px;
	height: 230px;
}

#header #logo {
	position: absolute;
	left: 780px;
	top: 40px;
}

#header #logo {
	position: absolute;
	left: 780px;
	top: 40px;
}

#header #logoleft {
	position: absolute;
	left: 20px;
	top: 15px;
}

#header .logolizindiv {
	position: absolute;
	left: 580px;
	top: 20px;
	width: 360px;
	text-align: right;
}

#header #orange {
	position: absolute;
	left: 1px;
	top: 140px;
	width: 56px;
	height: 52px;
	background: #f7931e;
}

#left #planer {
	position: absolute;
	top: 285px;
	left: 35px;
}

#clear {
	clear: both;
	line-height: 0px;
}

#footer {
	position: relative;
	border-top: #d1d2cd 1px solid;
	line-height: 1.4em;
	width: 910px;
	left: 20px; /*fixie*/
	margin: 2px 0; /*fixie*/
	font-size: 0.8em;
}

.usb {
	display: none;
}

dfn {
	display: none;
}