/*
Dunkelgrün Wolleball: rgb(2,123,0)
Hellgrün Wolleball: rgb(190,254,140)
Hellgelb: rgb(250,250,215)
*/


p{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	line-height : 12pt;
	margin-bottom : 12pt;
	margin-top : 0;
}
/*Abstand zwischen den einzelnen Navigationspunkten durch <p>-Tags*/
.naviabstand{
	line-height : 0px;
	font-size : 0px;
	margin-bottom : 6 px;
}


/*Fliesstext*/
.fliess{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
}

/*Kleinerer Text*/
.klein{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	margin-bottom : 0px;
}

/* Nicht Unterstrichen*/
.nounder{
	text-decoration : none;
}

/* Unterstrichen*/
.underl{
	text-decoration : underline;
}

/* Kein Abstand*/
.noabst{
	margin-bottom : 0pt;
}

/* Fett*/
.fett{
	font-weight : bold;
}

/*Farbe: Wolleballgrün*/
.wbgruen{
	color : #027B00;
}

/*Farbe: Rot*/
.red{
	color: #FF0000
}

/*Farbe: WolleballBlau*/
.blue{
	color: #306898
}

/*Farbe: WolleballGelb*/
.wbyellow{
	background-color: #FFFFCC;
}

/*Farbe: WolleballGelbLight*/
.wbyellowlight{
	background-color: rgb(255,250,215);
}


body{
	background-color : #ffffff;
	background-image:url(../bilder/bg_gelb_190.gif);
	backround-repeat: repeat-y;
	margin-left : 0px;	
	margin-top : 0px;
	padding : 0px;

}

/*Navigationslinks*/
a.navi{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration : none;
}

/*Link unbesucht*/
a:link{
	color : #027B00;
}

/*Link besucht*/
a:visited{
	color : #4a4a4a;
}

/*Link bemi drüberfahren*/
a:hover{
	color : Black;
}

/*Überschrift höchsten Grades*/
h1{
	font-family : Comic Sans MS, "Times New Roman", Times, serif;
	font-size : 14pt;
	font-style : normal;
	font-weight : normal;
	color:#000000;
	line-height : 18pt;
/*	color : #027B00;*/
	margin-bottom : 14pt;
	margin-top : 11pt;
}

/*Überschrift zweithöchsten Grades*/
h2{
	font-family : Comic Sans MS, "Times New Roman", Times, serif;
	font-size : 13pt;
	font-style : normal;
	font-weight : normal;
	color : #027B00;
	margin-bottom : 12pt;
	margin-top : 11pt;
}

/*Überschrift dritthöchsten Grades*/
h3{
	font-family: Arial,Helvetica;
	font-size: 14pt;
	font-weight:300;
}

/* Aufzählungen*/
ul{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	list-style-type : square;
	margin-left : 20px;
}

/*Nummerierungen*/
ol{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	margin-left : 30px;
}
li{
	margin-bottom : 10px;
}

li.nomargin{
	margin-bottom : 0px;
}

td.borderleft{
	border-left-width: 2px;
	border-left-style: solid;
	border-color: rgb(190,254,140);
	background-color: rgb(255,250,215);
}

td.borderright{
	border-right-width: 2px;
	border-right-style: solid;
	border-color: rgb(190,254,140);
	background-color: rgb(255,250,215);
}

td.bordertop{
	border-top-width: 2px;
	border-top-style: solid;
	border-color: rgb(190,254,140);
	background-color: rgb(255,250,215);
}

td.borderbottom{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-color: rgb(190,254,140);
	background-color: rgb(255,250,215);
}

td.shadowtop{
	background-image : url(../bilder/shadow_top.gif);
}

td.shadowright{
	background-image:url(../bilder/shadow_left.gif);
}
