
@charset "utf-8";

body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background:#efefef;
    	margin: 0;
    	padding: 0;
    	text-align: center;
    	color: #000000;
    }

#container { 
    	width: 980px;
    	background: #FFFFFF;
    	margin: 40px auto 0px auto;
    	border: 1px solid #0000cc;
    	text-align: left;
    } 

#header { 
    	background:white; 
    	padding:0px;
			width:980px;
    } 


#header_banner {
			background-image:url(../images/regensburg_panorama.jpg); /* 980 x 140 */
			background-repeat:no-repeat;
			background-position:left top;
			height:140px;
			width:980px;
			margin-bottom:10px;
	}



#header_logo {
			float:left;
			height:66px;
	}



#header_text {
    	margin:0;
    	padding:0;
			background-color:white;
			float:left;
			height:66px;
			vertical-align:middle;
	}

#header_text h1 {
			font-size:100%;
			font-weight:bold;
			line-height:150%;
    }

#header_logo img {
	margin:0 20px;
	vertical-align:middle;
	width:100px;
	height:66;
	border:0;
}


#navigation {
	float: left;
	width: 250px;
	background:white;
	padding: 15px 0px;
	}


#navigation ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}


#navigation li {
	margin:0px;
	line-height:200%;
	padding-left:20px;
	border-bottom:1px solid #0000cc;
	}
	
#navigation a {
	text-decoration:none;
	font-weight:bold;
	color:#0000cc;
	}
	


#Content { 
    	margin: 0 0 0 250px;
    	padding: 0 20px;
    } 

#footer { 
    	padding:0;
    	background:white; 
			border-top:1px solid #0000cc;
    	text-align: center;			
    } 


#footer p {
    	margin: 0;
    	padding: 10px 0;
			font-size:75%;
    }

    .fltrt {
    	float: right;
    	margin-left: 8px;
    }
    .fltlft {
    	float: left;
    	margin-right: 8px;
    }
		
    .clearfloat {
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }

.li_haus {
	list-style-image:url(../images/li_haus.gif);
	}

a:link {
	color:00c;
	}
a:visited {
	color:00c;
	}
a:focus {
	color:00c;
	}
a:hover {
	color:00c;
	}
a:active {
	color:00c;
	}


