html, body {
	background-color: #EEEEF2;
	height: 100%;
	text-align: left;
	margin: 0px;
}

#container {
	width: 950px;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	background-color: #FFFFFF;
	margin: 0;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat;
	position: relative;
}

#banner {
	background-image: url(images/banner_orange.gif);
	background-repeat: no-repeat;
	height: 175px;
}

#banner_yellow {
	background-image: url(images/banner_yellow.gif);
	background-repeat: no-repeat;
	height: 175px;
}

#banner_blue {
	background-image: url(images/banner_blue.gif);
	background-repeat: no-repeat;
	height: 175px;
}

#banner_green {
	background-image: url(images/banner_green.gif);
	background-repeat: no-repeat;
	height: 175px;
}

#banner_lila {
	background-image: url(images/banner_lila.gif);
	background-repeat: no-repeat;
	height: 175px;
}

#adress {
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 210px;
	padding-top: 86px;
}

#adress a {
	color: #000000;
	text-decoration: none;	
}

#adress a:hover {
	text-decoration: underline;	
}


#pfote {
	position: absolute;
	bottom: 40px;
	left: 22px;
}

#navi {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 180px;
	position: absolute;
	left: 8px;
	top: 175px;
}

#gallery {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
	height: 124px;
}

#container #navi ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

#container #navi li {
	margin: 0px;
	border-bottom: 1px solid #FFFFFF;
	padding: 0px 0px 0px 15px;
}

*html #container #navi li {
	padding-left: 0px;
}

#container #navi li a {
	color: #515151;
	text-decoration: none;
	display: block;
	height: 20px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	/* border-bottom: 1px solid #FFFFFF; */
	padding-top: 5px;
	padding-left: 0px;
}

#container #navi li a:hover {
	color: #000000;
}

#container #content {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #515151;
	padding-left: 210px;
	padding-right: 15px;
	/* position: relative; */
}

#content a {
	font-weight: bold;
	color: #515151;
	text-decoration: none;	
}

#content a:hover {
	font-weight: bold;
	color: #515151;
	text-decoration: underline;	
}

#content h1 {
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 26px;
	padding-top: 3px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 3px;
}

#maintext {
	margin-top: 20px;
	padding-left: 10px;
}

#content #maintext a {
	color: #515151;
	text-decoration: none;
	font-weight: normal;
}

#content #maintext a:hover {
	font-weight: normal;
	color: #F58E21;
}

#maintext ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(images/arrow_orange.gif);
}

#maintext li {
	margin-bottom: 6px;
	padding: 0px;
}


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F58E20;
	width: 950px;
	position: absolute;
	bottom: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	text-align: left;
	padding: 17px 0px 0px;
	background-image: url(images/bg_footer.gif);
	height: 15px;
	clear: both;
	margin: 0 auto;
}

#footer a {
	color: #000000;
	text-decoration: none;	
}

#footer a:hover {
	text-decoration: underline;	
}


/* **** LINK Colors **** */
.bgyellow {
	background-image: url(images/bg_yellow.gif);
	background-repeat: no-repeat;
}
.bgblue {
	background-image: url(images/bg_blue.gif);
	background-repeat: no-repeat;
}
.bglila {
	background-image: url(images/bg_lila.gif);
	background-repeat: no-repeat;
}
.bggreen {
	background-image: url(images/bg_green.gif);
	background-repeat: no-repeat;
}
.bgorange {
	background-image: url(images/bg_orange.gif);
	background-repeat: no-repeat;
}

.orange {
	color: #F58E21;
}

.blue {
	color: #37a0de;
}

.lila {
	color: #aa558e;
}

.green {
	color: #3f9d3a;
}

.box {
	padding: 5px;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}

.boxleft {
	padding: 5px;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	float: left;
	margin-right: 20px;
}

.boxleft2 {
	padding: 5px;
	border: 1px solid #cccccc;
	margin-right: 20px;
	float: left;
	margin-bottom: 0px;
}

.box2 {
	padding: 5px;
	border: 1px solid #cccccc;
}

.textsm {
	font-size: 11px;
	line-height: 13px;
}

.clear {
	clear: left;
	margin: 0px;
}

p.clear {
	margin: 0px;
}


