@charset "utf-8";
/* 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:	12;
	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/
*/

/* 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%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header h1   {
	line-height: 0,5;
	font-size: 14px;
}
#header {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	color: #666;
}

#mainleft {
	float: left;
	height: 96px;
	width: 30%;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #666;
	background-image: url(pict/Bilder/HausundBaum_05.jpg);
}
#mainleft p {
	padding-top: 10px;
}

#mainleftH {
	float: left;
	height: auto;
	width: 40%;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	background-image: url(pict/Bilder/HausundBaum_01hand.jpg);
	background-repeat: no-repeat;
}

#maincenterH p {
	margin: 5px;
	background-color: #FFF;
	color: #333;
	opacity: 0.7;
	padding-top: 10px;
}
#maincenterH {
	float: left;
	height: 96px;
	width: 23%;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	background-image: url(pict/Bilder/HausundBaum_02hand.jpg);
	background-repeat: no-repeat;

}
#mainleftH a:hover img {
	width: 98px;

}
#maincenterH a:hover img {
	width: 55px;
}





#maincenter {
	float: left;
	height: auto;
	width: 50%;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #666;
	background-repeat: no-repeat;
}


#mainleftH p {
	color: #333;
	background-color: #FFF;
	opacity: 0.7;
}
.main_h2_20 {
	font-size: 12px;
	opacity: 0.7;
}
#maincenter p {
	padding-top: 5px;
}

#mainlinks {
	background-color: #9F6;
	float: left;
	height: auto;
	width: 20%;
	background-image: url(pict/Bilder/HausundBaum_03.jpg);
	text-align: right;
	padding-top: 0px;
}
#mainlinks p a {
	font-size: 11px;
	font-weight: bold;
	color: #72B33B;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
#mainlinks p a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
}
#footer {
	background-image: url(pict/Logoschrifttab.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 31px;
	width: 202px;
	display: none;
}

/* 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%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header h1   {
	letter-spacing: 0.1em;
	line-height: 0.5em;
	font-size: 14px;
}
#header {
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	color: #666;
}

#mainleft {
	float: left;
	height: 192px;
	width: 200px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #666;
	line-height: 1.2em;
	background-image: url(pict/Bilder/HausundBaum_05tab.jpg);
}
#mainleft p {

}

#mainleftH {
	float: left;
	height: 192px;
	width: 200px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-image: url(pict/Bilder/HausundBaum_01tab.jpg);
}

#maincenterH p {
	margin: 10px;
	background-color: #FFF;
	color: #333;
	opacity: 0.7;
	padding-top: 25px;
}
#maincenterH {
	float: left;
	height: 192px;
	width: 114px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-image: url(pict/Bilder/HausundBaum_02tab.jpg);
	background-repeat: no-repeat;

}
#mainleftH a:hover img {
	width: 199px;

}
#maincenterH a:hover img {
	width: 111px;
}





#maincenter {
	float: left;
	height: 192px;
	width: 114px;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #666;
	line-height: 1.2em;
	background-image: url(pict/Bilder/HausundBaum_04tab.jpg);
	background-repeat: no-repeat;
}


#mainleftH p {
	color: #333;
	background-color: #FFF;
	opacity: 0.7;
}
.main_h2_20 {
	font-size: 14px;
	opacity: 0.7;
}
#maincenter p {
	padding-top: 10px;
}

#mainlinks {
	background-color: #9F6;
	float: left;
	height: 182px;
	width: 85px;
	background-image: url(pict/Bilder/HausundBaum_03tab.jpg);
	text-align: right;
	padding-top: 10px;
}
#mainlinks p a {
	font-size: 14px;
	font-weight: bold;
	color: #72B33B;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
#mainlinks p a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
}
#footer {
	background-image: url(pict/Logoschrifttab.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 61px;
	width: 403px;
}

}

/* 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.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header h1   {
	font-size: 24px;
	line-height: 0.5em;
	color: #999;
}
#header {
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	color: #666;
}

#mainleft {
	float: left;
	height: 384px;
	width: 400px;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #666;
	line-height: 2em;
	background-image: url(pict/Bilder/HausundBaum_05.jpg);
}
#mainleft p {
	padding-top: 30px;
}

#mainleftH {
	float: left;
	height: 384px;
	width: 400px;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	background-image: url(pict/Bilder/HausundBaum_01.jpg);
}

#maincenterH p {
	margin: 10px;
	background-color: #FFF;
	color: #333;
	opacity: 0.7;
	padding-top: 50px;
}
#maincenterH {
	float: left;
	height: 384px;
	width: 228px;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	background-image: url(pict/Bilder/HausundBaum_02.jpg);
	background-repeat: no-repeat;

}
#mainleftH a:hover img {
	width: 395px;

}
#maincenterH a:hover img {
	width: 223px;
}





#maincenter {
	float: left;
	height: 384px;
	width: 228px;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #666;
	line-height: 2em;
	background-image: url(pict/Bilder/HausundBaum_04.jpg);
	background-repeat: no-repeat;
}


#mainleftH p {
	color: #333;
	background-color: #FFF;
	opacity: 0.7;
}
.main_h2_20 {
	font-size: 20px;
	opacity: 0.7;
}

#maincenter p {
	padding-top: 20px;
}

#mainlinks {
	background-color: #9F6;
	float: left;
	height: 334px;
	width: 170px;
	background-image: url(pict/Bilder/HausundBaum_03.jpg);
	text-align: right;
	padding-top: 50px;
}
#mainlinks p a {
	font-size: 18px;
	font-weight: bold;
	color: #72B33B;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
#mainlinks p a:hover {
	font-size: 24px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
}
#footer {
	background-image: url(pict/Logoschrifttab.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 122px;
	width: 806px;
	display: block;
}
}
