@CHARSET "UTF-8";

/* PAGE LAYOUT */

#page {
	margin: 0;
	padding: 0;
  border-right: 2px solid #eee;
  overflow: hidden;
  width: 960px;
}

#page.admin {
  width: 1000px;
}

/* ELEMENTS */

.row {
	clear: both;
	margin: 0 0 4px 0;
}

.column {
	float: left;
	width: 25%;
	margin: 0 0 8px 0;
}

.half {
	width: 50%;
}

.admin .half {
  height: 100px;
}

.inactive {
  color: #969696;
}

.quarter {
	width: 25%;
}

.deleteIcon {
  width:5%;
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.functions {
	clear: both;
	margin: 0 0 8px 0;
}

.separator {
  margin: 40px 0 0 0;
}

#dauerLink,
#dauerSubmit,
#quelleLink,
#quelleSubmit,
#literaturLink,
#literaturSubmit {
  font-size: 0.8em;
}

/****************************************************************
 ****************** Image banner layout *************************
 ***************************************************************/
#banner {
	clear: right;
	float: right;
  display: block;
  height: 55px;
  width: 750px;
  background: url(/zwangsarbeit/images/bildfolge_fade_schriftzug.jpg) bottom left no-repeat;
  padding: 0;
}

#banner h2 {
	display: block;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
	background: none;
	margin: 0 0 0 40px;
	padding: 13px 0 0 0;
}

#box_logo {
  padding: 0 0 0 12px; 
  width: 145px;
  height: 100px;
  float: left;
}

#box_logo h1 { 
  display: none;
}

#sidenav {
  float: left;
  width: 230px;

}
#sidenav h3 {
	margin: 0;
	background: #f5d687;
	font-size: .75em;
	font-weight: bold;
	line-height: 1.333em;
	padding: 5px 2px 5px 5px;
  width: auto;
 	color: #231f20;
}

#sidenav a {
  color: #231f20;
  display: block;
  margin: 0;
  text-decoration: none;
}

#sidenav a:focus,
#sidenav a:hover {
  color: #990000;
  text-decoration:underline;
}

#sidenav ul {
  margin-bottom: 15px;
  list-style-type: none;
}

#sidenav li {
  display: block;
	font-size: .75em;
  font-weight: normal;
  color: #231f20;
  line-height: 1.4;
  margin: 0;
  padding: 5px 10px 5px 25px;
  border-bottom: 2px solid #ffffff;
	background: #fefaef url(/zwangsarbeit/images/list_style_reddot.gif) no-repeat 10px 12px;
}

#sidenav li.indent {
	margin-left: 15px;
}

#sidenav li.active {
	font-weight: bold;
  color: #231f20;
	background-color: #fdf3d5;
}

#sidenpic img {
  border: none;
  width: 194px;
	margin: 1px 0 19px 17px;
}

#box_header {
  float: left;
  width: 970px;
	background: #093f88 url(/zwangsarbeit/images/nav_head_bg.gif) repeat-x;
  border-top: 1px solid #FFF;
}

#box_header ul {
  float: left;
  list-style: none;
  padding-left: 15px;
}

/****************************************************************
 ****************** Navigator ***********************************
 ***************************************************************/
#box_breadcrumbs {
  clear: both;
  width: 100%;
  display: block;
	padding: 10px 5px 10px 30px;
  color: #231f20;
  font-size: .83em;
  background: transparent url(/zwangsarbeit/images/fade_lightgrey.gif) repeat-x 0 bottom;
}

#box_breadcrumbs p {
	margin: 0;
	padding: 0;
}

/* toolbar */
#toolbar {
  float: left;
  margin: 0;
  padding: 0;
  padding-bottom: 1px;
  width: 100%;
}

#toolbar ul {
  float: right;
  list-style: none;
  margin: 0 15px 0 0;
}

#toolbar ul li {
  background: none;
  color: #9d8066;
  float: left;
  font-size: .6em;
  line-height: 1em;
  margin: 0;
  padding: 5px 0 3px 5px;
  vertical-align: bottom;
  height: auto;
}

#toolbar ul li a {
  color: #5F5F5F;
  padding: 0 5px;
}

#toolbar ul li span {
  color: #5F5F5F;
  padding: 0;
	position: static;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	overflow: auto;
}

#toolbar ul li.sizetypo a {
  font-weight: bold;
  padding: 0;
}

/* Servicemenu */
.box_topnavi {
  padding-right: 40px;
  font-size: .7em;
  float: right;
  height: 45px;
}

.box_topnavi ul {
  float: right;
  list-style: none;
}

.box_topnavi ul li {
	float: left;
	margin: 0;
	padding: 15px 0 0 5px;
}

.box_topnavi li.lang {
  color: #969696;
  padding-left: 40px;
}

.box_topnavi ul a {
  padding-right: 5px;
}

.box_topnavi ul a:link,
.box_topnavi ul a:active,
.box_topnavi ul a:visited {
  color: #231f20;
	text-decoration: none;
}

.box_topnavi ul a:hover,
.box_topnavi ul a:focus {
  text-decoration: underline;
}

#nav_head li {
  float: left;
  border-right: 1px solid #FFF;
	font-size: .8em;
	line-height: 1.5em;
}

#nav_head a {
  float: left;
	padding: 5px 12px 6px 12px;
}
#nav_head a:link,
#nav_head a:visited,
#nav_head a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#nav_head a:hover,
#nav_head a:focus {
  text-decoration: underline;
  border: none;
}

.qtip-content {
  font-size: .75em;
}

/****************************************************************
 ****************** aktive Navigationselemente ******************
 ***************************************************************/
.nav_active,
.nav_01_active {
  background-color: #FFF;
}
#nav_head .nav_active a:link,
#nav_head .nav_active a:visited,
#nav_head .nav_active a:active,
#nav_head .nav_01_active a:link,
#nav_head .nav_01_active a:visited,
#nav_head .nav_01_active a:active {
  color: #00325D;
}

/* MAP */
#map {
  width: 100%;
  height: 400px;
	border: 1px solid #000;
	line-height: 0.9em;
}

#map a {
  display: block;
  line-height: 1.3em;
  font-size: 0.8em;
  margin: 0 0 .7em 0;
}

#map a.external {
  background: transparent url(/zwangsarbeit/images/links_extern.gif) scroll no-repeat 2px .1em;
  padding-left: 20px;
}

#map a.indent {
  padding-left: 38px;
  background-position: 20px .1em;
}

#map h6 {
	font-size: .75em;
  line-height: 1.3em;
	margin: 0 0 .7em 0;
  padding: 3px 0 6px 10px;
	color: #231f20;
}

#map h6.fub {
  width: 555px;
  padding-left: 0;
}

#map h6 a {
  display: inline;
  font-size: 1em;
	margin: 0;
}

/* PAGEBROWSER */

#pagebrowser {
	margin: 8px 0 8px 0;
	color: #231f20;
}

#pagebrowser div {
	display: block;
}

#pagebrowser div a:link,
#pagebrowser div a:active,
#pagebrowser div a:visited {
	color: #00325D;
}

#pagebrowser div a:hover,
#pagebrowser div a:focus {
  color: #990000;
}

#pagebrowser div a.active {
  font-weight: bold;
}

#pagebrowser img {
  background: none;
  border: none;
}

/* content column wrapper */

#columnWrapper {
	margin: 0;
	width: 690px;
	float: right;
	padding: 0;
}

.admin #columnWrapper {
  width: 100%;
}

#columnWrapper ul {
  font-size: 0.8em;
}

#columnWrapper ul.gallery_box {
  font-size: 1em;
}

#columnLeft {
	width: 170px;
	float: left;
	padding-top: 65px;
	height: 300px;
	margin-left: 8px;
}

#columnLeft h3 {
  font-size: 0.8em;
}

#columnCenter {
	background: #fff;
	padding: 0 50px 0 0;
	border-top: 0;
}

.admin #columnCenter {
  float: left;
  padding-left: 50px;
  width: 720px;
}

#columnCenter ul.content {
	margin: 0 0 16px 32px;
  padding: 0;
}

#columnCenter ul.content li {
	list-style-image: url(/zwangsarbeit/images/list_point.gif);
	margin: 4px 0 4px 0;
	padding: 0;
}

#confinement_result {
	margin: 16px 0px 16px 0px;
}

/* ELEMENTS */

.form_error {
	border: 1px solid #cc0000;
	margin: 20px;
	background: #ffe5e5;
}

.form_error h1 {
	background: #cc0000;
}

.form_error ul {
	color: #c00;
	margin: 10px;
}

.form_error ul li {
	list-style: none;
}

/* */

.message {
	/*border: 1px solid #eff0f1;*/
	margin: 0;
	padding: 0;
	/*background: #eff0f1;*/
}

.message h1 {
	background: #9ba4ac;
	color: #fff;
	margin: 0;
}

.message p {
	border: 1px solid #990000;
	padding: 16px 16px 16px 32px;
	margin: 16px;
	color: #990000;
	background: #fff url('../../gfx/error.png') 12px 17px no-repeat;
}

/* LINKS */

ul.gallery_box {
  list-style: none;
}

/* footer --------------------------------------------------------------------*/
#section_footer {
  float: left;
  padding-top: 5px;
  width: 950px;
  margin: 25px 0 30px 0;
  text-align: right;
  color: #231f20;
}

#section_footer p {
  font-size: .7em;
  margin-top: 5px;
  padding-top: 10px;
  text-align: center;
  line-height: 1.6em;
  border-top: 1px solid #EEE;
}

#section_footer p.borderless {
	border: 0;
}

#section_footer p a:link,
#section_footer p a:active,
#section_footer p a:visited {
  color: #231f20;
  text-decoration: none;
}

#section_footer p a:hover,
#section_footer p a:focus {
  text-decoration: underline;
}

a.top {
  padding-left: 10px;
  font-size: .8em;
  font-weight: normal;
  background: transparent url(/zwangsarbeit/images/arrow_top.gif) no-repeat 0 2px;
}

a.search {
  line-height: 1.28em;
}

/* accessibility menus */

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;
  padding: 3px 10px 1px 10px;
}

p.jumpto a:focus,
p.jumpto a:active {
  left: 1000px;
  background: #606060;
  font-weight: bold;
  border: 1px solid #fff;
  text-align: center;
  text-decoration: none;
}

/* versteckte Elemente*/

.hidden, .infoHidden {
  display: none;
} 

.hidden h2 {
  font-size: 0.5em;
}

/****************************************************************
 *********************** BITV ***********************************
 ***************************************************************/
#box_logo span,
#box_header span,
#sidenav span {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

/* Bilder */
.flexContentText {
  clear: both;
  height: auto;
  float: left;
}

.flexContentText .imagePosRight {
  display: block;
  width: 217px;
	background-color: #eeeeee;
	margin: 0;
	padding: 0;
}

.flexContentText .imagePosRight {
	float: right;
	margin: 5px 0 15px 16px;
}

.flexContentText .imagePosRight p {
	float: left;
	width: 70%;
	font-size: .65em;
	line-height: 1.5em;
	color: #231f20;
	margin: 0;
	padding: 0 4px;
}

.flexContentText p.description {
  font-weight: bold;
  width: auto;
}

.flexContentText .zoom {
  float: right;
	margin: 4px;
	padding: 0;
	border: none !important;
}

/* Hilfetexte*/
.info {
  margin-top: 5px;
}

.info img { 
  vertical-align: middle; 
  font-size: 0.8em;
  margin: 0 0 2px 0.1em; 
}

.infoBox {
  margin-bottom: 20px;
}

strong.under {
  font-weight: normal;
  text-decoration: underline;
}
