@charset "UTF-8";
/* CSS for www.kpm-ev.de
   Coded by www.albrecht-medien.de
 */

body, p a {
	font: normal 100.01% Helvetica, Arial, sans-serif;
	font-size:10pt;
	color: #333333;
	line-height:150%;
}
#wrapper {
	width: 940px;
}
html {
	padding: 0;
}
body {
	margin: 0px;
	padding: 30px;
	border-top:#0081e6 5px solid;
	background-color: white;
}
html>body #fixiert {  /* nur fuer moderne Browser! */
	position: fixed;
}
#main {
	margin: 20px;
}
h1 {
	font-size: 1.3em;
	text-align: left;
	border: 0xp;
}
a {
	color: #006adf;
	text-decoration: none;
}
a:link {
	color: #0081e6;
}
a:hover {
	color: #0081e6;
	text-decoration: underline;
}
a:visited {
	color: #0081e6;
}
a:active {
	color: #000000;
}
.aktiv {
	color: #CC0000;
	font-weight:bold;
}
.print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:none;
}
#klar {
	clear:left;
}
.input {
	width: 90%;
}
img {
	border:0;
}
label {
	width: 150px;
	display:inline;
	float:left;
}
.tabulator {
	width: 100px;
	display:inline;
	float:left;
}
#header {
	border:0;
	padding: 10px 0;
}
#footer {
	clear:both;
	border-top:#0081e6 1px solid;
	font-size:8pt;
	text-align:right;
}
#navigation {
	width:100%;
	/*background-color:#EEEEEE;*/
	padding: 6px 0px;
	margin: 15px 0px 0px 0px;
	border: 0px;
}
#navigation ul {
	display:block;
	list-style-position:outside;
	border:0;
	padding:0;
	margin:0;
}
#navigation li {
	display:inline;
	list-style-position:outside;
	padding:9px;
	border:0;
	margin:0;
}
#navigation li a {
	padding:8px;
	margin:0;
	background-color:#EEEEEE;
	border: 0px;
}
#navigation li a:hover {
	background-color:#CCCCCC;
	text-decoration:none;
}
#navigation li a:active {
	background-color:#0081e6;
	text-decoration:none;
}
#navigation li a.active {
	background-color:#0081e6;
	color: #fff;
	text-decoration:none;/*border-bottom:#7cbef2 20px solid;*/
}
#content {
	min-height:400px;
	padding: 0px 10px;
	border-top: #0081e6 5px solid;
}
#basket {
	float:right;
	width:150px;
	background-color:#eee;
	padding:20px;
	color:#000;
	border-top: 5px solid #0081E6;
}
#preis {
	font-size:24px;
	text-align:right;
}
#links {
	float:left;
	width: 63%;
}
#rechts {
	float: right;
	width: 33%;
}
#underconstruction {
	padding:5px;
	font-weight:bold;
	background-color:#FFCC00;
}
a.textbutton {
	text-align:right;
	background-color:#0081E6;
	color:#FFF;
	padding: 5px;
}
a.textbutton:hover {
	text-align:right;
	background-color:#aaa;
	color:#FFF;
	padding: 5px;
}
hr {
	height: 1px;
	border: none;
	border-top: 1px dotted #999;
}

