body {
	scrollbar-face-color:#caebfc;
	scrollbar-shadow-color:#caebfc;
	scrollbar-highlight-color:#fff8e0;
	scrollbar-3dlight-color:#eff6fc;
	scrollbar-darkshadow-color:#7bdeff;
	scrollbar-track-color:#eff6fc;
	scrollbar-arrow-color:#7bdeff;
	font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size:12px; color: black; text-decoration: none;
	color: #000000;
	margin: 0;
	background-color: #DEF3FD;
}

h1.red{
	color: red;
}

a { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size:12px; color: #606060; text-decoration: none }
a:hover { font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: black; text-decoration: none}
a.under { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size:12px; color: #606060; text-decoration: underline }
a.under:hover { font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: black; text-decoration: underline}
b { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size:12px; color: #000000; text-decoration: none }
p { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size:12px; color: black; text-decoration: none; margin-left: 15px }
p.serif { font-family: Times New Roman, Times, serif; font-weight: normal; font-size:13px; color: black; text-decoration: none; margin-left: 15px }
th { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size:12px; color: black; text-decoration: none; }
td { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size:12px; color: black; text-decoration: none; }
td.serif { font-family: Times New Roman, Times, serif; font-weight: normal; font-size:13px; color: black; text-decoration: none; }
tt { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size:12px; color: black; text-decoration: none; }
li.serif { font-family: Times New Roman, Times, serif; font-weight: normal; font-size:13px; color: black; text-decoration: none; }
.header { font-family: Arial, Helvetica, sans-serif; font-size:20px; color: black; font-weight: bold; text-decoration: none; margin-left: 15px }
.header1 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size:14px; color: black; text-decoration: none; margin-left: 15px }
.header2 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size:12px; color: black; text-decoration: none; margin-left: 15px }
.yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background : #fff1c7;
	text-align : justify;
	display : inline-block;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
}
td.s1  {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 12px;
	color : #ffffff;
	filter:dropshadow(color=#ffffff,offx=1,offy=1);
	text-decoration : none;
}

a.button{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color: #ccecfc;
	border: 2px solid #a7b7be;
	color: #303030;
	display: block;
	margin: 5px;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	width: 200px;
}

a.button:hover{
	border: 2px solid #4f78b9;
}


div#page-container{
	width: 970px;
    margin: 10px 10px;
}

div.loginbox, div.registerbox, div.sectionbox, div.box{
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background-color:#ffffff;
	border:3px solid #a7b7be;
	color:#303030;
	margin:10px;
	padding:10px;
	text-decoration:none;
}

div.loginbox{
	width: 270px;
	float: left;
}

div.registerbox{
	width: 600px;
	float: left;
}

div.box{
    float: left;
}

div.sectionbox{
	clear: left;
    float: left;
	text-align: center;
	width: 270px;
}

div.boxleft{
    float: left;
}


div.loginbox h1, div.registerbox h1{
    font-size: 15px;
	border-bottom: 1px solid #000;
	text-align: left;
}

div.loginbox h2, div.registerbox h2{
    font-size: 13px;
	text-align: left;
	margin: 5px 0;
}

p{
    font-size: 11px;
	text-align: left;
	margin: 0;
}

h1{
    font-size: 18px;
	text-align: center;
}

h2{
    font-size: 16px;
}

ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

li{
	margin: 10px 0 0 0;
	padding-left: 90px;
	height: 100px;
}

li.headline{
	margin: 20px 0 10px 0;
	padding-left: 10px;
	height: 20px;
	font-size: 15px;
	border-bottom: 1px solid black;
}

li.garantie{
    background: url(include/5jahre3.jpg) no-repeat;
}

li.serviceplus{
    background: url(include/service.jpg) no-repeat;
}

li.softwareplus{
    background: url(include/software.jpg) no-repeat;
}

form input {
	padding: 3px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color: #ccecfc;
	border: 2px solid #a7b7be;
	color: #303030;
	width: 160px;
	overflow:visible;
}

form input.submit:hover, input:hover{
	border: 2px solid #4f78b9;
	cursor: pointer;
}


form label{
	display: block;
	float: left;
	text-align: right;
	padding: 5px;
    width: 80px;
}

div.registerbox form label{
	display: block;
	float: left;
	text-align: right;
	padding: 5px;
    width: 150px;
}

td.label{
	text-align: right;
	padding: 5px;
    width: 80px;
}


form div{
    margin-bottom: 10px;
}


