@charset "utf-8";

/* ALLGEMEIN */

body {
	margin:3px;
	background-color:#FFF;
	font-family:Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000;
	padding-top:82px;
	background-image:url(../img/top_image_right.jpg);
	background-repeat:no-repeat;
	line-height: 16px;
}

a:link,a:visited,a:active {
	color:#666;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color:#0C5297;
}

/* Ad */

#rol {
	position:absolute;
	width: 768px;
	height: 90px;
	top:2px;
	left:500px;
}

/* Navigation */

a.thl:hover {
	color:#FFF;
	font-weight:bold;
}

a.thl:link,a.thl:visited,a.thl:active {
	color:#FFF;
}

div.ms {
	text-indent:20px;
}

a.mha:link,a.mha:visited,a.mha:active {
	color:#009;
}

a.msa:link,a.msa:visited,a.msa:active {
	color:#009;
	font-weight:normal;
}

a.ms:link,a.ms:visited,a.ms:active {
	font-weight:normal;
}

span.red,a.red,div.red {
	color:#F30;
}

.info {
	cursor:help;
}

.no_margin { /* sonderfall für Sprach-Info */
	margin-bottom:5px !important;
}

/* BERSCHRIFTEN */

h1 {
	font-size:14px;
	font-weight:bold;
}

h2 {
	font-size:12px;
	font-weight:bold;
	margin-top:0;
}

/* LAYOUT */

#head {
	background-image: url(../img/top_image_right.jpg); 
	background-repeat: no-repeat;
}

#tor {
	position:absolute; 
	top:10px; 
	right:10px; 
	color:#FFF;
}

#tul {
	clear:both;
}

#tur,#tul {
	color:#ccc;
	font-size:9px;
}

#tur a,#tul a {
	color:#ccc;
	text-decoration:none;
	border-bottom:1px dashed #ccc;
}

#tur a:hover,#tul a:hover {
	color:#999;
}

#tor a {
	color:#FFF;
	text-decoration:none;
}

#tor a:hover {
	text-decoration:underline;
}

#content {
}

/* Formulare */

input,textarea,select
{
	border:1px solid #999;
	background-color:#F7F7F7;
	font-size: 14px;
	padding:3px 5px 3px 5px; 
}
input:focus,select:focus,textarea:focus
{
	background-color:#FFC;
}
input:hover,select:hover,textarea:hover
{
	background-color:#FFF;
}

input.fullsize,select.fullsize,textarea.fullsize
{
	width:99%;
}

input.rdfull, select.rdfull, textarea.rdfull
{
	width:99%;
}

input.halfsize, select.halfsize, textarea.halfsize
{
	width:50%;
}

input.rd,textarea.rd,select.rd,input.rdfull,textarea.rdfull,select.rdfull
{
	border:1px solid #c00;
	background-color:#fee;
	font-size: 14px;
	padding:3px 5px 3px 5px; 
}
input.rd:hover,select.rd:hover,textarea.rd:hover,input.rdfull:hover,select.rdfull:hover,textarea.rdfull:hover
{
	background-color:#FFF;
}
input.rd:focus,select.rd:focus,textarea.rd:focus,input.rdfull:focus,select.rdfull:focus,textarea.rdfull:focus
{
	background-color:#FFC;
}

input.button_rot {
	background-color:#DF7D88;
	color:#FFF;
	cursor:pointer;
}

input.button_rot:hover {
	background-color:#ccc;
	color:#000;
	border:1px solid #000;
}

input.wide {
	width:300px;
}

td.status {
	border:1px dashed #CCC;
}

.smalllight {
	font-size:10px;
	color:#666;
}

.smalllightred {
	font-size:10px;
	color:#C30;
	margin-left:15px;
}

/* men */

#menue {
	padding-top:13px;
	overflow:hidden;
	margin-bottom:5px;
	display:block;
	height:30px;
}

#menue ul {
  list-style:none;
  white-space:nowrap; 
  padding:0px;
  margin:0px;
  border-right:1px solid #fff;
  }
  
#menue ul li a {
  display:block;
  float:left;
  height:20px;
  padding-left:10px;
  padding-right:10px;
  padding-top:6px;
  padding-bottom:6px;
  text-decoration:none;
  border-left:1px solid #fff;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
}  
  
#menue ul li {
	display:inline;
}
  
#menue a, #menue a:visited {
  color:#000; 
  background:#d4d4d4; 
}
    
#menue a:hover {
  color:#fff; 
  background:#c00;
}
  
#menue a.ac, #menue a.ac:visited {
  color:#fff; 
  background:#c00; 
}  
  
#menue a.ac:hover {
  color:#000; 
  background:#d4d4d4;
}
  
/* Sprach Auswahl */

#menue_lang {
	overflow:hidden;
	margin-top:14px;
	display:block;
	height:30px;
	width:100px;
	float:right;
	border:1px solid #CCC; 
	text-align:center;
}

#menue_lang a {
	margin-top:2px;
	display:block;
	text-decoration:none;
}
  
#menue_lang:hover {
	background-color:#efefef;
	border:1px solid #000;
}

#lang_dd {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	right:10px;
	margin-top:10px;
	padding:10px;
	position:absolute;
	z-index:1000;
	width:150px;
	height:200px;
}
  
/* Tabellen */

div.t {
	position:relative;
	border:1px solid #CCCCCC;
	padding:5px;
	background-color:#F7F7F7;
	margin-bottom:5px;
	overflow:visible;
}

div.th {
	background-image:url(../img/thead.gif); 
	background-repeat:repeat-x;
	padding:5px;
	color:#FFF;
	border-bottom:2px solid #c00;
	font-weight:bold;
	margin-bottom:5px;
	
}

td.diff {
	font-size: 9px;
}

.ok, .warning, .error, .info {
	margin:5px;
	background-position: 10px center;
	background-repeat: no-repeat;
	border: 1px dashed;
	margin-bottom: 20px;
	padding: 7px 10px 7px 55px;
}

.ok {
	color: #090;
	background-color: #efe;
	background-image: url(http://iimpic.de/ico/32/plain/check.png);
	border-color: #090;
}

.warning {
	color: #660;
	background-color: #ffd;
	background-image: url(http://iimpic.de/ico/32/plain/warning.png);
	border-color: #660;
}

.error {
	color: #c00;
	background-color: #fee;
	background-image: url(http://iimpic.de/ico/32/plain/error.png);
	border-color: #c00;
}

.info {
	background-color:#DDEEFF;
	background-image:url(http://iimpic.de/ico/32/plain/about.png);
	border-color:#0066FF;
	color:#0066FF;	
}


/* ### -- -- -- -- -- fieldset -- -- -- -- -- ### */

fieldset {
	background-color: #efefef;
	border: 1px solid #999;
	margin: 10px 0;
	padding: 5px 13px 10px 13px;
	display: block;
}

fieldset legend {
	color: #333;
	margin: 0 0 0 -5px;
	padding: 0 5px
}

fieldset fieldset {
	background-color: #e7e7e7;
	margin-bottom: 5px;
}

fieldset fieldset fieldset {
	background-color: #e0e0e0;
}

.ausw td {
	 border-bottom:1px solid #CCC; 
	 border-top:1px solid #FFF;
}

.ausw td.h {
	background-color:#EFEFEF;
}

.ausw td.h2 {
	background-color:#E5E5E5;
}

.ausw td.h3 {
	background-color:#D6D6D6;
}

.ausw tfoot, .ausw .zwischensumme {
	font-size:10px;
}

.ausw thead a {
	color:#FFFFFF;
}

.popclick a {
	color:#000;
	text-decoration:none;
	display:block;
}

.popclick a:hover {
	background:#FFFFCC;
}

/* ### -- -- -- -- --  menue -- -- -- -- -- ### */

#chart {
	margin:0;
	padding:0;
}

#chart li {
	list-style-type:none;

}

#chart li:hover {
	background-color:#F88;
}

#chart li.aktli {
	background-color:#c00;
	background-image:url(/img/menpfeil.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#chart li.aktli:hover {
	background-color:#F88;
}

#chart a:hover,#chart li.aktli a {
	color:#FFF;
}

#chart li a {
	display:block;
	text-decoration:none;
	padding:5px;
}

/* TEST */

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 140;
	width: 100%;
	height: 500px;
	background-color: #333;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#port {
	position: absolute;
	background-color: #fff;
	width: 300px;
	height: 350px;
	margin: 0 auto;
	z-index:150;
	top:100px;
	left:100px;
}

#port a {
	text-decoration:none;
}

#phead {
	text-align:right;
	background:#CCCCCC;
	height:20px;
}

#pcont {
	overflow-y:auto;
	overflow-x:hidden;
	height:330px;
}

/* Subpositionen */

.subpos {	
	border-collapse:collapse;
	border:none;
}

.subpos td {
	border:1px solid #CCC;
	width:40px;
	height:50px;
}

.subpos .dt {
	border-top:4px solid #333;
}

.subpos .dl {
	border-left:4px solid #333;
}

.subpos .dr {
	border-right:4px solid #333;
}

.subpos .db {
	border-bottom:4px solid #333;
}

.subpos .nb {
	border-bottom:none;
}

.subpos .nl {
	border-left:none;
}

.subpos .nr {
	border-right:none;
}

.subpos .mt {
	border-top:2px solid #333;
}

.subpos .ml {
	border-left:2px solid #333;
}

.subpos .mr {
	border-right:2px solid #333;
}

.subpos .mb {
	border-bottom:2px solid #333;
}

blockquote {
	padding: 4px;
	background: #eee !important;
}
html>body blockquote {
	border-left: 2px solid #aaa;
	border-right: 2px solid #aaa;
}

/* debug */

#debug_button {
	position:absolute; 
	top:0px; 
	right:0px; 
	z-index:1000;
}

label {
	cursor:pointer;
}