@CHARSET "UTF-8";

/*
GENERAL
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 1em;
	line-height: 1.5;
	color: #231f20;
}

/* HEADLINES */

h1 {
	border:0;
	padding:0 0 6px 0;
	margin:0 0 8px 0;
	font-size:120%;
	font-weight:normal;
}

h1 span.back_to_list {
	text-align:right;
	float:right;
}

h2 {
  font-size: 1.1em;
	line-height: 1.333em;
	margin: 20px 0 40px 0;
	color: #231F20;
}

h3 {
	font-size: .9em;
  width: auto;
	margin: 15px 0 10px 0;
	color: #231F20;
}

h3.textblock{
  margin-top: 30px;
}

h3.separating {
  display: block;
 	background-color: #fdf3d5;
}

h4 {
	font-size: 0.8em;
  width: auto;
	margin: 1em 0 0 0;
  padding: 0;
	color: #231f20;
}

h5 {
	font-size:0.7em;
  width: auto;
	margin: .5em 0 0 0;
	padding:0;
	color:#231f20;
}

/* PARAGRAPHS */

p {
	border:0;
	padding:0;
	margin:0 0 16px 0;
	font-size: 0.8em;
	line-height: 1.5em;
	color:#302f2b;
}

p.data {
	color:#000;
	background:#fff;
	padding:4px;
}

table p.data {
	width:50%;
}

p.data.no_entry {
	font-weight:normal;
}

/* LINKS */

a:link,
a:visited,
a:active{
	text-decoration: underline;
	color: #00325d;
	outline: none;
}

a:hover,
a:focus {
	color: #990000;
	text-decoration: underline;
	outline: none;
}

a.intern {
  padding-left: 20px;
  background: transparent url(/zwangsarbeit/images/links_intern.gif) scroll no-repeat 2px 3px;
}

a.extern {
  padding-left: 20px;
  background: transparent url(/zwangsarbeit/images/links_extern.gif) scroll no-repeat 2px 3px;
}

/* LINKS TABS */

#mytab a, #mytab a:link {
	text-decoration:none;
	color:#fff;
}

#mytab a:visited {
	text-decoration:none;
	color:#fff;
}

#mytab a:hover {
	text-decoration:none;
	color:#fff;
}

#mytab a:focus {
	color:#fff;
}

#mytab a:active {
	color:#fff;
}

/* LINKS MODULE */

#columnLeft a,
#columnLeft a:link,
#columnLeft a:visited,
#columnLeft a:hover {
	text-decoration:none;
	color:#fff;
}

#columnLeft a:focus,
#columnLeft a:active {
	color:#fff;
}

/* LINKS MODULE CONTENT */

#columnLeft .ui-accordion-content {
	height:120px;
}

#columnLeft .ui-accordion-content a, #columnLeft .ui-accordion-content a:link {
	text-decoration:none;
	color:#000;
}

#columnLeft .ui-accordion-content a:visited {
	text-decoration:none;
	color:#000;
}

#columnLeft .ui-accordion-content a:hover {
	text-decoration:none;
	color:#000;
}

#columnLeft.ui-accordion-content a:focus {
	color:#000;
}

#columnLeft .ui-accordion-content a:active {
	color:#000;
}

/* CLEAR */
.clear {
	clear: both;
}
