#wrapper	{
	background: #DDD;
	margin: 0 auto;
	padding: 0;
	width: 100%;	
	height: 100%;	 
	}

/*  Farben  */

.farbe    		{ color: #339 }
.farbehell	    { color: #AEC0E3 }
.farbehellhell  { color: #DDFFFF }
.farbe2   		{ color: #C36 }
.farbe2hell     { color: #E599B2 }
.farbe2hellhell { color: #F5D6E0 }

.grau          	{ color: #666 }
.grauhell      	{ color: #DDD }
.schwarz       	{ color: #000 }
.weiss      	{ color: #fff }

.bgfarbe    		{ background-color: #339 }
.bgfarbehell		{ background-color: #AEC0E3 }
.bgfarbehellhell   	{ background-color: #DDFFFF }
.bgfarbe2   		{ background-color: #C36 }
.bgfarbe2hell     	{ background-color: #E599B2 }
.bgfarbe2hellhell 	{ background-color: #F5D6E0 }

.bggrau        	{ background-color: #666 }
.bggrauhell    	{ background-color: #DDD }
.bgschwarz     	{ background-color: #000 }
.bgweiss      	{ background-color: #fff }


/*  Abst 0nde  */

.abstand0	{ margin-top: 0px }
.abstand1   { margin-top:  3px }
.abstand2   { margin-top:  8px }
.abstand3   { margin-top: 16px }
.abstand    { margin: 5px }

.einzugrechts  { padding-right: 180px }
.einzugrechts- { padding-right:  90px }

sup  { font-size: 72%; vertical-align: super }
sub  { font-size: 72% }


body,ol,ul,li,p,td,h1,h2,h3,h4,h5,h6 { font-family: "Trebuchet MS", Arial, Helvetica, Swiss, "SunSans-Regular", Verdana;  margin: 0px }
ol,ul,li,p,td,h3,h4,h5,h6            { color: #000; font-size: 12px; }
body,p,td                            { font-size: 12px; }

h1  { color: #339; font-weight: normal; font-size: 20px;  margin:0px; letter-spacing: 1px }
h2  { color: #666; font-weight: bold;   font-size: 14px;  margin:0px; letter-spacing: 1px }
h3  { color: #000;  font-weight: bold;  font-size: 12px;  margin:0px }
h5  { color: #000;  font-weight: normal;  font-size: 11px;  margin:0px }

ul            { margin-left: 1.4em; padding-left: 0px; list-style-type: disc; margin-top: 0px; margin-bottom: 0px }
ol            { margin-left: 1.4em; padding-left: 0px; margin-top: 0px; margin-bottom: 0px }
li            { margin-top: 0px; margin-bottom: 0px }

.legende      { color: #339; font-weight: bold;   font-size: 11px; margin: 5px }
.legendetitel { color: #339; font-weight: bold;   font-size: 11px; margin: 0px }
.legendetext  { color: #000;    font-weight: normal; font-size: 11px; margin-top: 5px }








 

/*  Links allgemein   */

a:link    { color: #339 }
a:visited { color: #339 }
a:hover   { color: #C63 }
a:active  { color: #339 }

a.ohne    { text-decoration: none }

/*  Navigation Links */
a.nav1          { color: #339; font-size: 12px; font-family: Verdana, Arial, Helvetica, Swiss, SunSans-Regular; font-weight: bold; text-decoration: none; background-color: #DDFFFF; text-align: left; display: block; padding: 3px 0 3px 3px; width: 130px; border-top: 1px solid #AEC0E3 }
a.nav1:link    { color: #339 }
a.nav1:visited { color: #339 }
a.nav1:hover   { color: #C36; background-color: #F5D6E0; border-top: 1px solid #E599B2 }
a.nav1:active  { color: #339 }

.nav1abstand   { display: block; height: 3px; background-color: #DDFFFF }

a.nav1u         { color: #339; font-size: 12px; font-family: Verdana, Arial, Helvetica, Swiss, SunSans-Regular; font-weight: normal; text-decoration: none; background-color: #DDFFFF; text-align: left; padding: 0 0 0 3px; display: block; width: 120px }
a.nav1u:link    { color: #339 }
a.nav1u:visited { color: #339 }
a.nav1u:hover   { color: #C36; background-color: #F5D6E0 }
a.nav1u:active  { color: #339 }


a.navfuss         { color: #339; font-size: 12px; font-family: Verdana, Arial, Helvetica, Swiss, SunSans-Regular; font-weight: normal; text-decoration: none }
a.navfuss:link    { color: #339 }
a.navfuss:visited { color: #339 }
a.navfuss:hover   { color: #C36; background-color: #F5D6E0 }
a.navfuss:active  { color: #339 }

.navfussabstand { padding-top: 2px; border-top: 1px solid #AEC0E3 }



/*  Unter-Navigation Links  */

/*  a.nav1u         { color: #C36; font-size: 12px; font-family: Verdana, Arial, Helvetica, Swiss, SunSans-Regular; font-weight: normal; text-decoration: none; background-color: #ffccb2; margin-top: 3px; padding: 1px 0 1px 3px; border-top: 1px solid #C36; border-bottom: 2px solid #ffccb2 }  */
/*  a.nav1u:link    { color: #C36 }  */
/*  a.nav1u:visited { color: #C36 }  */
/*  a.nav1u:hover   { color: #DDFFFF }  */
/*  a.nav1u:active  { color: #C36  }  */



/*  Allgemeines   */

body  { background: #fff }
form  {margin: 0px }

input { font-size: 12px; font-weight: bold; color: #339; font-family: Arial, Helvetica, Swiss, "SunSans-Regular" }