@charset "utf-8";
/* CSS Document */
body { 
margin:0px; 
padding:0px;
background:#DCDCDC;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
} 
h1 {
	font-size:16px;
 	font-weight:bolder;
	color:#000000;
}
h2 {
	font-size:14px;
 	font-weight:bolder;
	color:#000000;
}
h6{
	font-size:20px;
 	font-weight:bolder;
	color:#FF0000;
}
img {
 border:0;
}

a {
text-decoration:none;
font-size:13px;
}

.container {
background:#DCDCDC;
padding:0;
margin:0;
margin-left: auto; 
margin-right: auto; 
width:1000px;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
}

.header {
height:100px;
background:DCDCDC;

}


.menu {
background:#DCDCDC;
margin:0;
padding:0;
border:0;
height:22px;
text-align:center;
border-bottom:1px solid #000000;
}
.menu ul {
margin:0;
padding:0px;
padding-top:1px;
list-style:none;
white-space: nowrap;
}
.menu li {
display:inline;
}
.menu a {
	background:transparent;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
 	font-weight:bold;
	color:#000000;
	border-top:1px solid #DCDCDC;
 	border-right:1px solid #DCDCDC;
 	border-bottom:1px solid #DCDCDC;
 	border-left:1px solid #DCDCDC;
}

.menu a:hover {
	color:#DCDCDC;
	background:#CC0033;
	border-top:1px solid #e4d9c0;
	border-right:1px solid #837c6b;
	border-bottom:1px solid #837c6b;
	border-left:1px solid #e4d9c0;
}

.submenu {
background:#DCDCDC;
float:left;
width:145px;
height:600px;

}

.submenu ul {
margin:0px;
padding:0px;
list-style:none;
}

.submenu li {
padding:0;
margin:0;
}

.submenu a {
 padding:2px;
 color:#CC0033;
 font-size:12px;
 font-weight:bold;
 margin:5px 0 5px 2px;
 padding:1px 3px 1px 4px;
 text-decoration:none;
 background:transparent;
 display:block;
 border-bottom:1px solid #e4d9c0;
 width:132px;
}

.submenu a:hover {
 color:black;
 border-bottom:1px solid #837c6b;
}

.submenu p {
font-weight:bold;
font-size:12px;
padding:20px 0 10px 10px;
margin:0;
}

.content {
color:black;
background:#DCDCDC;
padding:0;
font-size:13px;
padding-top:15px;
margin:0;
border:0;
min-height:600px;
}

#vpferde {
margin-right: 10px;
margin-left: 160px;
padding: 0px;
border: 2px solid #000000;
}
#vpferde .name{

font-size:16px;
font-weight:bold;
border-bottom: 1px dashed #000000;
height:20px;
}
#vpferde .kommentar{
font-size:12px;
height:180px;
}

.s { color: black; background-color: black; }
.w { color: white; background-color: white; }

#vpferde .sold {
background-image:url(../img/sold.gif);
background-repeat:no-repeat;
background-position:center;
}

#text_center {
text-align:center;
}