/***********************************
Kunde: gantertdesign/mundart grooves
Datum: Dezember 2009
programmiert: dietypen
***********************************/

* { padding: 0; margin: 0; }

html, body {
	height: 100%;
}

body { 
	background: #00a8e6; 
	text-align: center; /* horizontal centering for IE Win quirks */
}

img { border: 0; }

/* #########################################
vertikal und horizontal zentriert
############################################*/

#distance { 
	width: 1px;
	height: 50%;
	background: #fff;
	margin-bottom: -300px; /* hälfte der wrapper höhe */
	float: left;
	background: #00a8e6; 
}

#wrapper { 
	margin: 0 auto;
	position: relative; /* distance vor wrapper */
	text-align: left;
	height: 600px;
	width: 1005px;
	clear: left;
}

#header {
	width: 1000px;
	height: 130px;
	background: url(../grafiken/higru_header.gif) no-repeat;
}

#links {
	float: left;
	width: 569px;
	height: 445px;
	background: #00a8e6 url(../grafiken/higru_li.jpg) no-repeat;
}

#rechts { 
	background: #00a8e6 url(../grafiken/higru_re.gif) no-repeat;
	float: left; 
	width: 431px; 
	height: 445px; 
}

#musi { width: 194px; padding: 250px 0 0 220px; } 

#namen { padding: 87px 0 0 0; }

#footer {
	clear: both;
	width: 1000px;
	height: 25px;
}

a:link { }
a:visited { }
a:hover { }
a:active { }




