body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #E9E9E9;
}
p {
        padding: 0px;
        line-height:1.5em;
        margin-top:3px;
        margin-right:0px;
        margin-bottom:10px;
        margin-left:0px;
        text-align:justify;
}
h1 {
	margin-top:20px;
	margin-bottom:20px;
	font-weight: normal;
	font-size: 2.0em;
}
h2 {
	margin-top:5px;
	margin-bottom:10px;
	font-weight: bold;
	font-size: 1.5em;
	color:#c81c1c;
}
ul {
		line-height: 1.7em;
}
ul li {
	font-size: 1.1em;
	list-style-position: inside;
	list-style-image: url(bilder/Haeckchen-klein.png);
	list-style-type: none;		
}
a {
        text-decoration: none;
        font-weight:bold;
		color:#c91b1c;
}
a:hover {
        border-bottom: none;
}
a img {
        border: none;
}
img.left {
        float: left;
        margin: 0 20px 0 0;
}
img.right {
        float: right;
        margin: 0 0 0 20px;
}
.clear {
        clear: both;
}
#linklist td {
		line-height: 20px;
}
#wrap {
	    width: 980px;
        margin-right: auto;
        margin-bottom:50px;
		margin-top:10px;
        margin-left: 20px;
		padding-left:20px;
		padding-right:20px;
        padding-bottom:15px;
		background-color:#FFF;
}
#box {
	padding: 15px;
	background-color: #EFEA81;
	-webkit-border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
	margin-bottom: 25px;
}


#footer {
	width:440px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	margin-top:20px;
	font-size: 12px;
}
#footer a {
color:#000;
}
#content {
	width:100%;
	background-color:#FFF;
	color: #000;
	padding-right:20px;
}
.button input{
	width:160px;
	height:47px;
	background-image: url(bilder/button-einstellen.png);
	background-repeat: no-repeat;
	border:0;
}
.button-suche input{
	width:160px;
	height:47px;
	background-image: url(bilder/button-suche-hilfe.png);
	background-repeat: no-repeat;
	border:0;
}
.button-biete input{
	width:160px;
	height:47px;
	background-image: url(bilder/button-biete-hilfe.png);
	background-repeat: no-repeat;
	border:0;
}
.kontaktformular {
	width: 100%;
	font-size: 1em;
}
.kontaktformular table {
	width: 100%;
	font-size: 1em;
}
.kontaktformular textarea{
        width: 95%;
}
.kontaktformular input{
        width:95%;
}
.kontaktformular input[type="checkbox"]{
        width:10px;
}
.kontaktformular table tr td {
        padding-top:7px;
        padding-bottom:7px;
}
.kontaktformular input, textarea {
        padding:5px;
        border:1px solid #CCC;
        font-family: Arial, Helvetica, sans-serif;
}
.kontaktformular label {
        font-weight:normal;
        color: #000;
}
#menubar
{
	background: #686868;
	width:980px;
	border-top: 1px solid #7D7D7D;
	height: 40px;
} 
ul#menu{margin: 0px;}

ul#menu li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 
ul#menu li a 
{
	font-family: verdana, sans-serif;
	display: block;
	float: left;
	height: 30px;
	text-decoration: none;
	text-align: center;
	background: transparent;
	color: #AAA;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #7D7D7D;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 0.9em;
} 
ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{ background: transparent;
  color: #FFF;
} 
#fb {
	margin-left:30px;
}
#hilfe {
	margin-top:30px;
	margin-bottom:30px;
	width: 100%;
	font-size: 0.9em;
}
#hilfe table {
	width: 100%;
	font-size: 1em;
}

#hilfe tr:nth-child(even) {
 background-color: #FFFFFF;
}
#hilfe tr:nth-child(odd) {
 background-color: #EEEEEE;
}

#hilfe table tr td {
	padding: 5px;
	border: thin solid #CCC;
	vertical-align: top;	
}
#hilfe table th {
	padding: 5px;
	border: thin solid #CCC;
	background-color:#faf2f2;
	text-align:left;
}
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}
#banner {
	height:1000px;
	width:200px;
	position:fixed; top:10px; left:1050px;
}
#banner img {
	margin-bottom: 20px;
}



