html, body
{
	font-family:arial;
	font-size:0.9em;
	color:#fe0000;
}
.bgfarbelink:link {
	color:#ffffff;
}
.bgfarbelink:visited {
	color:#ffffff;
}
.bgfarbelink:hover {
	color:#ffffff;
	background-color:#008b45;
}
.bgfarbelink:active {
	color:#ffffff;
	background-color:#008b45;
}
.txtfarbelink:link {
	color:#008b45;
}
.txtfarbelink:visited {
	color:#008b45;
}
.txtfarbelink:hover {
	color:#ffffff;
	background-color:#008b45;
}
.txtfarbelink:active {
	color:#ffffff;
	background-color:#008b45;
}
.seitenthema {
	color:#ffffff;
	background-color:#fe0000;
	font-size:0.8em;
	font-weight:bold;
	width:600px;
	height:1em;
	padding:5px;
	margin-bottom:10px;
}
.inhaltbg a:link {
	color:#008b45;
}
.inhaltbg a:visited {
	color:#008b45;
}
.inhaltbg a:hover {
	color:#ffffff;
	background-color:#008b45;
}
.inhaltbg a:active {
	color:#ffffff;
	background-color:#008b45;
}
.seitenthema a:link {
	color:#ffffff;
}
.seitenthema a:visited {
	color:#ffffff;
}
.seitenthema a:hover {
	color:#ffffff;
	background-color:#008b45;
}
.seitenthema a:active {
	color:#ffffff;
	background-color:#008b45;
}

.ferienhauslogo {
	position:absolute;
	top:5px;
	left:816px;
}
.langlogo {
	position:absolute;
	top:5px;
	left:795px;
}
.caritaslogo {
	position:absolute;
	top:55px;
	left:50px;
}
.kopfpic {
	position:absolute;
	top:45px;
	left:135px;
	font-size:28px;
	color:#008b45;
	text-align:center;
	padding:10px;
}
.navitop {
	position:absolute;
	top:0px;
	left:0px;
	width:791px;
	height:35px;
	background-color:#fe0000;
	border:0;
	border-collapse:collapse;
}
.navitoplink {
	position:relative;
	height:12px;
	width:80px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
	overflow:hidden;
}
.navibg {
	position:absolute;
	top:140px;
	left:30px;
	width:115px;
	height:400px;
	min-height:101%;
	background-color:#dfdfdf;
}

.navibutton {
	position:relative;
	top:20px;
	left:-10px;
	margin-top:10px;
	width:100px;
	height:16px;
	text-align:left;
	vertical-align:middle;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	border:1px solid #838b8b;
	background-color:#fe0000;
	padding-left:10px;
}
.naviunter {
	position:relative;
	top:24px;
	left:0px;
	width:100px;
	height:14px;
	text-align:left;
	vertical-align:middle;
	font-size:11px;
	font-weight:bold;
	color:#008b45;
	padding-left:5px;
}
.angebotebg {
	position:absolute;
	top:140px;
	left:800px;
	width:115px;
	height:400px;
	min-height:101%;
	background-color:#dfdfdf;
}

.angebotetitel {
	position:relative;
	top:20px;
	left:0px;
	margin-top:10px;
	width:100px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#008b45;
	padding-left:5px;
	padding-bottom:5px;
}

.angeboteunter {
	font-weight:normal;
	font-size:11px;
	color:#008b45;
	padding-left:8px;
}

.angebotetitel a:link {
	color:#008b45;
}
.angebotetitel a:visited {
	color:#008b45;
} 
.angebotetitel a:hover {
	color:#ffffff;
	background-color:#008b45;
}
.angebotetitel a:active {
	color:#ffffff;
	background-color:#008b45;
}

.inhaltbg {
	position:absolute;
	top:135px;
	left:160px;
	width:600px;
	height:385px;
	min-height:100%;
	padding:10px;
	color:#444444;
	background-color:#ffffc3;
}
.inhaltthema {
    font-weight:bold;
    font-size:1.2em;
	text-align:left;
	padding:5px;
}
.inhaltbg p {
	text-align:left;
	padding:5px;
}

.inhaltbg table {
	border:1px dotted #828282;
	margin:10px;
	padding:10px;
	border-collapse:collapse;
	text-align:center;
}
.inhaltbg td {
	border:none;
	margin:10px;
	padding:10px;
	border-collapse:collapse;
	text-align:center;
}
/*
FORMATION CSS:
Heavily borrowed from:
http://silice.de/csstest/formtest.html
*/

form.formation *
{	margin:0;
	padding:0;
}

form.formation fieldset
{	border:1px solid #CCC;
	margin:2em;
	padding:1em;
	width:25em;
}

form.formation  p.radio,
form.formation p.checkbox
{}

/* really bad IE hack \*/
* html form.formation fieldset { width:29em; }
* html form.formation fieldset legend { margin-bottom:1em; }
/* IE hack */

form.formation label
{	width:8em;
	float:left;
	margin:0 0 0.3em 0;
}

form.formation input,
form.formation select,
form.formation textarea
{	font-weight:normal;
	float:left;
	margin:0 0 0.3em 0;
}

form.formation fieldset br
{	clear:left;
}

form.formation input.text,
form.formation input.password
{	width:20em;
	border:1px solid #CCC;
	padding:0.1em;
}

form.formation select
{	width:20.3em;
	border:1px solid #CCC;
}

form.formation textarea
{	width:20em;
	border:1px solid #CCC;
	padding:0.1em;
}

form.formation input.checkbox
{	margin-left:8em;
}

form.formation label.checkbox
{	font-weight:normal;
	margin-left:1em;
}
form.formation input.radio
{	margin-left:8em;
}

form.formation label.radio
{	font-weight:normal;
	margin-left:1em;
}
form.formation input.button
{	width:20.3em;
	border:1px solid #CCC;
	background-color:#fe0000;
	color:#fff;
	margin-top:2em;
}

form.formation input.button:hover
{	border:1px solid black;
}

form.formation p.FORMATIONerror
{	border:1px solid #CC6666;
	color:#000000;
	background-color:#FFCCCC;
	padding:5px;
	margin:0 20px 20px 20px;
	text-align:center;
}

form.formation p.FORMATIONsuccess
{	border:1px solid #76CB66;
	color:#000000;
	background-color:#D3FECB;
	padding:5px;
	margin:0 20px 20px 20px;
	text-align:center;
}
form.formation strong
{	background:none;
}
#hassoGallery {
	margin-left: 15px;
	padding: 0;
	font-size: medium ;
	
	
}

#hassoNav {
	text-align:left;
	margin-left: 0.5em;
	font-size: 15px;
	font-weight:bold;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 10px;
}

#hassoThumbs {
	float: left;
	padding: 0;
	width: 570px;
	margin: 0px;
	border:1px dashed  #bfbfbf;
	font: bold 14px verdana ,  sans-serif;
	background-color: #e5e5e5;
	text-align: center;
	
}

#hassoThumbs .hassoThumb {
	float: left;
	margin: 10px 5px 10px 5px;
	border:0;
	height: 120px;
	width: 110px;
	font-size:9px;
	text-align: center;
	vertical-align:middle;
	
}

#hassoThumbs .hassoThumb a {
	border:0;
	
}

#hassoThumbs .hassoThumb a img {
	border:0;
	
}


#hassoPic {
	text-align:center;
	padding: 5px;
	width: 570px;
	margin: 0px;
	border:1px dashed  #bfbfbf;
	font: bold 14px verdana ,  sans-serif;
	background-color: #e5e5e5;
}


#hassoPic .hassoTitle {
	font-style:oblique;
	text-align:left;
	
}

#hassoPic .hassoDescription {
	text-align:left;	
}

#hassoPic img {
	border: 0px;
	margin: 0px;
}


#hassoPrevNextNav {
	display: block;
	font-size: small ;
	width: 570px;
	margin:0;
	padding: 0;

}


#hassoPrevNextNav #hassoPrevPic{
	float: left;
	
}


#hassoPrevNextNav #hassoNextPic{
	float: right;
}

#hassoPrevNextNav #hassoPrevPic a {
	text-align:left;
}


#hassoPrevNextNav #hassoNextPic a {
	text-align:right;
		
}
