/*****************************************************************/
/* Hauptformatierungen                                           */
/*****************************************************************/
html, body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f2f2f2;
	background-image: url(../img/bg.png);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	height: 100%;
}
#navibereich {
    background-image:url(../img/bar.jpg);
	padding: 6px 8px; /* Innenabstand: oben/unten 4px, li/re 0 */
	margin: auto; /* Keinen Außenabstand */
	width: 996px;
	height:19px;
}
#header {
	background-color:#FFFFFF;
	margin: auto;
	width: 960px;
	height: 151px;
}

/*****************************************************************/
/* Tickerformatierungen                                          */
/*****************************************************************/
.ticker {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration:none;
	line-height:15px;
}
.tickerlink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #090;
	text-decoration:none;
}
.tickerlink:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #090;
	text-decoration:underline;
}
.kreuz {
	color: #d24f01;
	font-weight: bold;
}

/*****************************************************************/
/* Menuformatierungen                                            */
/*****************************************************************/
.glowingtabs{
float:left;
width:100%;
line-height:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
}

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

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(../img/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 1px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(../img/glowtab.gif) no-repeat right top;
padding: 5px 12px 3px 3px;
color:#FFFFFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: #FFF;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: #FFF;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{
background-image:url(../img/subnavi.gif);
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:25px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
padding-top: 3px;
/* height:1.5em; */
}

.tabcontent{
display:none;
}
.sublink {
color: #FFF;
font-family: Verdana, Geneva, sans-serif;
text-decoration: none;
font-size: 10px;
}
.sublink:hover {
color: #FFF;
font-family: Verdana, Geneva, sans-serif;
text-decoration: none;
font-size: 10px;
font-weight: bold;
}
