@charset "utf-8";
@import url("../webfonts/lane/stylesheet.css");
@import url("../webfonts/cplaborate/stylesheet.css");
@import url("../webfonts/BENTHAM/stylesheet.css");
@import url("../webfonts/dubiel/stylesheet.css");

/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

.centerhalt{
	margin-right: auto;
	margin-left: auto;
	float: none;
}
/* Layout für Mobilgeräte: 480 px oder weniger. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
.bgbody {
	margin: 0px;
	padding: 0px;
	background-image: url(
../bilder/bg%20(1).gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../bilder/bag.gif);
	background-color: #F0EEE0;
}

#toptop {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.gridContainer.clearfix #header #logo {
	width: 300px;
	border-radius: 12px 0px 0px 0px;
	margin-bottom: 0px;
	float: left;
}
.gridContainer.clearfix #header #topmenu {
	float: right;
	margin-top: 80px;
}
#slider {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 0px;
}
#page {
	box-shadow: 0px 0px 2px 1px #999;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-radius: 8px 8px 0px 0px;
		background-color: #FFF;
	background-image: url(../bilder/beige_paper.gif);
	background-repeat: repeat;
	background-position: left top;
}
#teaser {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 0px;
	}


#content {
	clear: both;
	float: left;
	width: 100%;
	display: block;

}
#content .kurztext {
	padding: 10px;

}


.gridContainer.clearfix #content .textlinks {
	margin-bottom: 10px;
	float: left;
	padding: 10px;
}
#teaserunt {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #333;
	height: 150px;
}
#footer1 ul {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: center;
	white-space: nowrap;
	display: block;
}
#footer1 ul li {
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
	margin-top: 10px;
	text-align: center;
	float: left;
}
#footer1 ul li a{
	color: #CCC;
	text-decoration: none;
	
}
#footer2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #F90;
}

.gridContainer.clearfix #content .floatlinks {
	clear: both;
	height: 0px;
}
 #content .conthalt {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.weiterlesen a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.boxencenter{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.boxall{
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: #CCCCCC 0 0 1px 1px;
	vertical-align: middle;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.boxall .titel{
	background-color: #E0E9EB;
	display: block;
	padding: 0px;
	line-height: 30px;
}
.boxbreite{
	float: left;
	width: 90%;
	margin-left: 10px;
}
.boxall h1{
	font-family: dubiel;
	font-size: 17px;
	color: #81591D;
	padding-left: 5px;
}
.boxall img{

}

.haltrechts{
	box-shadow: #CCCCCC 0 0 1px 1px;
	padding: 10px;
	width: 35%;
	float: right;
	margin-left: 20px;
	background-color: #FFF;

}
.haltlinks{
	box-shadow: #CCCCCC 0 0 1px 1px;
	padding: 10px;
	width: 60%;
	float: left;
}
}

/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
.bgbody {
	margin: 0px;
	padding: 0px;
	background-image: url(
../bilder/bg%20(1).gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../bilder/bag.gif);
	background-color: #F0EEE0;
}

#toptop {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.gridContainer.clearfix #header #logo {
	width: 300px;
	border-radius: 12px 0px 0px 0px;
	margin-bottom: 0px;
	float: left;
}
.gridContainer.clearfix #header #topmenu {
	float: right;
	margin-top: 80px;
}
#slider {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 0px;
}
#page {
	box-shadow: 0px 0px 2px 1px #999;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-radius: 8px 8px 0px 0px;
		background-color: #FFF;
	background-image: url(../bilder/beige_paper.gif);
	background-repeat: repeat;
	background-position: left top;
}
#teaser {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 0px;
	}


#content {
	clear: both;
	float: left;
	width: 100%;
	display: block;

}
#content .kurztext {
	padding: 10px;

}


.gridContainer.clearfix #content .textlinks {
	margin-bottom: 10px;
	float: left;
	padding: 10px;
}
#teaserunt {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #333;
	height: 150px;
}
#footer1 ul {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: center;
	white-space: nowrap;
	display: block;
}
#footer1 ul li {
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
	margin-top: 10px;
	text-align: center;
	float: left;
}
#footer1 ul li a{
	color: #CCC;
	text-decoration: none;
	
}
#footer2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #F90;
}

.gridContainer.clearfix #content .floatlinks {
	clear: both;
	height: 0px;
}
 #content .conthalt {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.weiterlesen a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.boxencenter{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.boxall{
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: #CCCCCC 0 0 1px 1px;
	vertical-align: middle;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.boxall .titel{
	background-color: #E0E9EB;
	display: block;
	padding: 0px;
	line-height: 30px;
}
.boxbreite{
	margin-left: 10px;
	width: 20%;
}
.boxall h1{
	font-family: dubiel;
	font-size: 17px;
	color: #81591D;
	padding-left: 5px;
}
.boxall img{

}

.haltrechts{
	box-shadow: #CCCCCC 0 0 1px 1px;
	padding: 10px;
	width: 35%;
	float: right;
	margin-left: 20px;
	background-color: #FFF;

}
.haltlinks{
	box-shadow: #CCCCCC 0 0 1px 1px;
	padding: 10px;
	width: 60%;
	float: left;
}
}


/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
.bgbody {
	margin: 0px;
	padding: 0px;
	background-image: url(
../bilder/bg%20(1).gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../bilder/bag.gif);
	background-color: #F0EEE0;
}

#toptop {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.gridContainer.clearfix #header #logo {
	width: 300px;
	border-radius: 12px 0px 0px 0px;
	margin-bottom: 0px;
	float: left;
}
.gridContainer.clearfix #header #topmenu {
	float: right;
	margin-top: 80px;
}
#slider {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 0px;
}
#page {
	box-shadow: 0px 0px 2px 1px #999;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-radius: 8px 8px 0px 0px;
		background-color: #FFF;
	background-image: url(../bilder/beige_paper.gif);
	background-repeat: repeat;
	background-position: left top;
}
#teaser {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 0px;
	}


#content {
	clear: both;
	float: left;
	width: 100%;
	display: block;

}
#content .kurztext {
	padding: 10px;

}


.gridContainer.clearfix #content .textlinks {
	margin-bottom: 10px;
	float: left;
	padding: 10px;
}
.refbesch a{
	color: #363;
	text-decoration: none;
}
#teaserunt {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #333;
	height: 150px;
	margin-top: 20px;
}
#footer1 ul {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: center;
	white-space: nowrap;
	display: block;
}
#footer1 ul li {
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
	margin-top: 10px;
	text-align: center;
	float: left;
}
#footer1 ul li a{
	color: #CCC;
	text-decoration: none;
	
}
#footer2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #F90;
}

.gridContainer.clearfix #content .floatlinks {
	clear: both;
	height: 0px;
}
 #content .conthalt {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.weiterlesen a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.boxencenter{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.boxall{
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: #CCCCCC 0 0 1px 1px;
	vertical-align: middle;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.boxall .titel{
	background-color: #E0E9EB;
	display: block;
	padding: 0px;
	line-height: 30px;
}
.boxbreite{
	float: left;
	margin-left: 10px;
	min-height: 340px;
	width: 21%;
}
.boxall h1{
	font-family: "MS Serif", "New York", serif;
	font-size: 17px;
	color: #81591D;
	padding-left: 5px;
	font-weight: bold;
}
.boxall img{

}

.haltrechts{
	box-shadow: #CCCCCC 0 0 1px 1px;
	padding: 10px;
	width: 33%;
	float: right;
	margin-left: 20px;
	background-color: #FFF;
	margin-right: 10px;
}
.haltlinks{
	padding: 10px;
	width: 60%;
	float: left;
}
}
.textblock {
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	float: left;
	line-height: 20px;
}
.kimg {
	padding: 5px;
	vertical-align: top;
}
