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

html{
	background-color: #FFF;
  color:#000000;
  font: 67.5%/1.2 verdana, arial, helvetica,sans-serial;
  text-align:center;
  color:#3049bc;
}

body {
margin-top:20px;
}

a:link, a:visited, a:active, a:hover
{
  color:black;
  text-decoration:none;
  border:0px;
  font-weight:bold;

}
a:link.button, a:visited.button, a:active.button, a:hover.button
{
height:130px;
color:white;
  text-decoration:none;
    border:0px;
    font-weight:normal;
}


#container
{
 
  overflow:hidden;
  float:none;
	width: 900px;
	height: 550px;
	margin: 0px auto;
	text-align: left;
  border: 1px solid #051e91;
	}
	
#top
{
width:900px;
height:130px;
background: url('../images/title.jpg')
}

#navigation
{
height:20px;
width:900px;
background:#051e91;
padding:0px;
}

ul {float:left;
    }
li{float:left;list-style:none;}

li.leer{width:520px;height:20px;}

li.home a { 
display:block; width:60px; height:20px;
background:url('../images/home_a.png') no-repeat;}
li.home a:hover, a:focus
{background:url('../images/home_b.png') no-repeat; }

li.oeffnung a { 
display:block; width:135px; height:20px;
background:url('../images/oeffnung_a.png') no-repeat;}
li.oeffnung a:hover, a:focus
{background:url('../images/oeffnung_b.png') no-repeat; }

li.impress a { 
display:block; width:99px; height:20px;
background:url('../images/impress_a.png') no-repeat;}
li.impress a:hover, a:focus
{background:url('../images/impress_b.png') no-repeat; }

li.kontakt a {
display:block; width:85px; height:20px;
background:url('../images/kontakt_a.png') no-repeat;}
li.kontakt a:hover, a:focus
{background:url('../images/kontakt_b.png') no-repeat; }



#content
{
  text-align:justify;
	width: 900px;
  height: 400px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	overflow:hidden;
	}
	
h1{
color:#051e91;
font: 18px/1.3 verdana, arial, helvetica,sans-serif;
font-weight:bold;
letter-spacing:0.45px;
}
h3{
color:#051e91;
font: 14px/1.3 verdana, arial, helvetica,sans-serif;
font-weight:bold;
letter-spacing:0.45px;
}







