/* 
Grün: #b9de33 
Mittleres Grün (Links): ##b0C933
Dunkelgrau: #404040
Hellgrau: #868686
*/


* {
	margin: 0;
	padding: 0;
}

/*-------------------------  
  BODY & TEXTFORMATE
-------------------------*/

body {
	background-color: #fff;
	/*font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Futura, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #404040;
}
h1, h2 {
	font-size: 16px;
	color: #404040;
	line-height: normal;
	margin-bottom: 16px;
}

h3 {
	font-size: 14px;
	color: #404040;
	line-height: normal;
	margin-bottom: 12px;
}
h4 {
	font-size: 13px;
	color: #404040;
	margin-bottom: 3px;
}

#content a {
	color: #404040;
	text-decoration: underline;
}
#content ul {
	margin-left: 7px;
	padding-left: 7px;
}
#content li {
	list-style-type: disc;
}
.links p {
	line-height: 22px;
}
.green {
	color: #404040;
	font-weight: bold;
	white-space: nowrap;
}


/* boxes */
.left {
	display: block;
	float: left;
	width: 190px;
	height: auto;
	margin-right: 15px;
	margin-bottom: 13px;
}
.right {
	display: block;
	float: right;
	width: 190px;
	text-align: right;
}
.zoom {
	margin-top: 4px;
}
.right a {
	margin-bottom: 13px;
}
.clearAll {
	clear: both;
}



/*-------------------------  
  SET
-------------------------*/

#set {
	background-color: #fff;
}

#logoprint {
	display: block;
	float: left;
	width: 196px;
	height: 65px;
	margin-right: 100px;
}
#addressprint {
	display: block;
	float: left;
	margin-top: 40px;
}
#addressprint p {
	font-size: 12px;
	color: #868686;
	line-height: normal;
}

#content {
	clear: both;
	padding-top: 60px;
	}

/* footer */
#footer {
	font-size: 10px;
	color: #868686;
	margin-top: 60px;
}

/* nicht anzeigen */
#navi, #mirandaweb, #logo, #address, #footer {
	display: none;
}

	