/*	Dies sind die CSS fuer die gesamte Site!	*/
BODY {
	background-color : #FFFFFF;
	background : #FFFFFF;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin : 0px 0px 0px 0px;
}
A:LINK {
	color : #CC6633;
	text-decoration : underline;
}
A:HOVER {
	color : #CC6633;
	text-decoration : underline;
}
A:VISITED {
	color : #006666;
	text-decoration : underline;
}
P,UL,LI {
	text-align : justify;
	font-family : Arial, Verdana, Helvetica;
	font-size: 10pt;
	color: #006666;
}
H1,H2,H3,H4 {
	font-family : Arial, Verdana, Helvetica;
	color: #006666;
}
.links {
	margin-top : 5px;
	margin-bottom : 5px;
}
.navig {
	font-family : Arial, Verdana, Helvetica;
	font-size : 8pt;
	color : #006666;
}
.menu {
	font-family : Arial, Verdana, Helvetica;
	font-size : 12pt;
	color : #006666;
	text-align : center;
}
.text {
	font-family : Arial, Verdana, Helvetica;
	font-size : 10pt;
	color : #006666;
	text-decoration : none;
	text-align : justify;
	margin: 10px 10px 10px 10px;
}
.teaser {
	font-family : Arial, Verdana, Helvetica;
	font-size : 10pt;
	color : #006666;
}
.jiggle {
	background : url(inhalt/willkommen/bilder/jiggle.gif) #FFFFFF no-repeat;
	background-image : url(inhalt/willkommen/bilder/jiggle.gif);
	background-repeat : no-repeat;
}
.oval {
	background : url(inhalt/willkommen/bilder/oval_gruen.gif) #FFFFFF no-repeat;
	background-image : url(inhalt/willkommen/bilder/oval_gruen.gif);
	background-repeat : no-repeat;
}
.kreis {
	background : url(inhalt/willkommen/bilder/kreis_gelb.gif) #FFFFFF no-repeat;
	background-image : url(inhalt/willkommen/bilder/kreis_gelb.gif);
	background-repeat : no-repeat;
}
.inside {
	vertical-align : top;
	border-style : solid;
	border-width : thin;
	margin: 10px 10px 10px 10px;
}


