﻿/* CSS-Layout */

body { 
	background-color: orange;
	font-family: Verdana;
	font-size: 12px;
	color:black;
	width:920px;
	padding:0px;
	margin:0px auto;
	text-align:center;
}

img { 
	border: none;
}

ol, ul {
	list-style-type: none;
}
th {
	text-align: left;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearing {
	clear: both;
}

.header { 
	height:166px;
	width:920px;
	background: white;
	padding: 0px 0px 0px 0px;
	border:0px solid red;
}

#kaefer-logo {
	width: 200px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;

}

#titel {
	position: relative;
	margin-left: 20px;
	width: 650px;
	float: left;
        font-family: "Showcard Gothic";
	color: #C5235B;
	font-size: xx-large;
}

#titel hr {
	width: 650px;
	background-color: #C5235B;
}

#wrapper {
	display: table;
	border-collapse: collapse;
	width: 920px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: white;
	position: relative;	  
}
#menu { 
	margin: 0px 0px 0px 0px;
	height: auto;
	width: 210px;
	float: left;
	padding: 0px 0px 0px 10px;
	background-color: white;
	border: 0px solid silver;
	text-align: left;
	line-height: 30px;
	position: relative;
	display: table-cell;
}
#menuliste {
	left: 0px; 
	top: 0px; 
	height: auto; 
	width: 190px;
	font-size: 22px;
	font-family: "Showcard Gothic";
	color: #C5235B;
}

#mainbody { 
	margin: 0px;
	width: 678px;
	height: auto;
	float: left;
	padding: 15px 10px 15px 10px;
	background: white;
	border: 0px solid red;
	text-align: left;
	position: relative;
	display: table-cell;
	border-collapse: separate;
}

.footer { 
	width: 896px;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-color: silver;
	color: maroon;
	border: 2px solid red;
	text-align: center;
}

.textbox1 {
	font-size: 22px;
	font-weight: bold;
}

.rep-ul {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	list-style-image: URL(images/Car00112.gif);
}

.buggy { 
	height: auto; 
	font-size: 18px;
	font-family: "Showcard Gothic";
	color: #C5235B;
}

.buggy p { 
	width: 644px; 
	text-align: left;
	margin-left: 30px;
}
.buggy img { 
	padding-left: 30px;
	border: none;
}

.linkseite p {  
	font-weight: bold;
	font-size: 150%;
}

.linkseite ul {
	font-size: 200%;
	font-weight: bold;
	line-height: 40px;
	list-style-image: URL(images/deko00102.gif);
}

.marktplatz { 
	font-weight: bold; 
	font-size: 20px;
}

a:hover { font-size: 115%;
}

h1 { font-size:30px}

h2 { font-size:24px}

h3 { font-size:20px}

h4 { font-size:16px}

h5 { font-size:14px}


p,h1,h2,h3,h4,h5 { margin: 10px 10px 10px 0px }

#container {
	position: relative;
	width: 100%;
}

#page_content {
	margin-left: 200px;
}

.clear {
	clear: both;
}
.style1 {
	font-family: Verdana;
	font-size: xx-large;
}
.style2 {
	color: #D90057;
}
.style3 {
	font-family: "Showcard Gothic";
	color: #C5235B;
}
.style4 {
	font-size: 22px;
	font-family: "Showcard Gothic";
	color: #C5235B;
}
.style5 {
	font-size: larger;
}
.style6 {
	font-family: Verdana;
}
.style7 {
	font-family: Verdana;
	color: #C5235B;
	text-align: left;
}
.style8 {
	font-size: xx-large;
}
a {
	color: #D90057;
}
a:visited {
	color: #C5235B;
}
a:active {
	color: #D90057;
}
a:hover {
	color: #C5235B;
}

.validate_li_a {
	width: 100px;
	float: left;
}
.validate_li_b {
	width: 400px;
	float: left;
}
#w3c-hinweis {
	text-align: center;
	font-weight: bold;
	color: red;
}
#copyright {
	text-align: center; 
	font-weight: bold; 
	padding-top: 10px;
}
