html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: #76b4a1;
	margin: 0;
	padding: 0;
	text-align: center;
	color: black;
	font-style: normal;
	font-family: Helvetica, Arial;
	font-size: 12px;
}

#wrapper {
	background: url(../images/back.jpg) repeat-x 0 318px;	
	width: 937px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	position: relative;	
}

#header {
	width: 937;	
	height: 354px;		
	position: relative;
	z-index: 0;
	background-image: url(../images/header.png);
	text-align: center;
	cursor: pointer;
}

#header h1 {
	margin: 0;
	padding: 10px;
	font-size: 18px;
	color: white;
	text-shadow: rgb(83, 38, 91) 1px 1px 1px;
	letter-spacing: 1px;
}

#main {
	min-height: 368px;
	text-align: center;
	color: white;
}

#objekte {
	width: 914px;
	height: 189px;
	position: absolute;
	top: 58px;	
	left: 12px;
	background-image: url(../images/objekte.png);
}

#sites {
	width: 937px;
	min-height: 314px;
	position: absolute;	
	left: 51px;
	top: 247px;
	background: url(../images/sites_shadow.png) no-repeat left bottom;
	text-align: left;
}

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

a {
	color: #53265b;
	font-weight: bold;
}

img {
	border: 0;
}

/* @group Sites */

.block {
	width: 157px;
	min-height: 157px;
	float: left;
	margin: 0 20px 0 0;
	color: white;
}

.block ul {
	margin-bottom: 20px;
}

.block li {
	border-bottom: 1px solid;
	padding: 2px 5px 2px 20px;
}

.block a {
	color: white;
	text-decoration: none;
	font-weight: normal;	
}

.block h3 {
	font-size: 15px;
	margin: 10px;
	text-shadow: rgb(50, 50, 50) 1px 1px 1px;
}

.block a:hover {
	text-decoration: underline;
}


#block5 a {
	color: #1d685d;
}


#block5 h3 {
	text-shadow: rgb(250, 250, 250) 1px 1px 1px;
}

#block1 {
	background: #1d685d url(../images/block1_ecke.gif) no-repeat right top;
}

#block1:hover {
	background-color: #248274;
}

#block1 li {
	border-color: #248274;
}

#block2 {
	background: #798d3d url(../images/block2_ecke.gif) no-repeat right top;
}

#block2:hover {
	background-color: #8ea547;
}

#block2 li {
	border-color: #8ea547;
}

#block3 {
	background: #6c8a3f url(../images/block3_ecke.gif) no-repeat right top;
}

#block3:hover {
	background-color: #7fa34a;
}

#block3 li {
	border-color: #7fa34a;
}

#block4 {
	background: #508372 url(../images/block4_ecke.gif) no-repeat right top;
}

#block4:hover {
	background-color: #5e9b87;
}

#block4 li {
	border-color: #5e9b87;
}

#block5 {
	background: #bcd6c6 url(../images/block5_ecke.gif) no-repeat right top;
	color: #1d685d;
}

#block5:hover {
	background-color: #d2efdd;
}

#block5 li {
	border-color: #d2efdd;
}

/* Favicons */

li.kochatelier {
	background: url(../images/icon_kochatelier.gif) no-repeat 0px center;
}

li.kochedition {
	background: url(../images/icon_kochedition.gif) no-repeat 0px center;
}

li.kaltmamsell {
	background: url(../images/icon_kaltmamsell.gif) no-repeat 0px center;
}

li.backatelier {
	background: url(../images/icon_backatelier.gif) no-repeat 0px center;
}

li.gartenatelier {
	background: url(../images/icon_gartenatelier.gif) no-repeat 0px center;
}

li.gartenedition {
	background: url(../images/icon_gartenedition.gif) no-repeat 0px center;
}

li.wohnatelier {
	background: url(../images/icon_wohnatelier.gif) no-repeat 0px center;
}

li.wohnedition {
	background: url(../images/icon_wohnedition.gif) no-repeat 0px center;
}

li.dekoatelier {
	background: url(../images/icon_dekoatelier.gif) no-repeat 0px center;
}

li.putzatelier {
	background: url(../images/icon_putzatelier.gif) no-repeat 0px center;
}

li.hobbyatelier {
	background: url(../images/icon_hobbyatelier.gif) no-repeat 0px center;
}

li.hobbyedition {
	background: url(../images/icon_hobbyedition.gif) no-repeat 0px center;
}

li.pferdeschuppen {
	background: url(../images/icon_pferdeschuppen.gif) no-repeat 0px center;
}

li.fahrradhaus {
	background: url(../images/icon_fahrradhaus.gif) no-repeat 0px center;
}

li.cityrundgang {
	background: url(../images/icon_cityrundgang.gif) no-repeat 0px center;
}

li.top51 {
	background: url(../images/icon_top51.gif) no-repeat 0px center;
}

li.tippspiele {
	background: url(../images/icon_tippspiele.gif) no-repeat 0px center;
}

li.atelierline {
	background: url(../images/icon_atelierline.gif) no-repeat 0px center;
}

li.witzatelier {
	background: url(../images/icon_witzatelier.gif) no-repeat 0px center;
}

/* @end */

.col {
	width: 430px;
}


.left {
	float: left;
}

.right {
	float: right;
}

#footer {
	text-align: center;
	margin: 10px;
	font-size: 11px;
	color: #fff;
}

#footer a {
	color: #595959;
}

/* Bugfix */
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.clear { display: inline-block; }
* html .clear { height: 1%; }
.clear { display: block; }

