body {
	margin: 0;
	padding: 0;
	background: white url(images/background.jpg) repeat-x;
	font-size: 13px;
	color: black;
}

body, th, td, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
}

img {
	border:0px;
	vertical-align:middle;
}

a, a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	background-color: #dddddd;
}

/**
 * HTML forms
 */
form {
	border: none;
	margin: 0;
	padding: 0;
}

select, option {
	padding-left: 1px;
}

select {
	border: 1px solid #346667;
	background:#C0C1C1;
	padding: 0px;
}

input[type="text"], input[type="password"], textarea{
	border: 1px solid #346667;
	background:#C0C1C1;
	padding: 1px;
	width: 150px;
}

textarea {
	font-family: Courier New, monospace;
}

/* header */

#header {
	height: 172px;
	background: url(images/header.jpg) no-repeat;
	min-width:978px;
}

/* topmenu */

#topmenu {
	width: 100%;
	height: 36px;
	min-width: 978px;
	padding:0px;
	margin-bottom:20px;
}

#menu_oben {
	float:left;
	line-height:34px;
	padding: 0px;
}

#menu_oben a {
	width: 120px;
    height: 36px;
	font-size: 13px;
    font-weight: bold;
    color: white;
    text-decoration: none;
	background: url(images/topnavi_aktiv.jpg);
	padding-left:0px;
	padding-right:0px;
	padding-top:0;
	padding-bottom:0;
	text-align:center;
	vertical-align:middle;
	float:left;
}

#menu_oben a:hover {
	text-decoration: underline;
	background: url(images/topnavi_hover.jpg);
	color: white;

}
#menu_oben .current_page_item{
	background: url(images/topnavi.jpg) no-repeat center;
	color: orange;
}

/* Login Box */

#loginbox {
	margin-right:30px;
	height:36px;
	line-height:34px;
	width:240px;
	text-align:center;
	border:none;
	background: url(images/loginbox.jpg) no-repeat center;
	color:white;
	float:right;
	padding:0px;
}

#loginbox input[type="text"], #loginbox input[type="password"] {
	border: 1px solid #000000;
	background:#ffffff;
	padding: 1px;
	width:60px;
}

#loginbox table {
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	margin:auto;
}

/* Bottom */
#bottom {
	display:table;
	padding:0px;
	width:100%;
	min-width:978px;
	background:#AAAAAA;
}

/* menu */

#menu {
	padding:5px;
	padding-left:15px;
	width:180px;
	float:left;
	line-height:18px;
	background:#AAAAAA;
}

.menutitle
{
	font-weight:bold;
	border-bottom:1px solid #656565;
	margin-top:15px;
}

#menu a {
	font-size: 13px;
    font-weight: bold;
    color: #436EEE;
	border:1px solid #AAAAAA;
    text-decoration: none;
	padding:1px;
	background: none;
}

#menu a:hover {
	font-size: 13px;
    font-weight: bold;
    color: #87CEFF;
    text-decoration: underline;
    background: none;
}


/* Content */

#content {
	/*display:table;*/
	margin-left:300px;
	padding:5px;
	min-width:550px;
	background:#AAAAAA;
}

#content h1 {
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	border-bottom:1px solid #656565;
	font-weight: bold;
}

#content h2 {
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration:underline;
}

#content h3 {
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: red;
}

#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#infobox {
	display:table;
	border: 1px solid #656565;
	padding: 5px;
	background: #eeeeee;
}

.listing_header {
	color: #333333;
	border: #888888 1px solid;
	background-color: #dddddd;
	font-weight: bold;
	padding:5px;
}

.listing_item {
	border-spacing:1px;
	border:1px dashed #888888;
	padding:5px;
}

.table_bg {
	border: 1px solid #656565;
	background-color: #eeeeee;
	padding: 5px;
}

.news_table {
	max-width:80%;
	border-spacing:0px;
	border: 0px;
}

.news_th {
	color: #333333;
	border: #656565 1px solid;
	border-bottom: 0px;
	background-color: #dddddd;
	padding:5px;
	text-align:left;
}

.news_td {
	background-color: #eeeeee;
	padding: 5px;
	text-align:left;
	border: #656565 1px solid;
}

.personal_beschr {
	width: 100px;
}

/* Footer */

#footer {
	clear: both;
	width:100%;
	min-width:978px;
	padding: 20px 0;
	background: #C0C1C1;
	border-top: 2px solid #656565;
	text-align: center;
	font-size: smaller;
}
