@charset "utf-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
}

/* Seite: Hintergrund-Farbe und -Bild hier angeben */
body { 
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	color:#000000;
	background-color:#f3f3f3;
	/* background:url(body_bg.jpg) center;*/
}

/* eigene Stile */
.gruen { font-family:Arial,Helvetica,Verdana,sans-serif; font-size:13px; color:#006666; line-heigt:15px; }
.gruen b { font-family:Arial,Helvetica,Verdana,sans-serif; font-size:13px; color:#006666; font-weight:bold; line-heigt:15px; }
.gruen a:link { color:#006666; text-decoration:underline; }
.gruen a:visited { color:#006666; text-decoration:underline; }
.gruen a:active { color:#006666; text-decoration:none; font-weight:normal; }
.gruen a:hover { color:#333333; text-decoration:none; background-color:#dddddd; }


/* Schriftart für alle Texte hier angeben */
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,Helvetica,Verdana,sans-serif; }

/* Überschriften */
h1 { font-size:17px; color:#006666; font-weight:bold; }
h2 { font-size:15px; color:#006666; font-weight:bold; }
h3 { font-size:13px; color:#006666; font-weight:bold; }
h4 { font-size:13px; color:#333333; font-weight:bold; }

/* normaler Text */
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:13px; color:#333333;  line-heigt:15px; }

/* Aufzählungen */
ul { list-style-image:square; }
ol { list-style-type:decimal; }

/* Einstellungen für Textlinks */
a:link { color:#333333; text-decoration:underline; }
a:visited { color:#333333; text-decoration:underline; }
a:active { color:#006666; text-decoration:none; font-weight:bold; }
a:hover { color:#333333; text-decoration:none; background-color:#dddddd; }

