html {
    min-height: 100.1%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(../_images/back/back_body.gif) center top;
	text-align: center;
}

a {
}

a:link {
	color: #96293A;
	text-decoration: none;
}
a:visited {
	color: #96293A;
	text-decoration: none;
}
a:active {

	color: #96293A;
	text-decoration: none;
}
a:hover {


	color: #96293A;
	text-decoration: underline;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #DCDCDC;
	border: 1px solid #999999;
	padding: 3px;
	margin: 2px 0px 2px 5px;



}
textarea {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #DCDCDC;
	border: 1px solid #999999;
	padding: 3px;
	margin: 1px 1px 0px 0px;
}
blockquote {
	margin-left: 20px;
	line-height: 18px;
	width: 430px;
	text-align: justify;



}

#main {
	position: relative;
	width: 700px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background-image: url(../_images/back/back_dotted.gif);
	margin: 20px 0px;
	padding: 0px;
	text-align: right;
	height: 40px;
	border: none;
	background-repeat: repeat-x;
}
#head img {
	border-style: none;
}

#lang {
	background-color: #FFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B9B7B6;
	padding: 3px;
	position: relative;
	left: 10px;
	top: 10px;
	width: 105px;
	float: left;
}
#teaser {
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;

}
#teaser img {
	display: block;
}


/* Hauptnavigation */

#navi {
	list-style: none;
	height: 30px;
	position: relative;
	background: #ddd;

}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;

}
#navi li{
	font-size: 11px;
	display: block;
	height: 30px;
	float: left;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #fff;

}
#navi a{
	color: #923;
	text-decoration: none;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}
#navi a:hover {
	color: #fff;
	text-decoration: none;
	display: block;
	background: #923;
}

/* Subnavigation */


div.subnavi {
	height: 25px;
	font-size: 10px;
	visibility: hidden;
	position: absolute;
	width: 700px;
	border-top: 1px solid #fff;
	background: #923;
}
div.subnavi ul {
	margin: 0px;
	padding: 0px;
	list-style: url(none) none;
}
div.subnavi li{
	font-size: 10px;
	display: block;
	height: 25px;
	float: left;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #fff;

}
div.subnavi a, div.subnavi a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
div.subnavi a:hover {
	color: #fff;
	text-decoration: none;
	display: block;
	background: #b34;
}
#breadcrumb {
	margin-top: 40px;
	line-height: 15px;
	font-size: 11px;
	color: #999;
}




/* Inhalt */

#cont {
	margin-top: 20px;
	margin-bottom: 40px;
	width: 450px;
}

#cont h1 {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0px;
}
#cont h2 {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 20px;
}
#cont h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}
#cont p {
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 18px;
	color: #000;
}
#cont ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#cont ul ul {
	margin-bottom: 10px;
}

#cont li {
	font-size: 11px;
	line-height: 22px;
	list-style: url(../_images/elem/elem_list_active.gif);
}
#cont li.active {
	list-style: url(../_images/elem/elem_list.gif);
}



#menu {
	float: right;
	width: 190px;
	margin-top: 20px;
	padding-bottom: 50px;
	background: #EEE;
	margin-bottom: 40px;
}
#menu h4 {
	font-size: 12px;
	line-height: 30px;
	color: #FFF;
	background: #AAA;
	border-bottom: 1px solid #FFF;
	padding-left: 15px;
	margin: 0px;
}

#menu ul {
	padding: 10px 0px 0px 10px;
	margin: 0px;
}

#menu li {
	list-style: none;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 11px;
	line-height: 15px;
}


#menu a {
	margin: 0px;
	background: url(../_images/elem/elem_list.gif) no-repeat left 5px;
	padding-left: 10px;
	display: block;
	padding-right: 10px;
}
#menu a:hover {
	text-decoration: underline;
}

#menu li a.active {
	color: #888;
	background: url(../_images/elem/elem_list_active.gif) no-repeat left 5px;
}



#foot {
	position: relative;
	padding: 10px 0px 30px;
	border-top: 1px solid #aaa;
	clear: both;
}
#foot p {
	font-size: 10px;
	color: #aaa;
	margin: 0px;
	line-height: 15px;
}
#service {
	float: right;
}
#service ul {
	margin: 0px;
	padding: 0px;
	list-style: url(none) none;
}
#service li {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #aaa;
	font-size: 10px;
	line-height: 15px;
	float: left;
}
#service li.last {
	padding-right: 0px;
	border-right-style: none;
}

#service a {
	color: #923;
}
