/* CSS Document */
body {
background: white url(images/kopf2.jpg) no-repeat;
padding:0;
margin:12;
font-family: "Lucida Sans Unicode", verdana, arial, sans-serif;
font-size: 12;
color: #333333;
}

a:link { 
	color: #333333;
	text-decoration: underline;
    }

  a:visited { 
    color: #333333;
    }

  a:hover {
	color: #b80006;
	text-decoration: none;
	}

  a:active { 
    color: #b80006;
    }

  a:focus {
    color: #b80006;
    }


/* CSS Tabs */
#navcontainer {
	margin-top: 130px;
	margin-left: -9px;
}

ul#navlist {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
}

ul#navlist li {
        float: left;
        font-weight: bold;
        margin: 0;
        padding: 5px 0 4px 0;
        border-right: 1px solid #FFCC33;
}

#navlist a, #navlist a:link {
        margin: 0;
        padding: 5px 9px 4px 9px;
        color: #333333;
        text-decoration: none;
}

ul#navlist li#active {
        color: #333333;
}

#navlist a:hover {
        color: #333333;
		border-bottom: 1px solid #B80006;
}

.kopf {
	margin-left: 1em;
}
.date {
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFCC33;
	text-indent: 20px;
	height: 25px;
	width: 185px;
	margin-top: 10px;
	line-height: 2em;
}
.login {
	background-color: #E5E5E5;
	height: auto;
	width: 183px;
	border: 1px solid #333333;
	margin-top: 20px;


}
.leftcolumn {
	float: left;
	margin-left: 0;
	margin-top: 165px;

}
.loghead {
	background-color: #333333;
	color: #E5E5E5;
	font-weight: bold;
	text-indent: 5px;
	height: 20px;
	line-height: 18px;
}
.loginform {
	padding: 5px;
}
.news {
	height: auto;
	width: 183px;
	border: 1px solid #B80006;
	background: #E5E5E5;

}
.newshead {
	background-color: #B80006;
	color: #E5E5E5;
	font-weight: bold;
	text-indent: 5px;
	height: 20px;
	line-height: 18px;
}



.centercolumn {
	float: left;
	width: 700px;
	position: relative;
	left: 2px;
	top: -3px;
	z-index: 1;
	margin-top: 0px;


}
  * html div#centercolumn {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }


h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;


}
.rightcolumn {
	float: right;
	width: 185px;
	left: 764px;
	position: absolute;
	margin-top: 175px;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 0px;
}
.newstext {
	padding: 4px;
}
p {
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.fusszeile {
	clear: Beide;
	background-color: #FFFFFF;
	text-align: center;
	position: relative;
	bottom: 20px;

}

.footer	{
	width				: 100%;
	position			:fixed;
  	_position			:absolute;
  	bottom				:0;
  	_top				:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	z-index				: 100;
}


.infobox {
	background-color: #E5E5E5;
	padding: 8px;
	margin-top: 15px;
	margin-bottom: 20px;

}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}
.seite {
	margin: 0px;
	padding: 0px;
	width: 950px;
}
.list {
	list-style: url(images/pfeil_link.gif);
}
.list li {
	margin-bottom:4px;
}
.button {
	color: #333333;
	margin-bottom: 2px;
	border-top: #dddddd 2px solid;
	border-left: #AAD2CD 2px solid;
	border-right: #bbbbbb 2px solid;
	border-bottom: #aaaaaa 2px solid;
	font: bold 12px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	background: #e5e5e5;
}
#linkcontainer {
	width: 183px;
	margin-left: -20%;

}

#linkcontainer ul
{
	list-style-type: none;
	line-height: 14px;
}

#linkcontainer a
{
	display: block;
	padding: 3px;
	width: 170px;
	border-bottom: 1px solid #333333;
}

#linkcontainer a:link, #linklist a:visited
{
	color: #333333;
	text-decoration: none;
}

#linkcontainer a:hover, #linklist a#current:hover
{
	color: #b80006;
	text-decoration:underline;

}

#linkcontainer a:current
{
	color: #b80006;
}
.list2 {
	list-style: url(images/pfeil_info.gif);

}
.legende {
	font: bold 10px "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 20px;


}
.newshead2 {
	color: #333333;
	font-weight: bold;
	text-indent: 5px;
	height: 20px;
	line-height: 18px;
	background: #FDCA01;

}
.interview {
	font-style: italic;
	font-weight: bold;
}

