/* CSS fuer textloft*/

*{
	margin:0;
	padding:0;
 }

body  {
	background : #ffffff;
	font-family : Trebuchet MS,Verdana,arial,sans-serif;
	font-size : 0.9em;
	color : #808080;
         }

#seite  {
	margin : 50 50 50 150;
	width : 270mm;
	}


/* Definitionen fuer die Bestandteile*/


#kopf  {
	height : 100px;
	margin-left : 3mm;
	background-color : #ffffff;
	margin-top : 5%;
	margin-bottom : 1%;
	text-align : left;
}


/* Definitionen fuer die  Link-Zustaende*/
a:link, a:visited  {
	text-decoration : none;
	color : #FFFFFF;
}

a:active  {
	text-transform : uppercase;
	color : #000000;
}

a:hover  {
	text-transform : uppercase;
	color : #FFFFFF;
}

/* Generell*/
#links  {
	float : left;
	width : 55mm;
	background-color : #a3a3a3;
	color : #bebebe;
	height : 40em;
	margin-right : 15mm;
	text-align : left;
}

/* Speziell*/
ul#Navigation  {
	float : left;
	margin-left : 0.5em;
	color : #d9d9d9;

}

/* Hier definieren wir den einzelnen Listeneintrag*/
ul#Navigation li  {
	border-color : #808080;
	float : none;
	margin-left : 0.5em;
	margin-top : 2mm;
	margin-bottom : 2mm;
	list-style-type : none;
}

/* Die mittlere Spalte*/
#mitte a:link, div#mitte a:hover, div#mitte a:active, div#mitte a:visited  {
	color : #000000;
}

#mitte  {
	float : left;
	width : 115mm;
	margin-right : 10mm;
	text-align : left;
}

/* Die rechte Spalte*/
#rechts a:link, div#rechts a:hover, div#rechts a:active, div#rechts a:visited  {
	color : #000000;
}

#rechts  {
	float : left;
	width : 65mm;
	text-align : left;
         }

.padding  {
	padding : 1em;
}
