/*
*****************************************************************
*               CSS-Stile fresh frames Baustelle                * 
* (c) 2005 fresh frames internetkonzepte & design GmbH & Co. KG *
*****************************************************************
*/

/* Container */

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

#rahmencontainer {
	height: 346px;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#head {
	height: 112px;
	width: 920px;
}

#eyecatcher {
	height: 234px;
	width: 483px;
	float: right;
}

#adresse {
	height: 234px;
	width: 437px;
	float: left;
	background-image: url(../bilder/background_adresse.gif);
}


/* Stildefinitionen */

#adresse h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	padding-left: 45px;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin: 0px;
}

#adresse p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	margin: 0px;
}

#adresse a {
	color: #003366;
	text-decoration: none;
}

#adresse a:hover {
	color: #003366;
	text-decoration: underline;
}
