html, body {
	/* font-family: Helvetica,Verdana,Arial,sans-serif;  
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 100%;
	font-size: 12px;
	color: #000000;
	margin:  0;
	padding: 0;
	background-color: #e6e8ec;
	width:  100%; 
	text-align: center;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Centering */
#center {
	width: 1000px; 
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Pagecontainer for pages with graphical sidebar*/
#language_selection1 {
	float: right; 
	position: relative; 
	top: 0.28em;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Pagecontainer for pages with graphical sidebar*/
#pagecontainer1 {
	width: 1000px; 
	background-image: url(layout_gfx/background1.jpg); 
	background-position: 0px 0px;
	position: absolute;
	top: 2em;
	background-repeat: repeat-y; 
	margin: 0;
	padding: 0;
}

/* Pagecontainer for pages without graphical sidebar*/
#pagecontainer2 {
	width: 1000px; 
	background-image: url(layout_gfx/background2.jpg); 
	background-position: 0px 0px;
	position: absolute;
	top: 2em;
	background-repeat: repeat-y; 
	margin: 0;
	padding: 0;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Header */
#header_print {
	display: none;
}

#header {
	width: 1001px; 
	height: 138px;
	background-image: url(layout_gfx/header5.jpg);
	background-repeat: no-repeat; 
	text-align:left;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Navigation (inside Header) */
#navi_main {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #E6EBFF;
	
	text-align:left;
	
	position: absolute;	/* needs to be absolute for Opera */
	top: 100px;
	left: 82px;
	
	z-index:100;
	width: 100%; 
}

#navi_main dl, #navi_main dt, #navi_main dd, #navi_main ul, #navi_main li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navi_main dl dt a {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	text-decoration: none;
	display: inline;
	color: #E6EBFF;	
}

#navi_main dl {
	float: left;
	width: 11em;
}

#navi_main dt {
	font-size: 14px;
	text-decoration: none;
	margin: 0 20px 0 0px;
	padding: 0 0 0 28px;
	display: inline;
	background-image: url(layout_gfx/navi_bullet1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	color: #E6EBFF;	
}
#navi_main dd {
	/*display: none; */
	left: -999em;
	border: 1px solid gray;
	z-index: 101;
	text-align:left;
	position: relative;
	padding: 1px 0px 1px 0px;
	background-color: #555;
}

#navi_main li {
	/* text-align: center; */
	background-color: #667788;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}
#navi_main li a {
	background-color: #ccccd5; 
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border-width: 0;
	padding: 2px 0 2px 1em;
	border: 1px solid #888;
}


#navi_main li a:hover, #navi_main li a:focus {
	background-color: #ffffff;
	text-decoration: underline;
}
#navi_main dt a:hover, #navi_main dt a:focus {
	text-decoration: underline;
}





/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Mainframe */
#mainframe {
	width: 680px; 
	float: left;
	text-align:left;
	padding:0;
	margin:0;
	position: relative;
	top: 0px;
	left: 0px;
	color: #404050;
}
#mainframe_large {
	width: 880px; 
	float: left;
	text-align:left;
	padding:0;
	margin:0;
	position: relative;
	top: 0px;
	left: 0px;
	color: #404050;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Pfadanzeige / Locator */
#locator {
	text-align:left;
	padding:0;
	margin:0;
	position: relative;
	top: 0px;
	left: 45px;
}

#path {
	position: relative;
	top: 0px;
	left: 11px;
}

/* Content */
#content {
	/* width: 700px;  */
	float: left;
	text-align:left;
	padding:0 0 2em 0;
	margin:0;
	position: relative;
	top: 14px;
	left: 45px;
	/* overflow: auto; */
}

#content h1 {
	padding:0;
	margin:0;
	font-size: 18px;
}

#content h2 {
	padding:0;
	margin:0;
	font-size: 16px;
}

#content h3 {
	padding:0;
	margin:0;
	font-size: 14px;
}

#content table th, tr, td {  
 	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 100%;
	font-size: 12px;
        color: #404050;	
}

#content table td h1 {
	padding:0;
	margin:0;
	font-size: 18px;
}

#content table td h2 {
	padding:0;
	margin:0;
	font-size: 16px;
}

#content table td h3 {
	padding:0;
	margin:0;
	font-size: 14px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sidebar {
	width: 221px; 
	height: 547px; 
	float: right; 
	top: -14px;
	background-repeat: no-repeat; 
	position: relative;
}

#sidebar_back {
	width: 221px; 
	height: 547px; 
	float: right; 
	top: 0;
	background-repeat: no-repeat; 
	position: absolute;
}

#rightinfo {
	width: 184px;
	position: relative; 
	left: 8px; 
	top: -2px; 
	text-align: center;
	padding: 0;
	margin: 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* footer for pages with graphical sidebar */
#footer1 {
	width: 1000px; 
	height: 76px; 
	float: left; 
	background-image: url(layout_gfx/footer1.jpg);
}
/* footer for pages without graphical sidebar */
#footer2 {
	width: 1000px; 
	height: 76px; 
	float: left; 
	background-image: url(layout_gfx/footer2.jpg);
}

/* Sprachwahl 2 */
#languag_selection2 {
	font-size: 14px;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
	color: #E6EBFF;	
	font-weight: bold;
	
	position: relative;
	top: 25px;
	left: 43px;
}
#languag_selection2 a:link {
	font-size: 14px;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	display: inline;
	color: #E6EBFF;
}
#languag_selection2 a:visited {
	color: #E6EBFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
}
#languag_selection2 a:active {
	color: #E6EBFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
}
#languag_selection2 a:hover {
	color: #E6EBFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: underline;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Zwangsimpressum */
#impressum_link {
	font-size: 14px;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
	color: #E6EBFF;	
	font-weight: bold;
	
	position: relative;
	top: 25px;
	left: 750px;
}
#impressum_link a:link {
	font-size: 14px;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	display: inline;
	color: #E6EBFF;
}
#impressum_link a:visited {
	color: #E6EBFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
}
#impressum_link a:active {
	color: #E6EBFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
}
#impressum_link a:hover {
	color: #E6EBFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: underline;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.newstext {
    font-size: 12px;
	padding: 0.5em 0 0.5em 0;
	margin: 0 0 0 0;
	color: #404050;
}

.news {
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.news.p {
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a.news:link
 {
	font-size: 12px;
	text-decoration:none; font-weight:bold;
	color:#515568;
 }
 a.news:visited
 {
	font-size: 12px;
	text-decoration:none; font-weight:bold;
	color:#515568;
 }
 a.news:hover
 {
	font-size: 12px;
	text-decoration:none; font-weight:bold;
	color:#515500;
 }
 a.news:active
 {
	font-size: 12px;
	text-decoration:none; font-weight:bold;
	color:#515568;
 }
 
#rightinfo h3{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(layout_gfx/backfade.jpg);
	background-repeat: repeat; 
	background-position: 0px -16px;
	text-align: center;
	padding: 2px 0 2px 0;
	margin: 14px 0 0 0;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Hidden 1 - Nicht sichtbar auf dem normalen Screen - Für Print / Textausgabe */
.hidden1 {
	display: none;
}





