BODY {
	font-size: 11px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF url(/img/bg/bg-body.gif) repeat-x top center;
}

.h1big {
	text-transform: uppercase;
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 18px;
	font-weight: normal;
	margin:0;
	padding:0px 4px 0px 4px;
	color: #000;
}

.h2big {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	margin:0;
	padding:4px 4px 4px 4px;
	color: #000;
}

img {
	border: 0;
}
.container {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.kcontainer {
	float: left;
	margin-top: 142px;
	*margin-top: 142px;
}

.containerleft {
	float: left;
	width: 700px;
	border: 0px solid #e3e3e3;
}

.containerright {
	float: left;
	width: 280px;
	border: 0px solid #FF0000;
	margin: 0 0 0 10px;
}

.vorteilecontainer {
	width: 330px;
	float: left;
	border: 1px solid #B0E3F6;
	height: 100px;
	margin: 0 10px 10px 0;
} 

.vorteilecontainer p {
	padding: 4px;
}

.vorteilecontainer img {
	margin: 5px;
}

.browsercontainer {
	float: right;
	width: 280px;
	margin: 0 auto 0 auto;
	border: 2px solid #F6E2B9;
}


.browserbox {
	width: 250px;
	margin: 0 auto 0 auto;
	border-bottom: 0px solid #e3e3e3;
}

.browserboxL {
	width: 80px;
	height: 80px;
	float: left;
	border-bottom: 1px dotted #e3e3e3;
}
.browserboxR {
	width: 170px;
	height: 80px;
	float: right;
	border-bottom: 1px dotted #e3e3e3;
}
.browserboxR p {
	padding: 5px;
}

.footer {
	float: left;
	width: 100%;
	border-top: 1px solid #E3E3E3;
	margin: 40px 0 10px 0;
}

.header {
	/*position: absolute;*/
	width:995px;
	height: 132px;
	padding:0px;
	top:0px;
	*top:2px;
	left: 0px;

}

.headerbox {
	float: left;
	width: 995px;
	border:0px solid #e3e3e3;
}

.headerL {
	width: 450px;
	float: left;
	height: 80px;
}

.headerR {
	width: 200px;
	float: right;
	height: 80px;
	margin: 30px 0 0 0;
}

.headernavi {
	position: absolute;
	top: 100px;
	*top: 90px;
	left: 0px;
}

/*********** Schriften ********************/

.strong {
	font-weight: bold;
}


/*********** LINKS ********************/
a:link {
	color:#0000FF !important; 
	font-weight: normal;
	font-size:11px; 
	text-decoration: none;
}
a:visited {
	color:#0000FF !important; 
	font-weight:normal;
	font-size:11px; 
	text-decoration: none;
}
a:hover {
	color:#FF0000 !important; 
	font-weight:normal;
	font-size:11px; 
	text-decoration: underline;
}
a.lnavi:link {
	text-transform: uppercase;
	color:#FFF !important; 
	font-weight: normal;
	font-size:12px; 
	text-decoration: none;
	padding: 2px 15px 2px 15px;
}
a.lnavi:visited {
	text-transform: uppercase;
	color:#FFF !important; 
	font-weight:normal;
	font-size:12px; 
	text-decoration: none;
	padding: 2px 15px 2px 15px;
}
a.lnavi:hover {
	text-transform: uppercase;
	color:#FFF !important; 
	font-weight:normal;
	font-size:12px; 
	text-decoration: underline;
}

.lnaviborder {
	border-right: 1px solid #FFF;
}

