/* Core layout */
body {
	background-image: url(images/hg.jpg);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 920px;
	margin: 0 auto;
}

/* header layout */
#header {
	margin-top:20px;
	background-image: url(images/schnoerkel_oben.png);
	background-repeat: no-repeat;
	background-position: 600px 0px;
}
#header_menu {
	width: 300px;
	text-align: right;
	position:absolute;
	left: 50%;
	margin-left: 160px;
	top: 20px;
}
#header_menu img {
	border: 0px;
}
#header_menu a {
	color: #000;
	text-decoration: none;
}
#header_menu a:hover {
	color: #000;
	text-decoration: underline;
}
#schnoerkel_oben {
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: 100px;
}
/* navigation */
#menu {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 15px;
	list-style-type: none;
	width: 250px;
}
#menu li {
	border-bottom: 1px solid #C67B7B;
}
#menu .last {
	border-bottom: 0px;
}
#menu li a {
	height: 36px;
	display: block;
	vertical-align: middle;
	line-height: 36px;
	background-color: #9C0420;
	color: #fff;
	text-decoration: none;
	padding-left: 50px;
}

#menu li a:hover {
	background-color: #C67B7B;
}



/* footer */
#footer {
	margin-top: 5px;
	background-color: #78040a;
	border-top: 1px solid #A6A3A3;
	color: #000;
	/* padding-top: 20px; */
	/* padding-bottom: 20px; */
	text-align: center;
	/* padding-left: 250px; */
	margin-bottom: 10px;
}

#footer_right {
	float: right;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	color:#FFF;
	line-height: 18px;
}
#footer_left {
	float: left;
	margin-left: 50px;	
	margin-top: 5px;
}

#footer_right a {
	color: #fff;
	text-decoration:none;
}
#footer_right a:hover {
	text-decoration:underline;
}


/* other special classes */
.clear {
	clear:both;
}

/* content float */
#left {
	float: left;
	width: 255px;
}

#left_extra {
	float: left;
	width: 255px;
	margin-top: 45px;
}

#content {
	float:right;
	width: 650px;
	margin-top: 20px;
}

/* quickrequest */
#quickrequest {
	margin-left: 10px;
}
#quickrequest h5 {
	font-size: 13px;
	color: #666;
	text-align:left;
	/* margin-left: 10px; */
	margin-bottom: 5px;
	font-weight: bold;
}
#quickrequest form {
	margin: none;
}

.quickrequest_textfield {
	width: 130px;
	border: 1px solid #999;
	text-align:center;
}
.quickrequest_button {
	width: 80px;
	border: 1px solid #999;
	background-color: #870019;
	color: #fff;
}


/* **** END OF CORE LAYOUT - SPECIFIC STYLES FOLLOW NOW **** */

.form_textfield {
	width: 130px;
	border: 1px solid #999;
}

.form_button {
	width: 80px;
	border: 1px solid #999;
	background-color: #870019;
	color: #fff;
}

.ue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:: bold;
}

#content ul {
	margin-left: 0px;
	padding-left: 0px;

	list-style-position: outside;
	list-style-type: disc;
}
.tblschareck {
	border: 0px solid #9c0420;
	cellspacing: 1px;
	width: 250px;
	background-color: #fff;
}
.tblschareck th,.tblschareck td {
	border: 0px solid #876120;
	text-align: left;
	vertical-align:middle;
	font-weight: normal;
	height: 36px;
	font-size: 15px;
	font-family: Verdana, Arial;
	font-weight:bold;
	color: #fff;
	background-color:#4b6902;
	padding-left: 20px;
}
.tblschareck a {
	color: #fff;
	text-decoration: none;
	font-weight:normal;
}
.tblschareck tr:hover td {
	background-color: #658e01;
}

