body {
	background:#bbb url('../images/background.jpg') repeat;
	margin:0;
	font:12px Verdana, Arial, sans-serif;
	text-align:center;
	line-height:140%;
	color:#454545;
}

a img {
	border:0;
}

a {
	color:#FF6603;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#FF6603;
	text-decoration:underline;
}

/*p {
	margin:5px 0;
	text-align:justify;
}*/

ul {
	margin:0;
	padding:0;
	list-style:none;
}

hr {
	height: 1px;
	border: none;
	background-color: #bbb;
	width:100%;
}

#blatt {
	width:962px; 
	background-color:#fff; 
	padding:0;
	margin:0 auto; 
	border:1px solid #bbb; 
	border-top:none;
}

#header {
	height:190px;
	background:#fff url('../images/header.jpg') left bottom no-repeat;
	text-align:right;
}

#header h1 {
	margin:0;
	padding:0;
	font:bold 13px Verdana, Arial, sans-serif;
	position:relative;
	right:190px;
	top:10px;
}

#rss {
	position:relative;
	right:0;
	top:5px;
	/*width:21px;
	height:21px;*/
}

.right { 
	float:right; 
}

.left { 
	float:left; 
}

#menu1 {
	background:#F7F7F6 url('../images/bg_menue1.jpg') left bottom repeat-x;
	height:34px;
	line-height:34px;
	padding:0;
	margin:0;
	border-top:1px solid #bbb; 
	border-bottom:1px solid #bbb;
}

#menu1 a {
	color:#74797E;
	text-decoration:none;
	padding:0 10px;
}

#menu1 a:hover, a#current1 {
	color:#000;
	text-decoration:underline;
}

#menu1 ul {
	list-style:none;
	padding:0;
	margin:0;
}

#menu1 li {
	display: inline;
	float: left;
	margin: 0;
}

#left {
	float:left;
	text-align:left;
	width: 530px;
	padding:0 0 30px 0;
}

.achtung {
	background: #FDFDF0;
	color: #454545;
	border-bottom: 4px solid #F6F6E3;
}

.achtung h3 {
	color: #fff;
	border-bottom: 1px solid #bbb;
	margin: 0 0 10px 0;
	padding: 6px 0;
	text-indent: 10px;
	font:bold 13px Verdana, Arial, sans-serif;
	background:#F4F4F3 url('../images/bg_achtung.jpg') left bottom repeat-x;
}

.achtung p, .achtung span {
	padding: 10px;
}

#left h2 {
	padding: 6px 0 6px 10px;
	margin: 0 0 10px 0;
	background-color: #f8f8f8;
	border-bottom:1px solid #bbb;
	font:bold 14px Verdana, Arial, sans-serif;
	color: #fff;
	background:#F4F4F3 url('../images/bg_h3.jpg') left bottom repeat-x;
}

#left h4 {
	margin: 5px 0 2px 2px;
	font:normal 13px Verdana, Arial, sans-serif;
}

#left p {
	padding: 5px 5px 0 5px;
	text-align:justify;
}

#left td {
	font: 12px Verdana, Arial, sans-serif;
}

.banner {
	float:left;
	padding:10px 10px 0 0;
}

#right {
	margin-bottom: 10px;
	width: 390px;
	color: #454545;
	/*overflow: hidden;*/
	float:right;
	text-align:left;
}

#right p {
	padding:5px;
}

#right a {
	color: #74797E;
	text-decoration:none;
}


#right ul {
	padding: 3px 0 10px 0;
}

#right li {
	line-height: 22px;
	list-style: none;
	background: #f8f8f8 url('../images/li.gif') no-repeat left;
	margin-bottom: 2px;
}
#right li a {
	padding-left: 15px;
	color: #74797E;
}

#right a:hover, #right a:hover {
	text-decoration: underline;
	color: #000;
}

#right h3 {
	padding: 6px 0;
	margin: 0;
	background:#F4F4F3 url('../images/bg_h3.jpg') left bottom repeat-x;
	border-bottom: 1px solid #bbb;
	color: #fff;
	font:bold 13px Verdana, Arial, sans-serif;
	width: 100%;
	text-indent: 10px;
}

#right .ls {
	float: left;
	width: 190px;
}

#right .rs {
	float: right;
	width: 190px;
}

#right .extra {
	background: #F4F4F3;
	color: #454545;
	border-top: 4px solid #e5e5e5;
	border-bottom: 4px solid #e5e5e5;
	margin-bottom: 10px;
}

#left, #right { margin: 10px }

.row1 {
	background-color:#F5F5F5;
}

.row2 {
	background-color: #E7E7E7;
}

.col1 {
	float:left; 
	width:48%;
}

.col2 {
	float:right; 
	width:48%;
}

.clear {
	clear:both;
}

#footer { 
	width:962px; 
	margin:0 auto;
	padding:30px 0 0 0;
	color: #777;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

#footer a { 
	color: #777;
}

#bottom {
	width:962px; 
	margin:30px auto 10px auto; 
	color: #777;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
}

#bottom a {
	cursor:auto;
	color: #777;
}

#bottom a:hover {
	text-decoration:none;
}

a.opacityit img {
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}
a.opacityit:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}




.tooltip {
	position: absolute;
	top:0;
	left:0;
	display: none;
	width:250px; 
	background:url(../images/bg_tooltip_bottom.png) bottom left no-repeat; 
	padding:0 0 10px 0;
}
.toolcontent {
	background:url(../images/bg_tooltip.png) top left no-repeat;
	padding:17px 10px 5px 20px; 
	text-align:center;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
}
#left p.toolp, #content p.toolp {
	text-align:center;
}











/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*  *{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	/*position: absolute;*/
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	/*background-color:#e8e8e8;	padding: 6px 0;
*/
	height:27px;
	text-indent: 10px;
	font:bold 13px Verdana, Arial, sans-serif;
	background:#F4F4F3 url('../images/bg_achtung.jpg') left bottom repeat-x;
	color: #fff;
	/*
color: #8DA09F;	font:bold 14px verdana,arial,sans-serif;
	font-variant:small-caps;
	border-left:6px double #fff;
	background-color:#8DA09F;*/
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}











/* ######### CSS for Shade Tabs. ######### */

#shadetabs {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: -10px;
	/*font: bold 12px Verdana;*/
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#shadetabs li{
	display: inline;
	margin: 0;
}

#shadetabs li a {
text-decoration: none;
position: relative;
z-index: 1;
padding: 4px 7px;
margin-right: 3px;
border: 1px solid #bbb;
/*color: #fff;*/
background: #F4F4F3;
}

#shadetabs li a:visited {
/*color: #fff;*/
}

#shadetabs li a:hover{
/*text-decoration: underline;
background-image: url('../images/bg_achtung.jpg');
color: #fff;*/
}

#shadetabs li a.selected { /*selected main tab style */
position: relative;
top: 0px;
border-bottom:1px solid #F4F4F3; 
}

#shadetabs li a.selected{ /*selected main tab style 
background-image: url('../images/bg_achtung.jpg');*/
border-bottom-color: #F4F4F3;
}

#shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
#tabholder {
	border-top:1px solid #bbb; 
	width:380px; 
	height:280px; 
	margin-bottom: 1em; 
	padding: 0 5px 10px 5px; 
	background: #F4F4F3;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
