
/* ------------------------------------- GRUNDAUFBAU ------------------------------------------- */

body {
    background: #ffffff url(../img/background.jpg) no-repeat;
	background-position:center top;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #cc071e;
}

#container {
    width: 950px;
    margin: 70px auto 0 auto;
	padding: 0;
    text-align: center;
	overflow: auto;
}

#box_brunnen {
	text-align:center;
	width: 291px;
	float: left;
	margin: 0 220px 20px 80px;
}

#box_suedstadt {
	text-align: center;
	width: 291px;
	float: left;
}

#box_gruppe_brunnen {
	width: 360px;
	float: left;
	margin: 0 150px 0 50px;
}

#box_gruppe_suedstadt {
	width: 360px;
	float: left;
}

/* ------------------------------------- Allgemeines und KLASSEN ------------------------------------------- */


a {
	color: #000000;
}

img {
	border: 0;
}

a:hover {
	text-decoration:none !important;
}

a:link,
a:visited,
a:focus,
a:active {
	text-decoration: underline;
}

strong {
    font-weight: bold;
}

table {
	margin: 0;
	padding: 0;
}

.clear {
    clear: both;
    height: 1px;
	line-height:1px;
}

.floatleft {
	float:left;
	margin-right: 40px;
}

.floatright {
	float:right;
	margin-left: 40px;
}

.top {
	vertical-align: top;
}


address {
	font-style:normal;
	font-weight:normal;
}

/* ------------------------------------- Projektspezifisches ------------------------------------------- */
