/*
Dunkelgrau: #282821
Hellgrau (Hintergrund): #EAEAE4
*/

*{
margin = 0;
padding = 0;
}


/*
==========================
*** BODY & TEXTFORMATE ***
==========================
*/

body{
	background-color: #EAEAE4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65.8%;
	color: #282821;
}
p{
	font-size: 1.2em;
	line-height: 1.6em;
}
a{
	color: #282821;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
	


/*
===========
*** SET ***
===========
*/

#set{
	position: relative;
	margin-top: 3%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 600px;
	height: auto;
	overflow: visible;
	z-index: 0;
}
#set img{
	float: right;
}
#address{
	position: relative;
	margin-left: 458px;
	margin-bottom: 8em;
	z-index: 1;
}
#text{
	display: block;
	float: left;
	margin-top: -2em;
	width: 370px;
}
#text p{
	font-size: 1.4em;
}
#text .big{
	font-size: 2.4em;
	padding-top: 0.65em;
}

/* ie6 */
*html #text{
	margin-top: -0.8em;
}
*html #text .big{
	padding-top: 1em;
}

	
	

