/* CSS Document */

#wrapper {
    width: 850px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#weißraum {
     background-color:#ffffff;
	 width: 800px;
	 height: 500px;
	 margin-top: 80px;
	 padding: 40px 0px 40px 40px;
}

.maedellinks {
     float:left;
	 width: 200px;
	 font-size:16px;
	 line-height: 50px;
	 	 }

#left {
     float:left;
	 width: 550px;
	 }
	 
#left2 {
     width: 800px;
	 text-align:center;
	 }
	  
#right {
	float:right;
	width: 280px;
	font-size:16px;
	padding-left: 10px;
	 }

#right h1 {
     font-size: 22px;
	 }
	 	 
.spacer {
     clear:both;
	 height:50px;
 }

.zurueck {
	float:left;
	width: 325px;
	text-align: right;	 
	 }
	 
.uebersicht {
     float:left;
	 width: 200px;
	 padding-top: 15px;
	 text-align:center;
	 }
	 
.uebersicht a {
	font-size: 20px;
	text-decoration: underline;
	color: #000000;
	 }
	 
.vor {
     float:right;
	 width: 325px;
	 text-align: left;
	 }

.rosa {
	color: #f506f7;
	padding: 10px 0px 10px 35px;
	background-image: url(herz.gif);
	background-repeat: no-repeat;
	
	 }
	 

.blau {
     color: #04a9fb;
	 padding: 10px 0px 10px 35px;
	 background-image: url(herz.gif);
	 background-repeat: no-repeat;
	 
	 }
	 
.gruen {
     color: #4bae1d;
	  padding: 10px 0px 10px 35px;
	 background-image: url(herz.gif);
	 background-repeat: no-repeat;
	 
	 }
	 
.lila {
     color: #870281;
	  padding: 10px 0px 10px 35px;
	 background-image: url(herz.gif);
	 background-repeat: no-repeat;
	 
	 }

