.newsbox {
	left: 25px; 
	top: 276px; 
	width: 590px;
	z-index: 6666; 
	position: absolute; 
	padding: 15px; 
	background-color: #FFFFFF;
	border: 1px dotted #cbcbcb;
}
.capedesign {
	position:absolute; 
	left: 0; 
	top: 0px; 
	z-index: 1;
}

#side_nav1 {
	left: 646px;
	top: 310px;
	z-index: 1900;
	position: absolute;
	width: 192px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	
}

#side_nav2 {
	left: 838px;
	top: 344px;
	z-index: 1900;
	position: absolute;
	width: 192px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.style_nav {
	padding: 12px;
	margin-bottom: 0px;
	color: #6d6e6e;
	font-size: 11px;
	line-height: 15px;
	background-color: #fff;

	border-right: 1px dotted #cbcbcb;
	border-top: 1px dotted #cbcbcb;
}

.newsbox_content {
	/* newsbox in der news.php  */
	width: 590px;
	background-color: #FFFFFF; 
}

.trennerv {
	/* vertikale trennung mit punktlinie. nur in tabellen  */
   background-image: URL(/i/trenner_v.gif);
   background-repeat:repeat-y;
}
.randombox {
	/* definiert die breite der fiu, merch, etc. boxen  */
	width: 282px;
	background-color: #FFFFFF; 
}
.typotrenner {
	/* definiert die breite der fiu, merch, etc. boxen  */
	width: 570px;
	background-color: #eeeeee; 
	padding-left: 10px; 
}
.blank {
	/* test. damit ganz unten nicht wei§ an den browserrand st§t  */
	width: 590px;
}

/* Tooltip */
#text {margin:50px auto; width:500px}
.hotspot {cursor:pointer;}

#tt {
	position:absolute; display:block; background:url(/i/tt_left.gif) top left no-repeat;
	z-index: 10001;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#tttop {display:block; height:5px; margin-left:5px; background:url(/i/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(/i/tt_bottom.gif) top right no-repeat; overflow:hidden}

/* tab Navigation */

#tabnav {
	width: 400px;
	height: 50px;
	position: absolute;
	left: 42px;
	top: 241px;
	z-index: 7777;
}

#tabnav_content {
    float:left;
    width:100%;
}

#tabnav_content ul {
    margin:0;
    padding: 0;
    list-style:none;
}
    
  #tabnav_content li {
    float:left;
    margin:0;
    padding:0;
	background-color: #fff;
	border-right: 1px dotted #cbcbcb;
	height: 36px;
}

#tabnav_content li a:hover {

	color: #757575;
	background-color: #eeeeee;
	text-decoration: none;
}

#tabnav_content #current a {
		color: #757575;
	background-color: #eeeeee;
	}
	
#tabnav_content a {
    display:block;
     padding: 8px 10px;
	color: #757575;
}

hr {
	border:none;border-top: 1px dotted #bcc0c0}

