* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body {
	margin-left: 20px;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #f4f2f0;
	background-image: url(bilder/background.jpg);
	background-repeat: repeat-x;
}


#box {
	margin-top: 20px;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ffffff;
        text-align: left;
}

/* Header */

#header {
	width: 1000px;
	height: 130px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#headerscreen {
	width: 1000px;
	height: 130px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
}


td {
	padding-top:5px;
}

hr {
  height:0;
  border-top: 0px;
  border-bottom:1px solid #000000;
	margin-bottom: 6px;
	margin-top: 6px;
}



h1 {
	font-size: 18px;
        padding-bottom: 9px;
}

h2 {
	font-size: 16px;
        padding-top: 16px;
        padding-bottom: 6px;
}

h3 {
	font-size: 14px;
        padding-bottom: 7px;
}
#content {
	width: 1000px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
        display:inline-block;
	background-image: url(images/bg.gif);
	min-height:650px; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 650px; /* Mindesthöhe in IE (<7) */
}


#contentmain ul {
    margin-top: 0px;
    margin-left:20px;
    list-style: circle;
 }
#contentmain li {
    margin:5px;
 }


#contentmain{
	width: 780px;
       	float:right;
}

#contentright {
	width: 200px;
        padding-top: 3px;
	float: right;
        text-align: center;

}


#contentleft {
	width: 540px;
        padding: 20px;
	float: left;
        text-align: left;
}


#navigation ul { list-style:none }
#navigation ul li ul li { display:inline;  }


#navigation li {
    list-style:none;
}

#navigation li ul li {
    list-style:none;
}

/* Hauptnavigation */
#navigation li a {
    display:block;
    height:31px;
    width:200px;
    text-align:left; margin-right:5px;
    border-bottom:solid 2px #D3D6EA;
    font-size:16px;
    color:#ffffff;
    padding-left:20px;
    padding-top:10px;
    font-family: Arial,Tahoma,Sans-Serif;
    text-decoration:none;
    font-weight:normal;
}
#navigation li a:hover, #navigation li a.active{ background:#8490C8; }

/* Hauptnavigation */
#navigation li li a {
    display:block;
    height:17px;
    width:180px;
    text-align:left; margin-right:5px;
    border-bottom:solid 2px #D3D6EA;
    font-size:12px;
    color:#ffffff;
    background-color: #C7CDE8;
    padding-left:40px;
    padding-top:3px;
    font-family: Arial,Tahoma,Sans-Serif;
    text-decoration:none;
    font-weight:normal;

}

#navigation li li a:hover, #navigation li li a.active {
    background:#8490C8;
    font-weight: bold;
}

/* Logo */
#logo {
	width: 218px;
	height: 130px;
	margin: 0px;
	padding: 0px;
	float: left;

}

#top {
	width: 780px;
	height: 130px;
       	float:right;
	background-color: #D3D6EA;
}




#oben {
	width: 780px;
	height: 110px;
	background-color: #154B99;
	background-image: url(images/bgheader.jpg);

}



#oben h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
        font-style:italic;
	padding-left: 10px;
	padding-top: 75px;

}

#footer{
       clear:both;
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	height: 20px;
}

#footerleft {
	width: 220px;
	float: left;
}

#footerright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
       	color: #000000;
	width: 770px;
	height: 17px;
        padding-left: 10px;
        padding-top: 3px;
        padding-bottom: 0px;
	float: right;
        text-align: left;
	background-color: #D3D6EA;
}

#footerright a {
 text-decoration: none;
       	color: #000000;
}


#ticker {
	width: 780px;
	height: 20px;
	background-color: #D3D6EA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#ticker a {
 text-decoration: none;
       	color: #000000;
}

#tickerleft {
	width: 570px;
        padding-top: 3px;
        padding-left: 10px;
	float: left;
}

#tickerright {
	width: 200px;
        padding-top: 3px;
	float: right;
        text-align: center;
}



#main {
        margin-top: 10px;
	width: 1000px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-top-color: #4E72B8;
	border-right-color: #4E72B8;
	border-bottom-color: #4E72B8;
	border-left-color: #4E72B8;
	background-color: #FFFFFF;


}

#headerprint {
 width: 0px;
 font-size: 0px;
 height: 0px;
 visibility:hidden;
}








