/* Angaben f&uuml;r alle standardkonformen Browser */

body {
	margin:0;
	padding:0;
	background: #014ab3;
	font-size: 1em;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
    color:#ffffff;
	text-decoration: underline;
}

#menu {
    position:absolute;
    top:0;
    left:0;
    right:0;
    margin:0;
    height:2em;
    line-height: 2em;
	vertical-align: middle;
    z-index: 4;
}

#menu a:link, #menu a:visited {
	float: left;
	margin: 3px 0px 0px 3px;
	height: 100%;
	vertical-align: middle;
	padding-left:1em;
    padding-right:1em;
    color: #ffffff;
    background: none;
	background-image:url(../images/htrans.png);
    border: 1px solid #ffffff;
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
}

#menu a:hover {
    color: #000000;
	background: none;
	background-image:url(../images/htrans_hover.png);
    border: 1px solid #000000;
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
}

#header {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
    height:272px;
    background: #014ab3;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
}

#logobox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 100%;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 12px 45px;
}

#titlebox {
	height: 100%;
}

#newsbox {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 235px;
	height: 100%;
	padding-top: 3.5em;
	padding-left: 1em;
	padding-right: 3em;
    background-position: 0em -4em;
	background-image: url(../images/newsboard.png);
	background-repeat: no-repeat;
}

.newsdate, .newsheader, .newstext {
	font-size: 0.8em;
}

.newsdate {
	font-weight: bold;
	color: #ff0000;
}

.newsheader {
	font-weight: bold;
	color: #000000;
}

.newstext {
		color: #000000;
}

#navigation {
    position:fixed;
    top:300px;
    left:0.5em;
    width:9em;
    padding:0.5em;
    border: 2px dotted #ffffff;
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
}

#navigation a:link, #navigation a:visited {
	display:block;
    background: none;
	color:#ffffff;
	text-decoration:none;
	margin:0;
	padding:0.2em;;
}

#navigation a:hover {
    background: none;
	background-image:url(../images/htrans.png);
	color:#000000;
	text-decoration:underline;
}

#inner_navigation {
	float: left;
	text-align: right;
}

#content_container {
	padding-top: 272px;
	padding-bottom:3em;
	padding-left:0;
    background: #014ab3;
    background-position: 0em 272px;
	background-image:url(../images/wrapper.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}

#content {
	padding-left: 1em;
	margin-top: 2em;
	margin-left:11.5em;
	margin-right:0.5em;
	text-align: justify;
	color: #bbbbbb;
}

#content h1 {
	color: #ffffff;
}

#content .image {
	float: left;
	width: 400px;
	margin-right: 0.5em;
   	color: #ffffff;
	font-size: 0.8em;
    text-align: center;
}

#footer {
    clear:left;
    height: 218px;
    text-align:center;
    background: #014ab3;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
}



/* Angaben nur f&uuml;r den Internet Explorer mit Star HTML Hack */

* html, * html body {
	height:100%;
	overflow:auto;
}

* html #header {
	position: static;
	margin:0;
	height:232px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
}

* html #logobox {
	top: 3em;
	width: 200px;
	height: 220px;
	background: none;
}

* html #newsbox {
	background: none;
	width: 300px;
	height: 272px;
}

* html #menu {
	position:static;
	margin:0;
}

* html #menu a:link, #menu a:visited {
    color: #000000;
	background: #99b7e1;
}

* html #menu a:hover {
    color: #ffffff;
	background: #014ab3;
}

* html #navigation {
	float: left;
	margin:0.2em;
	width:10.5em;
}

* html #navigation a:hover {
	background: #99b7e1;
}

* html #content_container  {
	position:static;
	padding:0.5em;
	overflow:auto;
    background-position: 0 0;
}

* html div#content {
	margin-top: 0em;
	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
	padding-top:1em;
}
