/* --------------------- COMMON --------------------- */

* {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(../images/body_background.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e0e0e0;
	padding: 25px 0 25px 0;
}
.clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear {
	text-align:left
}
.Wrapper {
	width: 840px;
	margin: 0 auto;
}
h1 {
	letter-spacing: 1px;
	background: none;
	color: #1f5a66;
	font-size: 16px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border-bottom: 1px solid #cad7d9;
}
h2 {
	letter-spacing: 1px;
	color: #88D200;
	font-size: 13px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	margin: -4px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	text-decoration: none;
}
h3 {
	background: inherit;
	font-weight: bold;
	color: #1f5a66;
	font-size: 12px;
	margin: 16px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}
h4 {
	background: inherit;
	font-weight: bold;
	color: #1f5a66;
	font-size: 12px;
	margin: 16px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
}
h5 {
	letter-spacing: 1px;
	color: #88D200;
	font-size: 13px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	margin: -4px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1D5A9E;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1D5A9E;
	text-decoration: underline;
}
/* --------------------- HEADER, CONTENT --------------------- */

.Top {
	width: 850px;
	height: 9px;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/top.png", sizingMethod="image");
	background-repeat: no-repeat;
}
.ContentWrapper {
	width: 850px;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/content_background.png", sizingMethod="scale");
}
.Bottom {
	width: 850px;
	height: 9px;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bottom.png", sizingMethod="image");
	background-repeat: no-repeat;
}
.Content {
	width: 850px;
	margin: 0 auto;
}
.Header {
	width: 850px;
	height: 108px;
	background-image: url(../images/header_background.gif);
	background-repeat: no-repeat;
}
.Logo {
	position: absolute;
	margin: 10px 0 0 20px;
}
.Logo a {
	font-size: 20px;
	color: #173152;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.Logo span {
	font-size: 10px;
	color: #173152;
	font-weight: bold;
}
.HeaderLink {
	position: absolute;
	font-size: 11px;
	color: #173152;
	text-decoration: none;
	padding: 0 0 0 6px;
	margin: 10px 0 0 520px;
	text-align:right;
	width:250px;
}
.HeaderLink span {
	padding: 0 6px 0 0px;
}
.HeaderLink a {
	font-size: 11px;
	color: #173152;
	text-decoration: none;
	padding: 0 0 0 6px;
}
.HeaderLink a:hover {
	text-decoration: underline;
}
.NavigationLeiste {
	width: 850px;
	height: 39px;
	background-image: url(../images/navigation_rail.gif);
	background-repeat: no-repeat;
}
.Nav {
	position: absolute;
	height: 30px;
	width: 500px;
}
.Nav ul {
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.Nav li {
	display: inline;
	margin: 0;
}
.Nav ul li {
	float: left;
	margin: 0;
}
.NavLine {
	background-image: url(../images/navigation_line.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 2px;
}
.Nav li a {
	display: block;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 29px 12px 29px;
	cursor: pointer;
}
.Nav li a:hover {
	display: block;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 29px 12px 29px;
	cursor: pointer;
	background-image: url(../images/navigation_on_bg.gif);
	background-repeat: repeat-x;
}
.Nav li.selected {
}
.Nav li.selected a { /*selected main tab style */
	background-image: url(../images/navigation_on_bg.gif);
	background-repeat: repeat-x;
}
.Nav li.selected a:hover { /*selected main tab style */
	background-image: url(../images/navigation_on_bg.gif);
	background-repeat: repeat-x;
}
.NavDown {
	position:absolute;
	top: 0;
	border: 1px solid #76b201; /*THEME CHANGE HERE*/
	line-height:18px;
	background-color: #f5ffe3;
	width: 180px;
	visibility: hidden;
	padding: 0 6px 0 6px;
	margin: -2px 0 0 -1px;
	z-index: 500;
}
.NavDown a {
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 2px 0;
	text-decoration: none;
	color: #3b3b3b;
	line-height: 25px;
	font-size: 11px;
}
* html .NavDown a { /*IE only hack*/
	width: 100%;
}
.NavDown a:hover { /*THEME CHANGE HERE*/
	font-weight: bold;
	color: #ffffff;
	background-color: #76b201;
}
.Wegweiser {
	font-size: 11px;
	color: #afafaf;
	height: 30px;
	padding: 16px 0 0 29px;
}
.Wegweiser a {
	font-size: 11px;
	color: #afafaf;
	text-decoration: none;
}
.Wegweiser a:hover {
	text-decoration: underline;
}
.mod {
	display: block;
	font-size: .8em;
}
.MainContent {
	width: 825px;
	margin: 0 0 0 0;
	text-align:justify
}
.ContentLeft {
	width: 415px;
	float: left;
}
.ContentLeftPage {
	width: 640px;
	float: left;
	text-align:justify;
}
.ContentRight {
	width: 175px;
	float: left;
	padding: 0 0 0 10px;
}
.ContentRightPage {
	width: 165px;
	float: left;
	height:1000px;
	padding: 0 0 0 10px;
}
.ContentBox {
	margin: 30px 0 0 0;
}
.ContentBoxPage {
	margin: 0 0 0 0;
}
.ContentBoxNAVI {
	height: 19px;
	background-image: url(../images/box_top_verlauf.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 0 0 14px;
	text-align:left;
}
.ContentBoxTitle {
	height: 19px;
	background-image: url(../images/box_top_verlauf.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 0 0 14px;
}
#ContentBoxLeft {
	margin: 0px 0 0px 0px;
	padding: 0px 0 0 0px;
}
.ContentBoxText {
	border: 1px solid #e1e1e1;
	border-top: 0px;
	background-image: url(../images/box_verlauf_background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11px;
	color: #3b3b3b;
	line-height: 20px;
	padding: 23px 10px 23px 10px;
}
.ContentBoxTextPage {
	border: 1px solid #e1e1e1;
	border-top: 0px;
	font-size: 11px;
	color: #3b3b3b;
	line-height: 20px;
	padding: 23px 5px 23px 5px;
}
.ContentBoxTextTuev {
	border: 1px solid #e1e1e1;
	background-image: url(../images/box_verlauf_background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 0px;
	font-size: 11px;
	color: #3b3b3b;
	line-height: 20px;
	padding: 10px 14px 8px 14px;
}
.ContentBoxAd {
	border: 1px solid #e1e1e1;
	border-top: 0px;
	background-image: url(../images/box_verlauf_background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11px;
	color: #3b3b3b;
	line-height: 20px;
	padding: 23px 14px 23px 14px;
	text-align: center;
}
/* --------------------- NAVI --------------------- */


.ContentBoxPage ul li {
	color: #86abb3;
	list-style: none;
	margin: 2px 2px 2px 2px;
	padding: 1px 0px 1px 0px;
	text-align:left;
	text-decoration: none;
}
.ContentBoxPage ul {
	color: #86abb3;
	list-style: none;
	text-align:left;
}
.ContentBoxPage li {
	color: #86abb3;
	background: #FFFFFF;
	list-style: none;
	text-align:left;
}
.ContentBoxPage a {
	color: #86abb3;
	text-decoration: none;
	font-size:11px;
}
.ContentBoxPage a:hover {
	color: #096;
	text-decoration: none;
}
.Rubriken {
	color: #86abb3;
	text-decoration: none;
	font-size:10px;
	display:block;
}
.Rubriken a {
	color: #86abb3;
	text-decoration: none;
	font-size:10px;
	border: 1px solid #CCC;
	display:block;
	background: #efefef;
	padding-left: 2px;
}
.Rubriken a:hover {
	color: #096;
	text-decoration: none;
	background: #F1FFD9;
}
/* --------------------- FOOTER --------------------- */

.FooterWrapper {
	width: 820px;
	margin: 30px 0 0 0;
}
.Footer {
	width: 770px;
	margin: 0 auto;
	border-top: 1px solid #e0e0e0;
	font-size: 11px;
	color: #828282;
	line-height: 25px;
	text-align: center;
	padding: 10px 0 10px 0;
	text-align: center;
}
.Footer a {
	color: #666666;
	text-decoration: none;
	margin: 0 5px 0 0;
	display: inline-block;
}
.Footer a:hover {
	color: #666666;
	text-decoration: underline;
}
.Footer b {
	display: block;
}
.nospace {
	margin: 0 0 0 0!important;
}
div.Vorteile {
	margin: 5px 0 5px 25px;
}
div.Vorteile span {
	display: block;
	font-size: 12px;
	color: #1f5a66;
	background-image: url(../images/icon_pkw.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 26px;
	line-height: 23px;
}
.alignleft {
	float: left;
	margin: 0px 10px 0px 0px;
	border: 1px solid #cccccc;
	padding: 4px;
}
.alignright {
	float: right;
	margin: 0px 0px 0px 10px;
	border: 1px solid #cccccc;
	padding: 4px;
}
.Link {
	font-size: 11px;
	text-align:left;
}
.Link a {
	color: #86abb3;
	text-decoration: none;
}
.Link a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.ContentLeftPage a {
	color: #86abb3;
	text-decoration: none;
	font-weight:bold
}
.ContentLeftPage a:hover {
	color: #666666;
	text-decoration: none;
}
