/* CSS Document */
body {
	font-size:12px;
	font-family: arial, sans-serif;
	color:lightgrey;
	background-color:#3b3b3b;
	background-image: url(images/kachel.jpg);
	background-repeat:repeat-x;
}
table {
	font-size:12px;
	font-family: arial, sans-serif;
	color:lightgrey;
}
#header {
	position:absolute;
	margin-left:-450px;
	top:0px;
	left:50%;
	width:900px;
	height:200px;
	background-image: url(images/header.jpg);
}
#records {
	position:relative;
	width:296px;
	height:98px;
	top:52px;
	left:547px;
}
#navi {
	position:absolute;
	margin-left:-450px;
	top:200px;
	left:50%;
	width:900px;
	height:120px;
	background-image: url(images/navbg.jpg);
}
#menu {
	position:relative;
	top:15px;
	left:50px;
	width:800px;
	left:52px;
}
#page {
	position:absolute;
	margin-left:-450px;
	top:320px;
	left:50%;
	width:900px;
	background-image: url(images/contentbg.jpg);
	background-repeat:repeat-y;
}
#contentcontainer {
	position:relative;
	width:850px;
	left:50px;
}
#content {
	width:800px;
	float:left;
}
#content2 {
	width:600px;
	float:left;
}
#linksaussen {
	width:200px;
	float:left;
	background-color:silver;
}
#linksinnen {
	margin:10px;
	background-color:dimgray;
}
#footer {
	clear:left;
	width:900px;
	height:100px;
	background-image: url(images/footer.jpg);
}
#footerinnen {
	position:relative;
	text-align:center;
	color:darkgrey;
	width:300px;
	font-size:11px;
	font-family:arial, sans-serif;
	top:54px;
	left:300px;
}
.pricetag {
	color:darkred;
	font-size:14px;
	font-family:arial, sans-serif;
	font-weight:bold;
}

.clearer {
	clear:both;
	float:none;
}
label{
	display:block;
	float:left;
	width:270px;
}
a:link {
	font-family: arial, sans-serif;
	color:lightgrey;
	text-decoration: underline;
}
a:visited {
	color:lightgrey;
}
a:hover {
	color:darkred;
	text-decoration: underline;
}
a:active {
	color:lightgrey;
}
