/* ---- schriften --- */
* {
	font-family:Arial,Tahoma,Verdana,sans-serif;
	font-size: 9pt;
}

/* ---- grundstruktur --- */
html {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background-image:url("../images/layout/menubar_background.png");
	background-repeat: repeat-y;
}
#page_container {
	position: relative;
	left: 0;
	top:0;
	border: 0;
}
#left_content_box {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 220px;
	border:0;
	overflow:hidden;
}
#banner_box {
	position: fixed;
	left: 220px;
	top: 0px;
	height: 80px;
	border: 0;
	min-width:800px;
	width: 100%;
	padding: 10px 10px 20px 30px;
	background-color: #fff;
	z-index: 1000;
	display:none;
}
#banner_box img {
	border:0;
}
#content_box {
	position: absolute;
	left: 240px;
	top: 10px;	/* 120 */
	border:0;
}
#content {
	position:relative;
	border: 0;
	padding: 10px;
	max-width:800px;
	border: 0;
}
#left_content_box p.centered {
	width: 200px;
	text-align:center;
}
/*	---	content-content --- */ 
#content h1 {
	font-weight: bold;
	color: #000;
	font-size: 14pt;
}
#content h2 {
	font-weight: bold;
	color: #a0a0a0;
	font-size: 14pt;
}
#content h2.black {
	font-weight: bold;
	color: #000;
	font-size: 14pt;
}
#content h2.error {
	font-weight: bold;
	color: red;
	font-size: 14pt;
}
#content h3 {
	font-weight: bold;
	color: #000;
	font-size: 12pt;
	margin-left: 10px;
}
#content a {
	color: #a0a0a0;
}
#content a:hover {
	color: #000;
}
#content a.big {
	color: #a0a0a0;
	text-decoration: underline;
	font-size: 14pt;
	font-weight:bold;
}
#content a.big:hover {
	color: #000;
}
#content a.bigger_and_bold {
	color: #000;
	font-size: 12pt;
	font-weight:bold;
}
#content a.bigger_and_bold:hover {
	color: #000;
}
#content a.listlink {
	color: #000;
	text-decoration: underline;
}
#content a.listlink:hover {
	color: #a0a0a0;
	text-decoration: underline;
}
/*	--- menue --- */
ul.menu {
	margin: 20px 0px 40px -20px;
	list-style:none;
	padding:none;
}
ul.menu li {
	padding: 5px;
	width: 150px;
	text-align:center;
	border:0;
	background-image:url("../images/layout/menu_button_background.png");
	background-repeat:repeat-x;
}
ul.menu li:hover {
	background-image:url("../images/layout/menu_button_background_hover.png");
	background-repeat:repeat-x;
}
li.m_item {
	margin: 1px 0px 0px 0px;
}
li.m_item_first {
	margin: 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;	
}
li.m_item_last {
	margin: 1px 0px 0px 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
ul.menu a {
	color: #fff;
	text-decoration:none;
}

/*	---	loginbox --- */
#access_box {
	border: 1px solid #484849;
	border-radius: 10px;
	width: 160px;
	margin-left: 20px;
	margin-bottom: 40px;
}
#access_box h1 {
	background-image:url("../images/layout/menu_button_background.png");
	background-repeat:repeat-x;
	margin:-1px;
	padding: 5px;
	text-align:center;
	color: #fff;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;	
	font-weight:normal;
}
#access_box p.error {
	color:red;
	text-decoration:blink;
}
#access_box p {
	text-align:center;
	color: #fff;
	font-size: 9pt;
}
#access_box input.login_ipt {
	border-radius: 5px;
	font-size: 9pt;
	padding: 2px 4px 2px 4px;
	margin-bottom: 4px;
	text-align:center;
	width: 110px;
}
#access_box input.login_btn {
	font-size: 10pt;
	padding: 2px 4px 2px 4px;
	width: 125px;
	margin-top: 10px;
}
/*	---	menue-banner --- */
#menubannerbox {
	border: 1px solid #484849;
	border-radius: 10px;
	width: 160px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color:#fff;
}
#menubannerbox p {
	text-align:center;
}
#menubannerbox p a {
	text-decoration:none;
}
#menubannerbox img {
	border:0;
}
#menubannerbox h1 {
	background-image:url("../images/layout/menu_button_background.png");
	background-repeat:repeat-x;
	margin:-1px;
	padding: 5px;
	text-align:center;
	color: #fff;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;	
	font-weight:normal;
}

/*	--- footer ----	*/
#footer_box {
	position:relative;
	font-size: 9pt;
	text-align:center;
	color: #a0a0a0;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border-top: 1px solid #a0a0a0;
}
#footer_box a {
	font-size: 9pt;
	text-decoration: underline;
	color: #a0a0a0;
}
#footer_box a:hover {
	color: #000;
	text-decoration:none;
}

/*	---	table of contents	---	*/
#content a.edition_link {
	color: #a0a0a0;
	font-size: 11pt;
	text-decoration:underline;
}
#content a.edition_link:hover {
	color: #000;
	font-size: 11pt;
	text-decoration:none;
}
#content p.toc_linklist {
	color: #a0a0a0;
	font-size: 8pt;
	margin-bottom: 20px;
}
#content .toc_article_listing {
	border:0;
	margin-bottom: 20px; 
}
#content p .bld {
	font-weight:bold;
}
#content p a.toc_backlink {
	text-decoration:none;
	color: #a0a0a0;
	font-size: 9pt;
}
#content p a.toc_backlink:hover {
	text-decoration:underline;
	color: #000;
	font-size: 9pt;
}
#content p a.toc_viewarticlelink {
	color: #000;
	text-decoration: underline;
	font-size: 12pt;
	margin-right: 20px;
}
#content p a.toc_viewarticlelink:hover {
	color: #a0a0a0;
}
#content p .toc_info_this_page {
	font-size: 8pt;
	color: #a0a0a0;
}
#content p.descriptors {
	font-style: italic;
}
#content p.error {
	font-weight:bold;
	color: red;
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 20px;
}
#content p.bold {
	font-weight:bold;
}

/*	---	linkseite	---	*/
#content a.link_in_text {
	color: #000;
	text-decoration:underline;
}
#content a.link_in_text:hover {
	color: #a0a0a0;
}
#content table td.links_title {
	padding-left: 20px;
	vertical-align:top;
}
#content table td.links_url {
	padding-left: 5px;
	padding-bottom: 10px;
	vertical-align:top;
}
#content table td.links_url img {
	margin-top: -3px;
	margin-left: 25px;
}
#content a.links_url_link {
	color: #000;
	text-decoration:underline;
	font-size: 10pt;
}
#content a.links_url_link:hover {
	color: #a0a0a0;
	text-decoration:underline;
}
#content .bullet {
	list-style: circle;
	font-weight:bold;
}
#content td.spacer_with_line {
	height: 35px;
	background-image:url("../images/layout/spacer_line.png");
	background-repeat:no-repeat;
	background-position: center left;
}

/*	---	reader service --- */
#content a.rs_link {
	font-weight:bold;
	color: #000;
	text-decoration:underline;
	font-size: 10pt;
}
#content .as_rs_link {
	font-weight:bold;
	color: #000;
	text-decoration:unterline;
	font-size: 10pt;
}
#content p.highlighted {
	border: 1px solid #000;
	background-color: #eee;
	padding: 10px;
}

/*	---	recherche / archiv --- */
td.arch_form_left {
	padding: 2px 40px 2px 4px;
	background-image:url("../images/layout/menubar_background.png");
	background-repeat: repeat-y;
	background-position: right;
	background-color: #000;
	color: #eee;
	font-weight:bold;
}
td.arch_form_btn input.btn {
	font-size: 10pt;
	padding: 2px 4px 2px 4px;
	width: 125px;
	margin-top: 10px;
}
td.arch_form_right input.ipt {
	padding: 2px 4px 2px 4px;
	font-size: 9pt;
	border: 1px solid #a0a0a0;
}
td.arch_form_right select.ipt {
	padding: 0px 0px 0px 4px;
	font-size: 9pt;
	border: 1px solid #a0a0a0;
}
td.arch_form_right option {
	padding: 0px 0px 2px 4px;
	font-size: 9pt;
}
#archive_page_selector {
	text-align:center;
	margin:10px;
}
#archive_page_selector a.page_selector {
	color: #a0a0a0;
	text-decoration:underline;
	font-size:9pt;
}
#archive_page_selector a.page_selector:hover {
	color: #000;
}
#archive_page_selector a.high_page_selector {
	color: #000;
	text-decoration:underline;
	font-weight:bold;
	font-size:12pt;
}
table.archive_hits {
	width:100%;
	background-color: #000;
	margin-bottom: 3px;
}
table.archive_hits td.archive_hits_title {
	background-color: #eee;
	font-weight:bold;
	padding: 2px 4px 2px 4px;
	vertical-align:top;
}
table.archive_hits td.archive_hits_row {
	background-color: #fff;
	padding: 2px 4px 2px 4px;
	vertical-align:top;
}
table.archive_hits td.archive_hits_title_fixed {
	background-color: #eee;
	font-weight:bold;
	padding: 2px 4px 2px 4px;
	vertical-align:top;
	width: 200px;
}
table.archive_hits td.archive_hits_row_lnk {
	background-color: #fff;
	padding: 2px 4px 2px 4px;
	text-align:right;
	vertical-align:top;
	width: 100px;
}
.pimped {
	color: red;
	font-weight:bold;
}

/*	---	skyscraper - banner ---	*/
#skyscrapers {
	position: fixed;
	left: 1100px;
	top: 20px;	/* 100 */
	z-index: 1000;
}

/*	---	nach-oben-link	---	*/
#totop {
	position: fixed;
	left: 1100px;
	bottom: 20px;
	z-index: 1001;
}
.noborder {
	border: 0;
	text-decoration:none;
}

/*	--- 4-quadrat-seite --- */ 
#four_square_footer {
	text-align:center;
}
#four_square_footer p {
	font-size: 8pt;
}
td.square_left_top {
	text-align:left;
	vertical-align:top;
	padding-right: 10px;
}
td.square_right_top {
	text-align:right;
	vertical-align:top;
	padding-left: 10px;
}
td.square_left_bottom {
	text-align:left;
	vertical-align:top;
	padding-right: 10px;
	padding-top: 20px;
}
td.square_right_bottom {
	text-align:right;
	vertical-align:top;
	padding-left: 10px;
	padding-top: 20px;
}
.four_square_box {
	border:0;
	width: 380px;
	padding:0;
	margin:0;
}
#content a.four_square_box_link {
	color: #000;
	text-decoration:underline;
}
#content a.four_square_box_link:hover {
	color: #a0a0a0;
	text-decoration:none;
}
/*	=> box 1 */	
.fsqbx_1 {
	background-color: #3E3E3E;
	background-image:url("../images/layout/4square_box_1.png");
	background-repeat:repeat-x;
	margin:-1px;
	padding: 5px;
	text-align:center;
	width: 370px;
	color: #fff;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;	
}
.fsqbx_1 p {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size: 12pt;
}
.fsqbx_1_content {
	padding:5px;
	border: 1px solid #3E3E3E;
	margin-left: -1px;
	width: 368px;

	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;	

	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;	
	text-align:left;
	min-height: 240px;
}
/*	=> box 2 */	
.fsqbx_2 {
	background-color: #D0EAFB;
	background-image:url("../images/layout/4square_box_2.png");
	background-repeat:repeat-x;
	margin:-1px;
	padding: 5px;
	text-align:center;
	width: 370px;
	color: #fff;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;	
}
.fsqbx_2 p {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size: 12pt;
}
.fsqbx_2_content {
	padding:5px;
	border: 1px solid #449cd4;
	margin-left: -1px;
	width: 368px;

	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;	

	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;	
	text-align:left;
	min-height: 240px;
}
/*	=> box 3 */	
.fsqbx_3 {
	background-color: #ad5301;
	background-image:url("../images/layout/4square_box_3.png");
	background-repeat:repeat-x;
	margin:-1px;
	padding: 5px;
	text-align:center;
	width: 370px;
	color: #fff;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;	
}
.fsqbx_3 p {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size: 12pt;
}
.fsqbx_3_content {
	padding:5px;
	border: 1px solid #ad5301;
	margin-left: -1px;
	width: 368px;

	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;	

	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;	
	text-align:left;
	min-height: 240px;
}
/*	=> box 4 */	
.fsqbx_4 {
	background-color: #C70A34;
	background-image:url("../images/layout/4square_box_4.png");
	background-repeat:repeat-x;
	margin:-1px;
	padding: 5px;
	text-align:center;
	width: 370px;
	color: #fff;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;	
}
.fsqbx_4 p {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size: 12pt;
}
.fsqbx_4_content {
	padding:5px;
	border: 1px solid #C70A34;
	margin-left: -1px;
	width: 368px;

	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;	

	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;	
	text-align:left;
	min-height: 240px;
}

/* COOKIE HNWEIS */

#cookie-bar {
	width: 900px;
	padding-top:10px;
	margin-left: 50px;
	background-color: #e1eef9;
	color: #864F4A;
	bottom:0px;
	z-index: 10000 !important;
	position: fixed;
}

#cookie-bar a {
	color: #987F6A;
}

#cookie-bar {
	width: 1260px;
	padding-top:10px;
	margin-left: 0px;
	background-color: #e1eef9;
	color: #864F4A;
	bottom:0px;
	z-index: 10000 !important;
	position: fixed;
}

#cookie-bar a {
	color: #987F6A;
}

.cookie-message {
	width: 1260px;
	padding-top:10px;
	margin-left: 0px;
	background-color: #e1eef9;
	color: #864F4A;
	bottom:0px;
	z-index: 10000 !important;
	position: fixed;
}

.cookie-message a {
	color: #987F6A;
}

#footer-cookie a {
	color:#a0a0a0;
}