html, body {
background: #000;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
padding: 0;
margin: 0;
color: #333;
line-height: 17px;
height: 98%;
}

img {
	border: none;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

h2 {
font-size: 18px;
}

#outframe {
height: 100%;
}

#frame {
width: 800px;
margin: 10px auto;
background: #ffffcc url(images/loewenzahn.jpg) bottom left no-repeat;
}

#left_ob {
float: left;
height: 300px;
width: 106px;
margin-left: 10px;
background: url(images/logo_senk.png) top left no-repeat;
}

#mid_ob {
float: left;
height: 300px;
width:107px;
}

#right_ob {
float: right;
height: 300px;
width: 669px;
padding-left: 10px;
padding-right: 5px;
}

#menu {
background: #666;
height: 30px;
line-height: 30px;
clear: both;
}

#menu ul {
padding-left: 10px;
}
#menu li {
float:left;
list-style-type:none;
}
#menu li a {
display:block;
padding:0 35px;
text-decoration:none;
color: #fff;
}
#menu li a:hover {
color:#ccc;
text-decoration:underline;
}

.menu_current{

color:#ccc;
text-decoration:none;
background: #666;
}

#left_u {
min-height: 220px;
float: left;
width:106px;
margin-left: 10px;
text-align: center;
color: #999;
margin-top: 80px;
font-size: 10px;
}

#mid_u {
float: left;
min-height: 300px;
width:107px;
}

#right_u {
min-height: 300px;
float: right;
width: 669px;
padding-left: 10px;
padding-right: 5px;

}

#footer {
	height: 35px;
	clear: both;
	text-align: center;
	background-color: #666;
	font-size: 10px;
	color: #999;
}

#footer a {
text-decoration:none;
color: #ccc;
}

#footer a:hover {
color:#fff;
text-decoration:underline;
}

/*zum entfernen der gepunkteten Linie bei grafischen Links*/
a:focus {
  outline: none;
}