/* CSS Document */







html, body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old http://www.schloss-tarasp.ch.gic-web-bsd-024.genotec.ch/typo3/tce_db.php?vC=3cf7202fd7&cacheCmd=allversions of IE */
	width:100%;
	height: 		101%;
	background: #e8e7df;
	min-width:600px;		/* Minimum width of layout - remove line if not required *//* The min-width property does not work in old versions of Internet Explorer */



		}
#wrapper {
	text-align:		center;
	width: 			950px !important;
	width:			952px;
	height:		        710px;
	height:			auto !important;
	margin:			25px auto 25px auto;
	position:		relative;
	top:			0px;
	left: 			0px;
}
#titel h3 {
	color: #c60219;
	padding: 0px;
	margin: 0px;
	letter-spacing:0.15em;
	font-size:170%;
}
#header {
	clear:both;
	float:left;
	width:950px;
	height: 216px;
	border-top: #FFFFFF solid 2px;
	border-left: #FFFFFF solid 2px;
	border-right: #FFFFFF solid 2px;
	background-image:url(../../headerbilder/herbst_mit_birke.jpg);
}
#logo {
	position: absolute;
	top: 87px;
	left: 45px;
	width: 103px;
	height:163px;
	/*background-image:url(../img/logo.png);*/



	padding: 0px;
	margin: 0px;
}
#titel {
	position: absolute;
	top: 250px;
	left: 237px;
	height:46px;
	z-index:2;
}
#hilfsnavigation {
	position:absolute;
	top: 239px;
	left: 732px;
	height:36px;
	color:#FF0000;
}

#sprachnavigation {
	margin: 0 0  0 50px;
	height:36px;
	color:#FF0000;
	}
/* 'widths' sub menu */



	#layoutdims {
	clear:both;
	background:#ffffff;
	margin:0;
	padding:0px !important;
	text-align:right;
	height:40px;
	width:100%;
	border-top: #FFFFFF solid 5px;
	border-left: #FFFFFF solid 2px;
	border-right: #FFFFFF solid 2px;
}
/* column container */



	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	border-left: #FFFFFF solid 2px;
	border-right: #FFFFFF solid 2px;
}
/* common column settings */



	.colright,  .colmid,  .colleft {
	float:left;
	width:100%;			/* width of page */
	min-height:		330px;
	height:		auto !important;
	height:			330px;
	position:relative;
	text-align:left;
	padding-top: 20px;
}
.col1,  .col2,  .col3 {
	float:left;
	position:relative;
	padding:0 0 0 0;	/* no left and right padding on columns, we just make them narrower instead 



						only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */



	.threecol {
	background:#ffffff;		/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:48%;			/* width of the middle column */
	background:#ffffff;	/* left column background colour */
}
.threecol .col1 {
	width:68%;			/* width of center column content (column width minus padding on either side) Vorher 71% */
	left:98%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:6%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding)War 3% */
}
.threecol .col3 {
	visibility:hidden;
	width:18%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:



						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */



	#footer {
	clear:both;
	float:left;
	width:100%;
	background: #ffffff;
	border-left: #FFFFFF solid 2px;
	border-right: #FFFFFF solid 2px;
}
#footer p {
	padding-top :80px;
	padding-bottom: 20px;
	margin:0;
	color:#999999;
	font-size: 90%;
}
#footer a, #footer a:hover {
	text-decoration: none;
}

