/*-----------------------------------------------------------------------------
 * Global page settings ------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html, body {
  height: 100%;
  color: #000;
  font: 100.01% verdana, arial, helvetica, sans-serif;
 	background-color: #FFF;
}

.hidden { display: none; }

.clear {
	clear: both;
	height: 1px;
	font-size: 0;
}

/*-----------------------------------------------------------------------------
 * Global link settings ------------------------------------------------------*/
a:link,
a:visited,
a:active {
  color: #143C8C;
	text-decoration: underline;
}

a:visited {
  /* color: #2B2C63; */
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #800000;
	text-decoration: underline;
}

div.top {
  text-align: right;
  padding: 5px 0;
  border-bottom: 1px dotted #0F2D69;
}

div.top a, a.top {
	padding-left: 15px;
	background: transparent url(../images/arrow_up.gif) scroll no-repeat left;
}

div.top {
  font-size: .7em;
}

a.back {
	padding-left: 15px;
  background: transparent url(../images/arrow_left.gif) scroll no-repeat left;
}

a.extern {
  margin-left: 5px;
	padding-left: 14px;
  background: transparent url(../images/link_symbol_orange.gif) scroll no-repeat left .25em;
}

a.intern {
	padding-left: 15px;
  background: transparent url(../images/arrow_right.gif) scroll no-repeat left 0;
}

a.pdf {
  margin-left: 3px;
	padding-left: 16px;
  background: transparent url(../images/icons/ico_acrobat.gif) scroll no-repeat 0 .15em;
}

/*-----------------------------------------------------------------------------
 * Formular layout------------------------------------------------------------*/
fieldset {
	width: 71.7%;
	padding: 10px;
	border: 1px solid #CBD5DD;
	margin-top: 20px;
}

#jumper {
	width: 85%;
	margin-bottom: 3em;
}

#jumper fieldset {
	width: 100%;
}


fieldset legend {
	font-weight: bold;
	color: #333;
	padding: 0px 5px;
}

label {
	float: left;
	clear: both;
	font-size: .7em;
	text-align: left;
	width: 6em;
	padding: .2em 0 .3em 0;
}

select {
	width: auto;
	border: 1px solid #999;
	margin: 0 .5em;
}

optgroup {
	font-weight: bold;
}

option {
	margin-left: 15px;
}

label, select, input[type=button] {
  cursor: pointer;
}

input.button {
	vertical-align: top;
	margin-top: .2em;
}

/* Search module on startpage */
form#search fieldset {
	width: 280px;
	border: 0;
	margin: 20px 0;
	background-color: #F5F5F5;
}

form#search fieldset input {
	padding: 3px;
}

form#search fieldset input.button {
	padding: 1px 12px;
	margin: 5px 0 0 0;
	width: auto;
}

form#search fieldset p.info {
	font-size: .7em;
	line-height: 1.3;
	color: #666;
}

/*-----------------------------------------------------------------------------
 * Images --------------------------------------------------------------------*/
img {
  border: 0;
}

img.symbol {
  margin-right: .3em;
  vertical-align: middle;
}

.img_single img {
  border: 1px solid #D7D7D7;
}

.img_single {
	font-size: .7em;
	line-height: 1.3em;
  float: right;
	display: block;
  width: 300px;
  height: auto;
  margin: 10px 0 20px 40px;
	padding: 1px;
	background-color: #F5F5F6;
 	color: #5A5A5A;
}

p.jump_img {
	display: block;
	width: 100%;
	text-align: center;
	margin: 50px 0 20px 0;
}

p.jump_img a.prev_image {
	padding-left: 20px;
  background: transparent url(../images/arrow_left.gif) scroll no-repeat left;
}

p.jump_img a.next_image {
	padding-right: 20px;
  background: transparent url(../images/arrow_right.gif) scroll no-repeat right;
}

.gallery_image  {
  display: block;
	float: none;
	clear: both;
	width: auto;
  height: 375px;
	padding: 0 .4em;
	background-color: #F5F5F6;
 	color: #333;
}

.gallery_image .image {
	float: left;
	text-align: center;
	padding: .8em 0;
	width: 440px;
	height: 350px;
	border-right: 1px solid #C2C2C2;
}

.gallery_image .image img {
	border: 1px solid #999;
}

.gallery_image p {
	float: right;
	margin: 10px 0 0 5px;
	padding: 0;
	width: 200px;
	font-size: .7em;
	line-height: 1.3em;
}



img.landcard {
  float: right;
	margin-left: 20px;
	margin-bottom: 80px;
}

/*-----------------------------------------------------------------------------
 * Paragraph und hidden navigation layout ------------------------------------*/
p {
	font-size: .75em;
  line-height: 1.5em;
  margin: .8em 0;
}

p.small {
	font-size: .65em;
  line-height: 1.333;
  margin: .4em 0;
}

p.jumpto {
  position: absolute;
  left: -1000px;
  z-index: 666;
  width: 240px;
  height: 27px;
}

p.jumpto a:link,
p.jumpto a:visited {
  display: block;
  position: absolute;
  z-index: 666;
  width: 219px;
  height: 21px;
  background: #fff;
  color: #fff;
  font-size: .8em;
  padding: 3px 10px 1px 10px;
}

* html p.jumpto a:link,
* html p.jumpto a:visited {
  height: 28px;  /* fuer IE 5 und 5.5 */
  hei\ght: 22px; /* fuer IE 6 */
  width: 240px;  /* fuer IE 5 und 5.5 */
  wid\th: 220px;  /* fuer IE 5 und 5.5 */
}

p.jumpto a:focus,
p.jumpto a:active {
  left: 1000px;
  background: #D86016;
  border: 1px solid #fff;
  text-decoration: none;
}

/*-----------------------------------------------------------------------------
 * Headlines -----------------------------------------------------------------*/
h1 {
	margin: 0;
	padding: 0;
  background: transparent url(../images/logo_archivgut.gif) no-repeat;
}

h1 a,
h1 {
  display: block;
	width: 196px;
	height: 90px;
}

h1 span	{ display: none; }

h2 {
	font-size: 1.05em;
	line-height: 1.3em;
  margin-bottom: 1.5em;
  padding-left: 1em;
  background: transparent url(../images/pixel_headline_orange_s.gif) scroll no-repeat left .4em;
}

h3 {
	font-size: .9em;
  width: auto;
	margin: 20px 0 10px 0;
	color: #0F2D69;
}



h3.headerline {
	font-size: 1em;
	border-bottom: 1px solid #0F2D69;
	padding: 2px 0;
	margin: 20px 0 0 0;
  width: auto;
}

h4 {
	font-size: .8em;
  width: auto;
  background: transparent url(../images/pixel_headline_333_s.gif) no-repeat 0 .5em;
	margin: 1.5em 0 0 0;
  padding: 0 0 0 1em;
	color: #333;
}

/* dieser Style dient der Anzeige "zu Testzwecken" */
h5.paint_red {
	font-size: 0.9em;
	border-bottom: 1px solid red;
	border-top: 1px solid red;
	padding: 2px 0;
	margin: 20px 0 0 0;
  width: auto;
  text-align: center;
  color: red;
}

/*-----------------------------------------------------------------------------
 * Logo and main navigation position layout ----------------------------------*/
#box_logo {
  position: absolute;
  left: 8px;
  top: 20px;
  width: 10em;
  float: left;
  padding: .1em 0 0 0;
}

#box_header {
  z-index: 50;
  display: block;
  position: absolute;
  left: 208px;
  top: 12px;
	float: left;
	width: 46.9em;
	height: 5.9em;
	overflow: hidden;
}

#box_header ul {
  clear: both;
	width: 100%;
  list-style-type: none;
}

#nav_head li {
  float: left;
  margin-right: 1px;
	text-align: center;
}

#nav_head a:link, #nav_head a:visited, #nav_head a:active {
  font-size: .75em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 1em 0;
}

#nav_head a:hover, #nav_head a:focus {
  text-decoration: underline;
}

#nav_head a:focus {
  background-color: #FFF;
  background-image: none;
  color: #333;
}
/*
 * Individual navigation elements */
.nav_01 {
	width: 108px;
  background: #143C8C url(../images/ecke_rund_blau.gif) no-repeat;
}

.nav_02 {
	width: 144px;
  background-color: #245ca4;
}

.nav_03 {
	width: 108px;
  background-color: #2c74cc;
}

.nav_04 {
	width: 156px;
  background-color: #3484d4;
}

.nav_05 {
	width: 10em;
  background-color: #7db6e2;
}

.nav_06 {
	width: 108px;
	margin: 0;
  background-color: #9cc3e0;
}

/*
 * Active individual navigation elements */
.nav_active {
  background-color: #FF7F00;
}

.nav_01_active {
  background: #FF7F00 url(../images/ecke_rund_orange.gif) no-repeat;
}

/*-----------------------------------------------------------------------------
 * Image banner layout -------------------------------------------------------*/
#banner {
	clear: both;
	position: relative;
  display: block;
	top: 1px;
	left: 0;
	margin-right: 1px;
  width: auto;
  height: 56px;
  background: #143c8c url(../images/leiste_banner_color.gif) repeat;
}

#banner_bottom {
	position: absolute;
  left: 12px;
  top: 92px;
	display: block;
  width: 59.05em;
	height: 20px;
	background: #143c8c url(../images/streifen_blaublau.gif) repeat;
}

/*-----------------------------------------------------------------------------
 * Left navigation -----------------------------------------------------------*/
#sidenav {
  position: absolute;
  left: 12px;
  top: 112px;
  width: 196px;
	background-color: #F5F5F6;
}

#sidenav a {
	font-size: .7em;
}

#sidenav h3 {
  width: auto;
  font-size: .8em;
	color: #333;
  background: #D7D7D7 url(../images/pixel_headline_333_s.gif) no-repeat .5em;
  margin: 0;
  padding: .5em .3em .5em 1.2em;
  border-top: 1px solid #fff;
}

#sidenav ul {
  list-style-type: none;
  list-style-image: none;
}

#sidenav li {
	border-bottom: 1px solid #D7D7D7;
	background-color: #E8E8EA;
	margin: 0;
	padding: .1em .2em .35em 1em;
}

#sidenav .banner_bottom {
	display: block;
	height: 20px;
	font-size: 1%;
	background: #143c8c url(../images/streifen_blaublau.gif) repeat;
}

/*-----------------------------------------------------------------------------
 * Meta navigation -----------------------------------------------------------*/
ul#meta {
	padding: 2em 0;
}

ul#meta li.first {
  border-top: 1px solid #c0c0c0;
}

ul#meta li {
	background-color: #F5F5F6;
	border-bottom: 1px solid #c0c0c0;
	margin: 0;
	padding: .1em .2em .35em 2.6em;
  background-repeat: no-repeat;
  background-position: 1.2em;
}

ul#meta .gallery {
  background-image: url(../images/icons/views_16_d.gif);
}

ul#meta .home {
  background-image: url(../images/icons/home.gif);
}

ul#meta .contact {
  background-image: url(../images/icons/mail.gif);

}

ul#meta .print {
  background-image: url(../images/icons/print.gif);
}

/*-----------------------------------------------------------------------------
 * Content position ans layout -----------------------------------------------*/
#box_main {
	position: absolute;
	top: 10em;
	left: 250px;
	width: 680px;
	color: #000;
}

/*-----------------------------------------------------------------------------
 * Footer --------------------------------------------------------------------*/
#footer {
	margin: 35px 0 30px 0;
	padding-top: 5px;
  border-top: 1px solid #666;
  font-size: .7em;
  color: #666;
	text-align: right;
}

#footer p {
  font-size: 1em;
  margin-top: 40px;
	text-align: center;
}

/*-----------------------------------------------------------------------------
 * BITV ----------------------------------------------------------------------*/
ul span {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

/*-----------------------------------------------------------------------------
 * Some lists in main area ---------------------------------------------------*/
#box_main ul,
#box_main ol,
#box_main dl,
#box_main th,
#box_main td {
	font-size: .75em;
  line-height: 1.5em;
}

#box_main ol {
  margin: 2em 0 3em 3em;
  padding: 0;
}

#box_main ul {
	list-style-image: url(../images/arrow_nav.gif);
  margin: 1em 0 2em 2em;
  padding: 0;
}

#box_main ul.wosymbols {
	list-style-type: none;
	list-style-image: none;
  margin: 0 0 0 -0.2em;
  padding: 0;
}

/*
 * Glossar area */
#box_main dl {
  margin-top: .5em;
}

#box_main dt {
  color: #0F2D69;
  font-weight: bold;
}

#box_main dl dd {
	line-height: 1.5em;
	margin: .8em 0 1.5em 2em;
	padding: .5em;
	background-color: #F5F5F6;
}

#box_main ul.dict_list {
	font-size: 1em;
	list-style-position: inside;
	list-style-image: url(../images/pixel_headline_333_s.gif);
  margin: 0;
  padding: 0;
}

#box_main li, #box_main dt {
	padding: .15em;
}

#box_main #movie_info {
  float: right;
	border: 1px solid #C0C0C0;
}

dl#abbr dt {
	float: left;
	clear: right;
  width: 10em;
  color: #0F2D69;
  font-weight: bold;
}

dl#abbr dd {
	clear: right;
	margin: 0;
	padding: 2px;
	background-color: #fff;
}
/*
 * "Führungsgremien" extension */
#box_main  ul.simplelist {
	width: 84.7%;
  list-style-type: none;
  list-style-image: none;
	border: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 1.4em 0;
}

#box_main ul.simplelist li {
	display: block;
  border: 0;
	vertical-align: top;
	padding: .6em;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
  border-collapse: separate;
	text-align: left;
}

.bgdark {
  background-color: #EFEFEF;
}

.bgpale {
  background-color: #f5f5f5;
}

/*------------------------------------------------------------------------------
 * Tabellen ------------------------------------------------------------------*/
table {
	width: 90%;
	border: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  empty-cells: hide;
  margin: 1em 0;
}

table.mediumwidth {
	width: 85%;
}

table caption {
 background: #DFE8F3;
 color: #000;
 font-weight: bold;
 padding: .4em !important;
 text-align: left;
}

td, th {
  border: 0;
	vertical-align: top;
	padding: .6em;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
  border-collapse: separate;
	empty-cells: hide;
	text-align:left;
	margin: 4em
}

td.paddingleft {
	padding-left: 2em;
}

td.thbackground {
	background-color: #e9e9e9;
}

th {
  font-size: 110%;
  color: #333;
	background-color: #e9e9e9;
}

th.primaryrow {
  background-color: #F5F5F6;
	border-bottom: 1px solid #FF7F00;
  speak-header: always;
}

td acronym {
	font-weight: normal;
	border: 0;
}

/*
 * List "Abkürzungen" */
div#alphabet {
	width: auto;
	margin: 3em 0;
	font-size: 1em;
}

div#alphabet ul {
	clear: both;
  list-style-type: none;
  list-style-image: none;
	margin: 0;
	padding: 0;
}

div#alphabet ul li {
  float: left;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
  background-color: #F5F5F5;
  border: 1px solid #DDD;
}

div#alphabet ul li a {
	display: block;
	width: 3em;
	padding: .5em 0 .6em 0;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

div#alphabet ul li a:hover {
	color: #143c8c;
	background-color: #FFF;
}

div#alphabet ul li a.is_active {
	color: #fff;
	background-color: #FF7F00;
}

div#alphabet ul li.inactive {
	display: block;
	width: 3em;
	padding: .5em 0 .6em 0;
	font-weight: bold;
	text-decoration: none;
	color: #999;
	background-color: #F9F9F9;
}

p.noabbr {
  font-weight: bold;
	margin: 20px;
}

acronym {
	font-weight: bold;
	border-bottom: 1px dotted #000;
}

