@charset "ISO-8859-1";
/* Browserstandardwerte korrigieren */
*
{
	padding:0px;
	border:0px;
}
/* Allgemeine Element-Einstellungen */
body
{
	font-size:10pt;
	background-color: #576;
	font-family:Arial, Helvetica, sans-serif;
}
a
{
	color: #666;
	text-decoration:underline;
}
td
{
	padding: 3px 5px;
}
a:hover
{
	color: #000;
}
input, select
{
	border:1px solid #000;
}
/* Allgemeine Klassen */
.tin 
{
	height:16px;
}
.tin:focus
{
	border:1px #F00 solid;	
}
.richedit, .textedit
{
	border: 1px solid #999;
	width:736px;
	height:250px;
	overflow:auto;
}
.info_green
{
	border:1px solid #090;
	background-color: #CFC;
	color:#090;
	font-weight:bold;
	padding:10px;
	padding:10px 10px 10px 30px;
	margin-left:20px;
	margin-top:10px;
	width:720px;
}
.info_yellow
{
	border:1px solid #990;
	background-color: #FFC;
	color:#990;
	font-weight:bold;
	padding:10px;
	padding:10px 10px 10px 30px;
	margin-left:20px;
	margin-top:10px;
	width:720px;
}
.info_red
{
	border:1px solid #F00;
	background-color: #FCC;
	color:#F00;
	font-weight:bold;
	padding:10px;
	padding:10px 10px 10px 30px;
	margin-left:20px;
	margin-top:10px;
	width:720px;
}
.info_blue
{
	border:1px solid #00F;
	background-color: #CCF;
	color:#00F;
	font-weight:bold;
	padding:10px 10px 10px 30px;
	margin-left:20px;
	margin-top:10px;
	width:720px;
}
.info_green img, .info_yellow img, .info_red img, .info_blue img
{
	float:left;	
	margin-left:-20px;
}
/* Bereiche definieren */
.main
{
	position:absolute;
	
	left:50%;
	top:0px;
	
	margin-left:-510px;
	
	width:1020px;
	min-height:512px;
	
	border-left: 2px solid #CCC;
	border-right: 2px solid #CCC;
	
	background-color:#E9E9E9;
	background-image: url(img/bg_gradient.png);
	background-repeat:repeat-x;
	background-position:0px 30px;
}
.bar_top
{
	position:fixed;
	left:50%;
	margin-left:-508px;
	top:0px;
	width:1000px;
	height:20px;
	padding:5px 10px;
	background-image: url(img/bar.png);
	background-repeat:repeat-x;
	
	font-size:10pt;
	color:#666;
	font-weight:bold;
}
.bar_bottom
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:1000px;
	height:14px;
	padding:8px 10px;
	background-image: url(img/bar.png);
	background-repeat:repeat-x;
	
	font-size:10pt;
	color:#666;
	font-weight:bold;
	text-align:right;
}
.menu
{
	position:fixed;
	top:30px;
	margin-left:-499px;
	left:50%;
	width:200px;
	border-right: 1px dotted #CCC;
	padding:10px 0px;
	min-height:452px;
}
.content
{
	position:relative;
	top:30px;
	left:210px;
	width:800px;
	padding:10px 0px;
	margin-bottom:50px;
}
/* Bereiche: Detaileinstellungen */
.error
{
	font-size:8pt;
	color:#F00;
}
.bar_top a 
{
	background-image:url(img/button_normal.png);
	width:96px;
	height:16px;
	color:#666;
	text-align:center;
	padding:2px;
	display:inline-block;
	text-decoration:none;
}
.bar_top a:hover
{
	background-image:url(img/button_normal_hover.png);
	text-decoration:underline;
	cursor:pointer;
}
.bar_top .bar_lan
{
	float:right;
	width:24px;
	background-image:url(img/button_small.png);
	margin: 0px 5px;	
	padding-top:5px;
	height:13px;
}
.bar_top .bar_lan:hover
{
	float:right;
	width:24px;
	background-image:url(img/button_small_hover.png);	
}
.bar_top u
{
	color: #576;
}
.menu h1, .content h1
{
	margin:0px;
	border-top: 2px #CCC solid;	
	border-bottom: 2px #CCC solid;	
	font-size:12pt;
	padding-left:10px;
	margin-bottom:10px;
}
.content h2
{
	font-size:10pt;	
	border-top: 1px #CCC dotted;	
	border-bottom: 1px #CCC dotted;	
	padding-left:10px;
	margin-bottom:10px;
	color:#666;
}
.content p
{
	padding:0px 20px;
}
.content .tlist
{
	padding:0px;
	width:760px;
	border:1px solid #999;
}
.menu b a
{
	padding-left: 10px;
	font-weight:bold;
}
.menu a
{
	padding-left:20px;
	display:block;
	text-decoration:none;
	line-height:1.5;
}
.content table
{
	
	margin-top:10px;
	margin-left:20px;
	border: 1px #999 dashed;
	padding:5px 10px;
	border-spacing: 0px;
}

.tlist td
{
	border-bottom: 1px dashed #CCC;
	padding: 3px 10px;
}
.tlist th
{
	background-position: 0px -10px; 
	background-image:url(img/bar.png);
	height:20px;
	text-align:left;
	padding-left:10px;
}
.content .tlist .rel
{ 
	background-image:url(img/bar.png);
	height:30px;
	text-align:left;
	padding:0px 10px;
}
.content .tlist .rel a
{ 
	background-image:url(img/button_small.png);
	display:inline-block;
	width:28px;
	height:16px;
	text-align:center;
	padding:2px 0px;
	text-decoration:none;
}
.content .tlist .rel a:hover
{ 
	background-image:url(img/button_small_hover.png);
}