* {
	margin:0;
	padding:0;
	border:none;
}

html {
	overflow-y: scroll;
}

html, body {
	font:11px "Arial", Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	line-height:16px;
	background:#7f9fb8 url(../bilder/body_bg.gif) repeat-x fixed left top; 
}

/* MAINBOX BEGINN ############################################################ */

#mainBox {
	position:relative;
	width:986px;     
	margin:auto;
}

#mainBox > #mainBoxSchatten {
	background:url(../bilder/mainbox_schatten.png) repeat-y left top;
}

#hgThemenBild {
	margin:0 3px 0 3px;
}

#hgThemenBild > #mainBoxBackground {
	background:url(../bilder/prosa_mainbox_background.png) no-repeat left top;
}

#headerBox {
	height:350px;
}

#headerBoxForum {
	height:180px;
}

#mainBoxFooter {
	clear:both;
	height:89px;
	background:#e9f4fd url(../bilder/prosa_footer_background.jpg) no-repeat left bottom;
}

#mainBoxFooter div {
	position:relative;
	top:57px;
	left:50px;  
}

#mainBoxFooter div a {
	color:#000000;
	text-decoration:none;
}

#mainBoxFooter div a:hover {
	color:#000000;
	text-decoration:underline;
}

#mainBoxFooterSchatten {
	height:30px;
	text-align:right;
}

#mainBox > #mainBoxFooterSchatten {
	background:url(../bilder/mainbox_schatten_unten.png) no-repeat left top;
}

#mainBoxFooterSchatten a {
	color:#3b5d7c;
	text-decoration:none;
}

#mainBoxFooterSchatten a:hover {
	color:#3b5d7c;
	text-decoration:underline;
}

/* MAINBOX END ############################################################ */

/* ELEMENTS BEGINN ############################################################ */

#languageBox {
	position:absolute;
	left:50px;
	top:15px;
	height:15px;
	z-index:909;
}

#logo {
	position:absolute;
	left:756px;
	top:45px;
	width:113px;
	height:71px;
	z-index:999;
}

/* ELEMENTS END ############################################################ */

/* MAINNAVI BEGINN ############################################################ */

#mainNaviBox {
	position:absolute;
	top:135px;
	left:50px;
	width:200px;
	height:200px;
	overflow:hidden;
	z-index:1001;
	padding-top:1px;
}

#headerBox > #mainNaviBox, #headerBoxForum > #mainNaviBox {
	background:url(../bilder/hg_navi_strich.png) no-repeat left top;
}

#mainNaviBox ul {
	list-style:none;
}

#mainNaviBox li {
    display:inline;
}

#mainNaviBox a.navLink {
	display:block;
	color:#004071;
	height:24px;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	text-decoration:none;
	padding-left:20px;
	cursor:pointer;
}

#headerBox > #mainNaviBox a.navLink, #headerBoxForum > #mainNaviBox a.navLink {
	background:url(../bilder/hg_navi_off.png) no-repeat left top;
}

#mainNaviBox a.navLink:hover {
	color:#e40039;
}

#headerBox > #mainNaviBox a.navLink:hover, #headerBoxForum > #mainNaviBox a.navLink:hover {
	background:url(../bilder/hg_navi_on.png) no-repeat left top;
}

#mainNaviBox a.navLinkActiv {
	display:block;
	color:#e40039;
	height:24px;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	text-decoration:none;
	padding-left:20px;
	cursor:pointer;
}

#headerBox > #mainNaviBox a.navLinkActiv, #headerBoxForum > #mainNaviBox a.navLinkActiv {
	background:url(../bilder/hg_navi_on.png) no-repeat left top;
}

/* MAINNAVI END ############################################################ */

/* SUBNAVI BEGINN ############################################################ */

#subNaviBox {
	height:29px;
}

#subNaviBox ul {
    width:100%;
	list-style:none;
	margin:0;
}
	
#subNaviBox li {
	float:left;
	margin:0;
	padding:0 0 0 9px;
}

#contentBoxRight > #subNaviBox li, #contentBoxForum > #subNaviBox li {
	background:url("../bilder/prosa_subnavi_bg_off1.png") no-repeat left top;
}

#subNaviBox a {
	display:block;
    padding:7px 15px 6px 6px;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#contentBoxRight > #subNaviBox a, #contentBoxForum > #subNaviBox a {
	background:url("../bilder/prosa_subnavi_bg_off.png") no-repeat right top;
}

#subNaviBox a:hover {
	color:#b2daf4;
}

#contentBoxRight > #subNaviBox #current, #contentBoxForum > #subNaviBox #current {
	background-image:url("../bilder/prosa_subnavi_bg_on1.png"); 
} 

#subNaviBox #current a {
	color:#e40039;
}

#contentBoxRight > #subNaviBox #current a, #contentBoxForum > #subNaviBox #current a {
	color:#e40039;
	background-image:url("../bilder/prosa_subnavi_bg_on.png"); 
}

/* SUBNAVI END ############################################################ */

/* METANAVI BEGINN ############################################################ */

#metaNaviBox {
	position:absolute;
	left:107px;
	top:15px;
	height:15px;
	z-index:959;
}

#metaNaviBox li {
	list-style:none;
    display:inline;
	padding-right:6px;
}

#metaNaviBox a.navLink {
	color:#004071;
	text-decoration:none;
	border-left:solid 1px #b8cfdf;
	padding-left:6px;
}

#metaNaviBox a.navLink:hover {
	color:#e40039;
    text-decoration:none;
}

#metaNaviBox a.navLinkActiv {
	color:#e40039;
    text-decoration:none;
	border-left:solid 1px #b8cfdf;
	padding-left:6px;
}

/* METANAVI END ############################################################ */

/* CONTENT BEGINN ############################################################ */

#contentBox {
	padding:105px 50px 0 50px;
}

#contentBoxLeft {
	width:240px;
	float:left;
	/*background:#ff0000;*/
	overflow:hidden;
	padding-bottom:50px;
}

#contentBoxRight {
	width:610px;
	float:right;
	/*background:#00ff00;*/
	overflow:hidden;
	padding-bottom:50px;
}

#contentBoxForum {
	overflow:hidden;
	padding-bottom:50px;
}

#mainContent {
	padding:40px 40px 20px 40px;
	background-color:#c7eafe;
	border:solid 1px #d0eaf8;
	border-top:0;
}

#versionsBox {
	/*padding-top:130px;*/
}

#versionsHeader {
	position:relative;
	width:240px;
	height:104px;
	overflow:hidden;
}

#versionsBox > #versionsHeader {
	background:url(../bilder/hg_version_box.png) no-repeat left top;
}

#version {
	position:absolute;
	top:30px;
	left:20px;
	color:#ffffff;
	overflow:hidden;
}

#version .version {
	font-size:14px;
	font-weight:bold;
}

#edition {
	position:absolute;
	width:60px;
	top:34px;
	left:154px;
	color:#ffffff;
	text-align:center;
}

#edition .edition {
	font-size:12px;
	font-weight:bold;
	color:#004071;
}

#buttons {
	width:240px;
	height:31px;
	margin-bottom:20px;
}

#buttons a {
	display:block;
	padding-left:20px;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	line-height:31px;
	text-decoration:none;
}

#versionsBox > #buttons a.log4viewwebsite {
	background:url(../bilder/ic_log4viewwebsite.png) no-repeat left top;
}

#versionsBox > #buttons a.log4viewwebsite:hover {
	background:url(../bilder/ic_log4viewwebsite_over.png) no-repeat left top;
}

#newsBox {
	width:240px;
}

#newsBoxTop {
	height:20px; 
}

#newsBox > #newsBoxTop {
	background:url(../bilder/hg_newsbox_top.png) no-repeat left top;
}

#newsBoxMiddle { 
	background:#c4e9ff;
	border-left:solid 1px #7eb2d4;
	border-right:solid 1px #7eb2d4;
	padding:0 20px 0 20px;
}

#newsBoxMiddle h2 {
	font-size:14px;
	color:#e40039;
	font-weight:bold;
	margin:0 0 5px 0;
}

#newsBoxBottom {
	height:20px; 
}

#newsBox > #newsBoxBottom {
	background:url(../bilder/hg_newsbox_bottom.png) no-repeat left bottom;
}

#mainContent h1 {
	font-size:18px;
	font-weight:normal;
	color:#004071;
	padding:0 0 5px 0;
	margin:16px 0 8px 0;
	border-bottom:solid 1px #7eb2d4;
}

#mainContent h1.csc-firstHeader {
	margin-top:0;
}

#mainContent ul, #mainContent ol {
	padding-left:16px;
}

#mainContent li {
	line-height:16px;
	padding-bottom:8px;
}

#mainContent ul li {
	list-style-image:url(../bilder/listenpunkt.gif);
}

.clear {
	clear:both;
}

#mainContent .bodytext {
	margin-bottom:16px;
}


#top {
	text-align:right;
	padding-top:5px;
	margin-top:32px;
	border-top:solid 1px #7eb2d4;
}

#top a {
	color:#004071;
	font-weight:bold;
    text-decoration:none;
}

#top a:hover {
	color:#e40039;
    text-decoration:underline;
}

/* CONTENT END ############################################################ */

/* PRELOAD Beginn ############################################################ */

.preloadBut2 {background:url(../bilder/ic_log4viewwebsite.png);}
.preloadBut2over {background:url(../bilder/ic_log4viewwebsite_over.png);}
.preloadBut4 {background:url(../bilder/btn_weiter_off.png);}
.preloadBut4over {background:url(../bilder/btn_weiter_on.png);}
.preloadBut5_1 {background:url(../bilder/subnavi_bg_off.png);}
.preloadBut5_2 {background:url(../bilder/subnavi_bg_on.png);}
.preloadBut5_3 {background:url(../bilder/subnavi_bg_on1.png);}

/* PRELOAD End ############################################################ */

.h2HgBalken {
	color:#004071;
	font-size:12px;
	margin-bottom:5px;
	padding:5px;
	background:#c7eafe url(../bilder/hg_tt_h3listdisplay.png) repeat-x left top;
	border-top:solid 1px #97cff1;
	font-weight:bold;
}

span.roteSchrift {
	color:#e40039;
}

span.blaueSchrift {
	color:#004071;
}

span.weisseSchrift {
	color:#ffffff;
}

span.schwarzeSchrift {
	color:#333333;
}

#mainContent a {
	color:#004071;
	font-weight:bold;
    text-decoration:none;
}

#mainContent a:hover {
	color:#e40039;
    text-decoration:underline;
}

#mainContent a.internal-link, #mainContent a.internal-link-new-window, #mainContent a.download, #mainContent a.external-link-new-window, #mainContent a.external-link, #mainContent a.mail {
	color:#004071;
	font-weight:bold;
    text-decoration:underline;
}

#mainContent a.internal-link:hover, #mainContent a.internal-link-new-window:hover, #mainContent a.download:hover, #mainContent a.external-link-new-window:hover, #mainContent a.external-link:hover, #mainContent a.mail:hover {
	color:#e40039;
    text-decoration:underline;
}

#mainContent .csc-header {
	clear:both;
}

/* SITEMAP Beginn ############################################################ */
.csc-sitemap ul {
	padding-left:0 !Important;
}

.csc-sitemap ul li ul {
	padding-left:16px !Important;
}

.csc-sitemap li {
	list-style:none !Important;
	list-style-image:none !Important;
}

.csc-sitemap ul li {
	/*list-style:none !Important;*/
	color:#004071;
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
	padding-top:5px;
	line-height:16px;
	background:url(../bilder/hg_tt_h3listdisplay.png) repeat-x left top;
	border-top:solid 1px #7eb2d4;
}
.csc-sitemap ul li ul {
	padding-top:7px;
}

.csc-sitemap ul li a {
	text-decoration:none !Important;
}

.csc-sitemap ul li a:hover {
	color:#004071 !Important;
}

.csc-sitemap ul li ul li a {
	text-decoration:underline !Important;
}

.csc-sitemap ul li ul li a:hover {
	color:#e40039 !Important;
}

.csc-sitemap ul li ul li {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	background:transparent;
	border-top:none;
}

.csc-sitemap a {
	padding-left:10px;
}

/* SITEMAP End ############################################################ */