@charset "UTF-8";

/* FOOTER FUNKTION */

/* Angaben für alle standardkoformen Browser */
body
{
    margin:0;
    padding:0;
}
#content_container
{
    padding-bottom:3em;
}

#footer
{
	position:fixed;
	bottom:0px;
	background:#e4e4e4;
	padding:10px;
	width:100%;
}

#footerstart
{
	position:fixed;
	bottom:0px;
	background:#e4e4e4;
	padding:10px;
	width:100%;
}
/* Angaben nur für den Internet Explorer mit Star HTML Hack 
* html, * html body
{
    margin:0;
    padding:0;
    height:100%;
    overflow:hidden;
}
* html #content_container 
{
    padding:0;
    height:95%;
    overflow:auto;
}
* html #footer 
{
    background:#e4e4e4;
    height:5%;
    text-align:center;
    padding-top:1%;
}
}
* html #footerstart 
{
    background:#e4e4e4;
    height:5%;
    text-align:center;
    padding-top:1%;
}
*/


.footer_center  { /* fuer footer Zentrierung */
	width: 845px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	position:relative;
	left:-6px;
}


/* FOOTER OPTIK */
#footer {
	text-align:left;
	font-size:9px;
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#footerstart { /* fuer Startseite */
	text-align:left;
	font-size:9px;
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}



#footer span, #footerstart span  {
	color: #666;
}
#footer a:link,#footer a:visited,#footerstart a:link,#footerstart a:visited {
	color: #333;
	text-decoration:none;
}
#footer a:hover,#footer a:active,#footerstart a:hover,#footerstart a:active {
	color: #000;
	text-decoration:underline;
}


/* fuer IE6 Message - nur sichtbar wenn Site mit IE6 besucht wird. */

#ie_message {
visibility:hidden;
position:absolute;
	
}

#footerstart2
{
	position:fixed;
	bottom:0px;
	padding-bottom:30px;
	width:100%;
}



.tickercontainer {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
    height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.tickercontainer .mask {
    left: 2px;
	border: 0px;
    overflow: hidden;
    position: relative;
    top: 3px;
    width: 100%;
}
ul.newsticker {
    font: bold 10px Verdana;
    left: 1200px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
ul.newsticker li {
	
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: 0;
    padding: 0;
}
ul.newsticker a {
    color: #FF0000;
    font: bold 10px Verdana;
    margin: 0 0px 0 0;
    padding: 0;
    white-space: nowrap;
}
ul.newsticker span {
	color:#ff0066;
    margin: 0 2px 0 0;
}
  

