* {

	margin: 0px;
	padding: 0px;

}

html {

	background-color: #EDEDED;
	background-image: url(../images/bgr.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 100%;
	height: 100%;

}

body {

	font-size: 12px;
	line-height: 17px;
	font-family: "Arial";
	color: black;
	margin: 0px;
	text-align: left;
	width: 960px;
	height: 100%;

}

ul {

	margin: 0px;
	padding: 0px;

}

li {

	list-style: none;

}

form {

	margin: 0px;
	padding: 0px;

}

img {

	border: none;

}

#clean {

	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;

}

a {

	color: black;
	text-decoration: none;

}

a:hover {

	color: #595959;
	text-decoration: none;

}

.tabfull {

	width: 100%;
	height: 100%;

}

#quicklinks {

	position: absolute;
	top: 25px;
	left: 800px;
	width: 160px;

}

#quicklinks ul {

	margin: 0px auto;
	padding: 0px;

}

#quicklinks ul li {
         
	list-style: none;
	display: inline;
	margin: 0px auto;
	padding: 0px 4px;

}

#quicklinks ul li a {
	
	font-size: 10px;
	text-decoration: none;

}

#quicklinks ul li a:hover {
         
	font-size: 10px;
	text-decoration: underline;

}

#menu {

	width: 214px;
	min-height: 160px;
	overflow: hidden;
	position: absolute;
	top: 160px;
	left: 0px;
	padding: 10px 10px 0px 0px;
	background: #F6F6F7;
	margin: 0px;
	text-align: right;

}

#menu ul {

	margin: 0px auto;
	padding: 0px;

}

#menu ul li {
         
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	line-height: 0px;

}

#menu ul li a {
         
    color: black;
	font-family: "Arial";
	font-weight: bold;
    font-size: 14px;
	list-style: none;
	margin: 0px auto;
	padding: 9px 20px 9px 0px;
	display: block;
	line-height: 15px;

}

#menu ul li a:hover, #menu ul li a.aktiv {
         
    color: #E22725;
    background: url(../images/menu_neu.gif) right no-repeat;
	list-style: none;
	margin: 0px auto;
	padding: 9px 20px 9px 0px;
	display: block;
	line-height: 15px;

}

#submenu {

	width: 214px;
	overflow: hidden;
	position: absolute;
	top: 360px;
	left: 0px;
	padding: 10px 10px 49px 0px;
	margin: 0px;
	text-align: right;

}

#submenu ul {

	margin: 0px auto;
	padding: 0px;

}

#submenu ul li {
         
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	line-height: 0px;

}

#submenu ul li a {
         
    color: black;
    font-size: 14px;
	font-family: "Arial";
	font-weight: bold;
	list-style: none;
	margin: 0px auto;
	padding: 9px 20px 9px 0px;
	display: block;
	line-height: 15px;

}

#submenu ul li a:hover, #submenu ul li a.aktiv {
         
    color: #E22725;
	font-size: 14px;
	font-family: "Arial";
	font-weight: bold;
    background: url(../images/submenu_neu.gif) right no-repeat;
	list-style: none;
	margin: 0px auto;
	padding: 9px 20px 9px 0px;
	display: block;
	line-height: 15px;

}

#text {
         
	width: 736px;
	margin: 0px;
	padding: 0px;
	float: left;

}

#text h1 {

	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	color: black;
	font-family: "Arial";

} 

#text h2 {

	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin: 7px 0px 10px 0px;
	padding: 0px;
	color: black;
	font-family: "Arial";

} 


#text p {

	margin: 0px 0px 20px 0px;

}

#text a {

	color: #DF2226;
	text-decoration: underline;

}

#text a:hover {

	color: #DF2226;
	text-decoration: none;

}

#text hr {

	border-top: 1px solid #F5F5F5;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #dadbdd;
	margin: 0px 0px 15px 0px;

}

#text ul {

	margin: 15px;
}

#text li {

	list-style: disc;

}


#fusszeile {

	width: 676px;
	height: 24px;
	padding: 6px 30px 0px 30px;
	background: #7F8286;
	color: #fff;
	font-size: 12px;
	margin-left: 224px;

}

#fusszeile a {

	color: #fff;
	text-decoration: none;

}

#fusszeile a:hover {

	color: #ffff;
	text-decoration: underline;

}

#sidebar {
         
	width: 224px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	float: left;

}

#sidebar p {

	margin: 0px 0px 0px 0px;

}

#sidebar h1 {

	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	margin: 7px 0px 10px 0px;
	padding: 10px 0px 0px 15px;
	color: black;
	font-family: "Arial";
	border-top: 8px solid #E3E4E5;
	text-align: left;

}

/* The CSS that's required to position the footer */

	html
	{
		height: 100%;
	}

	body
	{
		height: 100%;
	}

	#nonFooter
	{
		position: relative;
		min-height: 100%;
	}

	* html #nonFooter
	{
		height: 100%;
	}

	#footer
	{
		position: relative;
		margin: -2.5em auto 0 auto;
	}

	/* A CSS hack that only applies to IE -- specifies a different height for the footer */

	* html #footer
	{
		margin-top: -2.5em;
	}