body {
	font-family: times,serif;
	font-size: 13px;
	color: #818141;
	background: #faf9f5;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
}


/* Ende Navigation */


#header {
	height: 150px;
	width: 100%;
	background: #f1f1e7;
	text-align: center;
}

/* Inhalte */

#content {
	width: 600px;
	margin: 0 auto 0 auto;
}

#content h1 {
	display: none;
}

#content ul {
	list-style-image: url(../images/content/arrow.gif);
}

#content ul li {
	line-height: 15px;
	padding: 0 0 8px 0;	
}

#content p {
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 0 0;
	margin: 8px 0 0 0;	
}

#content ul li ul {
list-style-type: disc;
list-style-image: none;
margin-top: 5px;
}

#content ul li ul li {
  	padding: 0 0 0 0;
}

#content form fieldset {
	border: 1px solid #d7d4b8;
	margin-top: 15px;
} 

#content form label {
	color: #333333;
	}

#content form label.kat {
display: block; float: left; 
width: 350px;
}

#content form label.fixedwidth {
float: left;
width: 120px;
}

#content form input, #content form textarea {
	color: #333333;
	font-size: 12px;
	font-family: serif;
	border: 1px solid #818141;
	}

#content form input.button {
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #818141;
	background: #d7d4b8;
	}
#content form input.button:hover {
	background: #f1f1e7
}

#content a {
	font-weight: bold;
	color: #818141;
}

#content a:hover {
	color: #d16d21;	
}

#content form legend {
	font-size: 14px;
	font-weight: bold;
	}

#content table {
 border-collapse: collapse;
 margin-top: 15px;
 width: 100%;
}

#content table td {
    padding: 3px 5px 3px 5px;
    border: 1px solid #d7d4b8;
    vertical-align: top;
}

#content table td.first {
    background: #d7d4b8;
    color: #818141;
    width: 80px;
    font-weight: bold;
}

#content table td.info {
    width: 300px;
}

/* Ende Inhalte */
