 BODY {
	margin : 0px;
	margin-bottom: 40px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000;
	background : #288E07;
}

#top {
	background-image : url(images/01bgr.gif);
	width : 100%;
	height : 197px;
}
#linx {
	width : 100%;
	height : 34px;
	background : url(images/02bgr.gif);
	position: absolute;
	top: 197px;
	left: 0;
}
#galerie {
	width : 100%;
	height : 204px;
	background : #F02A03 url(images/03bgr.gif);
	position: absolute;
	top: 231px;
	left: 0;
}
body.galerie {
	background : #F02A03 url(images/03bgr.gif);
}
.linxBottom {
	width : 100%;
	height : 19px;
	background : url(images/05bgr.gif);
	position: absolute;
	top: 435px;
	left: 0;
}

#bottom{
	width : 100%;
	background : url(images/04bgr.gif) repeat-x;
	position: absolute;
	top: 454px;
	left: 0;
}
#bottomText{
	width : 100%;
	position: absolute;
	top: -1px;
	left: 0px;
}
.textBody {
	text-align : justify;
	font-size : 9pt;
	padding-left : 65px;
	padding-top : 17px;
	width : 700px;
	padding-bottom : 20px;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin-top : 10px;
	font-size : 16pt;
	text-align : left;
	margin-bottom: 0;
	color: #F32500;
}

OL {
	margin-left : 25px;
	margin-bottom : 0px;
	margin-top : 0px;
}
UL {
	margin-left : 20px;
	margin-bottom : 0px;
	margin-top : 0px;
	list-style-type : square;
}

A {
	color: #F32500;
}
A : hover {
	color : #33A2F1;
}
A : visited {
	color : #3BADE2;
}
