html{
}

body{
	margin: 0px;
	background-color: #ffffff;
}

/* links
----------------------------------------------- */


a:link, a:visited {
	color: #4890BD;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	color: #963139;
	font-style: italic;
	text-decoration: none;
}

a.intern:link, a:visited {
	text-decoration: none;
	font-style:normal;
}

a.intern:hover {
	text-decoration: none;
	font-style:normal;
}

/* positionierung
----------------------------------------------- */
#kasten {
	width: 670px;
	margin: 0px 0px 0px 0px;
	align: center;
	border: 0px solid #ffff00;
	margin-left:auto; /*zentriert wrapper-box*/
	margin-right:auto; /*zentriert wrapper-box*/
}


#image-bilder {
	height: 369px;
	width: 670px;
	border: 0px solid #ff0000;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color:#FFFFFF;
}

#navi {
	border: 0px solid #ff0000;
	margin: 0px;
	padding-top: 20px;
	width: 125px;
	position:absolute;
	float:left;
}


#inhalt {
	margin: 0px 0px 0px 0px;
	padding: 24px 140px 130px 125px;
	text-align: left;
	border: 0px solid #00fff0;
	font-family: Georgia;
	font-size: 11px;
	line-height: 15px;
	width: 400px;
	background-image:url(Bilder/hg-karte-weser.gif);
	background-repeat: no-repeat;
	color: #4890BD;
}

.bild {
	height: 150px;
	width: auto;
	float:left;
	top: 0px;
	visibility: visible;
	display: block;
	position: relative;
	padding-bottom: 15px;
	padding-right: 10px;
	border: 0px solid #ffff00;


}



/* typo
----------------------------------------------- */

.headline {
	font-family: Georgia;
	font-size: 20px;
	line-height: 20px;
	color: #5198BB;
}

.subline {
	font-family: Georgia;
	font-size: 11px;
	font-style: bold;
	line-height: 15px;
	color: #963139;
}

.auszeichnung{
	font-family: Georgia;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #4890BD;
}

