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

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

a:link, a:visited {
	color: #dddddd;
	text-decoration: underline;
}

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

hr {
	height: 0px;
	color: #fff;
	background: #fff;
}

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

#menu a:link, #menu a:visited, #menu a:active {
	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/button.png);
    border: 1px solid #ffffff;
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
}

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

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

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

#titlebox {
	height: 100%;
    z-index: 3;
}

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

#newsbox a:link, #newsbox a:visited, #newsbox a:active {
	font-weight: bold;
	color: #000000;
}

.newsdate, .newsheader, .newstext {
	font-size: 12px;
    z-index: 3;
}

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

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

.newstext {
	color: #000000;
}

#navigation_container {
    position:absolute;
    top:200px;
    left:0.5em;
    width:14em;
    z-index: 1;
}

#navigation {
    padding:0.5em;
    margin-bottom: 1em;
    border: 2px solid #ffffff;
    background: none;
	background-image:url(../images/box.png);
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
	font-size: 0.8em;
}

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

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

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

#content_container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 0px;
	padding-top: 200px;
	padding-bottom:3em;
	padding-left:0;
    background: #014ab3;
    background-position: 0em 183px;
	background-image:url(../images/wrapper_bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}

#content {
	padding-left: 1em;
	padding-right: 1em;
	margin-left:15.5em;
	margin-right:0.5em;
	text-align: justify;
	color: #dddddd;
    background: #0049b3;
    border: 2px solid #ffffff;
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
}

#content h1 {
	color: #dddddd;
}

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

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

input.button {
	color: #dddddd;
    background: none;
	background-image:url(../images/button.png);
    border: 1px solid #ffffff;
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
}

#link_button a:link, #link_button a:visited, #link_button a:active {
	color: #ffffff;
	font-size: 0.9em;
    background: none;
	background-image:url(../images/button.png);
    border: 1px solid #ffffff;
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
	text-decoration: none;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

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

form {
   padding:0px;
   margin: 0px;
}

.tabberlive .tabbertabhide {
	display:none;
}

.tabber {

}
.tabberlive {
	margin-top:1em;
}

ul.tabbernav {
	margin: 0px 0px 0px 0px;
	font-size: 0.7em;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
	text-align: left;
}

ul.tabbernav li
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	display: inline;
}

ul.tabbernav li a
{
	padding: 3px 0.5em;
	margin-right: 3px;
	border: 1px solid #fff;
	border-bottom: none;
	background: none;
	text-decoration: none;
}

ul.tabbernav li a:hover
{
	color: #000;
	background-image:url(../images/button_hover.png);
	border: 1px solid #000000;
	border-bottom: 1px solid #778;
}

ul.tabbernav li.tabberactive a
{
	color: #fff;
	background-image:url(../images/button.png);
	border: 1px solid #ffffff;
	border-bottom: 1px solid #778;
}

ul.tabbernav li.tabberactive a:hover
{
	color: #000;
	background-image:url(../images/button_hover.png);
	border: 1px solid #000000;
	border-bottom: 1px solid #778;
}

.tabberlive .tabbertab
{
	 padding-left:5px;
}

.tabberlive .tabbertab h2
{
	display:none;
}
.tabberlive .tabbertab h3
{
	display:none;
}

.tab_box {
	margin-top: 3px;
	border: solid 1px #778;
	text-align: left;
    border: 1px solid #fff;
	background-color: #013887;
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
}

/* 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,* html  #menu a:visited {
    color: #000000;
	background: #99b7e1;
}

* html #menu a:hover {
    color: #dddddd;
	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;
}
