html, body {
	margin:0;
	padding:0;
	font-family: verdana;
	font-size:10px;
	color: #01509D;
	
}
a {
	color:#01509D;
}

img{ border: 0px;}
*{outline: none;}
div {

}

body {
	background-color: #E8E8E8;
}
	
#frame {
	background-color: #fff;
	width:950px;
	min-height:467px;
	margin-top: 11px
}

.center {
	margin:0 auto;
	text-align:left;
}

#innerframe {
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;	
}
#sprache {
	float:right;
}

#logo {
	background: #fff;
	width: 122px;
	height: 112px;
	padding: 15px 0px 15px 20px;
}
#cities {
	margin-left:23px;
	margin-top:5px;
	color:silver;
}

#hr hr{
	color: #E8E8E8; 
	background: #E8E8E8; 
	height: 1px;
	border: 0px;
}

#main_nav{
	margin-bottom: 4px; 
}

#top-nav{
	list-style-image: none;
	list-style-type: none;
	margin:0;
	padding: 20px 0px 5px 15px;
	font-size: 8px;
	color: #fff;

}

#top-nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	
}


#top-nav li a{
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 5px 0px 5px 0px;
	color: #01509D;
	text-decoration: none;
	border: 0px solid #fff;
	text-transform:uppercase;
	font-size:8pt;
}

#top-nav li a:hover, #aktiv{
	background: url(../img/nav_bg.gif) bottom;
	background-repeat: repeat-x;
	float: left;
	color: #01509D;
}

#content_bg{
	background: #fff url(../img/content_bg.gif);
	background-repeat: repeat-x;
	min-height:467px;
	height:auto !important;
	height:467px;
	padding-bottom: 10px;

}

#content{
	margin:20px 0 0 22px !important;
}
.clearfloat {
    clear: both;
}

/* beispiel */

#text{
	float: left;
	
}
#text a {
	color:white;
}
#text h1{
	font-size: 16px;
	margin: 0px;
}

#bild {
	float:left;
	margin-left: 20px;
	margin-right: 10px;
	width: 250px;
	height: 200px;
	border: 1px dotted #fff;
	
}

#login {
	float:right;	
}
#login a {
	color:#aaa;
	text-decoration:none;
}
