/* ALLGEMEIN */
body  { 
background-color: #939393; 
background-image: url(../images/mainbg.jpg); 
background-repeat: repeat-x; 
margin: 0; 
padding: 0;
background-attachment: fixed;
}

hr {
border:1px solid magenta;
}

body, table, tr, td, th {
font-family:verdana;
font-size:11px;
color:#3F3F3F;
}

img {
border: none;
}

.inhalt  { 
background-image: url(../images/_body_bg.jpg); 
background-repeat: repeat-x; 
padding: 10px 20px 10px 40px;
}

h1 {
font-family:verdana;
font-size:14px;
color:#000000;
margin:0px;
}

/* NAVIGATION LINKS */
.navi_left ul, .navi_left li {
padding:0px;
line-height:18px;
margin-left:10px;
list-style: none;
list-style-type: none;
}
.navi_left a:link {
font-size: 11px;
color: #000000;
text-decoration: none;
}
.navi_left a:visited {
font-size: 11px;
color: #000000;
text-decoration: none;
}
.navi_left a:aktiv {
font-size: 11px;
color: #000000;
text-decoration: none;
}
.navi_left a:hover {
font-size: 11px;
color: #999999;
text-decoration: none;
}

/* NAVIGATION HEAD */
#tabs6 {
float:left;
width:100%;
line-height:normal;
}
#tabs6 ul {
margin:0;
padding:33px 10px 0 50px;
list-style:none;
}
#tabs6 li {
display:inline;
margin:0;
padding:0;
float: right;
}
#tabs6 a  { 
text-decoration: none;
background: url(../images/tableft6.gif) no-repeat left top;
margin: 0;
padding: 0 0 0 4px;
float: left;
}
#tabs6 a span  { 
color: #fff;
background: url(../images/tabright6.gif) no-repeat right top;
display: block;
padding: 5px 15px 4px 6px;
float: left;
}
#tabs6 a span {
float:none;
}
#tabs6 a:hover span {
color:#FFF;
}
#tabs6 a:hover {
background-position:0% -42px;
}
#tabs6 a:hover span {
background-position:100% -42px;
}
#tabs6 #current a {
background-position:0% -42px;
}
#tabs6 #current a span {
background-position:100% -42px;
}


/* BILDWECHSEL */
ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
}
#example li {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	visibility: hidden;
}
li img {
	display: block;
}
.caption {
	background-color: #FFF;
}
.example {
	position: relative;
	background-color:#F2F2F2;
	border:1px solid #CCCCCC;
	margin-bottom: 0px;
}
