@charset "utf-8";
/* CSS Document vorher wars charset "iso-8859-1" */

	/*  */
	/* General styles */

 @media screen{ 
 	
	body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(Bilder/back.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-color:#FFF;
	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 */
		font-size:90%;

	}
	a {
		color:#369;
	}
	a:hover {
		text-decoration:none;
	}

	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CA5D37;
  	text-align: right;
	margin: 2em 0 2em 0;
	padding:0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CA5D37;
	margin: .8em 0 .5em 0;
	padding:0;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CA5D37;
	margin: .8em 0 .5em 0;
	padding:0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #001E1C;
	margin: 0 0 0 0; 
	padding:0;
}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
    	font-style: normal;
	    line-height: 16px;
	    font-weight: normal;
	    font-variant: normal;
	    color: #001E1C;
	}
	
	.standardtext {
		margin:.4em 0 .8em 0;
		padding:0;
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
    	font-style: normal;
	    font-weight: normal;
	    font-variant: normal;
	    line-height: 16px;
	    color: #001E1C;
	}
	
	img {
		/* margin:10px 0 5px; */
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		height: 123px;
	}
	#welle {
        /* background:#fbfaf8; */
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:805px;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:805px;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 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:#eee;		/* right column background colour */
	background-image: url(Bilder/back-right.gif);
	}
	.threecol .colmid {
		right:5px;			/* width of the right column */
	 	background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:610px;			/* width of the middle column */
	 	background:#fbfaf8; /*#f4f4f4;	/* left column background colour */
	}
	.threecol .col1 {
	width:570px;			/* width of center column content (column width minus padding on either side) */
	left:825px;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:170px;			/* Width of left column content (column width minus padding on either side) */
		left:50px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
	width:1px;			/* Width of right column content (column width minus padding on either side) */
	left:677px;			/* 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%;
		border-top:1px solid #fbfaf8;

	}
	#footer p {
		padding:10px;
		margin:0;
		color:#001E1C; 
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 11px;
		text-align:center;
	}

.outer {
width:805px; /* Gesamtbreite Seite (in dr Mitte) */
margin:auto;
display:table; 
}

.inner {
width:auto;
margin:0px;
display:table;
}

.datum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
.tablehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002D29;
	font-weight: bold;
	text-align: center;
}	

.bilderrand {
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 2px;
	margin-top: 3px;

}

.bilderrand_foto {
	margin-bottom: 6px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 6px;
	text-decoration:none;
	border-color:#888;
}


/* CCS für Cookie Notice */ 

#noticecookie {position: fixed; bottom: 0; left: 0; right: 0; background: #eee; padding: 20px; font-size: 14px; font-family: verdana;}

#noticecookie a.button {cursor: pointer; background: #ccc; padding: 8px 20px; margin-left: 10px; border-radius: 5px; font-weight: bold; float: right;}

#noticecookie a.button:hover {background-color: #aaa;}

#noticecookie p.cookiemessage {display: block; padding: 0; margin: 0;}



}

 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
.col2{display:none;} 
.col3{display:none;} 
#header{display:none;}
#welle{display:none;}

/*hide the right column when printing*/ 


.col1{width:100%; float:none;}
.colright{width:100%; float:none;}
.colmid{width:100%; float:none;}
.colleft {width:100%; float:none;}

	#layoutdims {

width:100%; float:none;
	}
	/* column container */
	.colmask {
width:100%; float:none;

	}
		.threecol {
width:100%; float:none;
	}
	
		body {
	background-image: url(Bilder/back.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-color:#FFF;
	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 */
		font-size:90%;

	}
	}
	a {
		color:#369;
	}
	a:hover {
		text-decoration:none;
	}

	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CA5D37;
  	text-align: right;
	margin: 2em 0 2em 0;
	padding:0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CA5D37;
	margin: .8em 0 .5em 0;
	padding:0;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CA5D37;
	margin: .8em 0 .5em 0;
	padding:0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #001E1C;
	margin: 0 0 0 0; 
	padding:0;
}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
    	font-style: normal;
	    line-height: 16px;
	    font-weight: normal;
	    font-variant: normal;
	    color: #001E1C;
	}
	.standardtext {
		margin:.4em 0 .8em 0;
		padding:0;
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
    	font-style: normal;
	    font-weight: normal;
	    font-variant: normal;
	    line-height: 16px;
	    color: #001E1C;
	}
	
		#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #fbfaf8;

	}
	#footer p {
		padding:10px;
		margin:0;
		color:#001E1C; 
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 11px;
		text-align:center;
	}
	
	.outer {
width:805px; /* Gesamtbreite Seite (in dr Mitte) */
margin:auto;
display:table;
}

.inner {
width:auto;
margin:0px;
display: table;
}

.datum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
.tablehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002D29;
	font-weight: bold;
	text-align: center;
}	

.bilderrand {
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 2px;
	margin-top: 3px;

}

.bilderrand_foto {
	margin-bottom: 6px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 6px;
	text-decoration:none;
	border-color:#888;
}

}

