@charset "UTF-8";
body  {
	background: #ffffff;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color:#49622a;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color:#49622a;
	text-decoration: underline;
}

a:active {
	color:#49622a;
	text-decoration: underline;
}

a:hover {
	color:#7f9958;
	text-decoration: underline;
}
.twoColFixRtHdr #container { 
	width: 790px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	margin-top: 8px;
	border: 0px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
} 
	
.twoColFixRtHdr #header_small { 
	margin: 0px;
	background: #999999;
	background-image:url(pic/header_img.gif);
	height: 20px;
	padding-top: 85px;
	padding-left: 160px;
	padding-right: 0px;
	text-align: left;
} 

.twoColFixRtHdr #header { 
	margin: 0px;
	background: #999999;
	background-image:url(pic/header_img.gif);
	height: 40px;
	padding-top: 85px;
	padding-left: 160px;
	padding-right: 0px;
	text-align: left;
} 

.twoColFixRtHdr #navilinks  {
	font-size: 10px;
	text-align: left;
	color:#31521b;
}
.twoColFixRtHdr #navilinks a:link {
	text-decoration: none;
	color:#ffffff;
	font-weight: bold;
}
.twoColFixRtHdr #navilinks a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.twoColFixRtHdr #navilinks a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.twoColFixRtHdr #navilinks a:hover {
	color: #31521b;
	font-weight: bold;
}

.twoColFixRtHdr #container #header #navisublinks  {
	font: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	line-height: 30px;
	color: #638c40;
}
.twoColFixRtHdr #container #header #navisublinks a:link {
	text-decoration: none;
	color: #638c40;
}
.twoColFixRtHdr #container #header #navisublinks a:visited {
	text-decoration: none;
	color: #638c40;
}

.twoColFixRtHdr #container #header #navilsubinks a:active {
	color: #638c40;
	text-decoration: none;
}

.twoColFixRtHdr #container #header #navisublinks a:hover {
	color: #31521b;
	text-decoration: underline;
	
}




.twoColFixRtHdr #sidebar1 {
	margin: 0;
	margin-top: 5px;
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 415px;
	height: 400px;/* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #mainContent {
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 25px;
	padding-right: 18px;
	padding-top: 17px;
	width: 332px;
	height: 367px;
	overflow: scroll;
	overflow-y:auto; 
	overflow-x:hidden;
	float: left;
	background-color: #dbe4b3;		
} 

.twoColFixRtHdr #mainContentHome {
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 10px;
	width: 340px;
	height: 374px;
	float: left;
	background-image: url(pic/big/home_right.gif);		
} 

.twoColFixRtHdr #mainContent_head {
	margin: 0;
	margin-top: 5px;
	margin-left: 0px;
	width: 375px;
	height: 8px;/* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(pic/rundung-oben.gif);
	float: left;
}
.twoColFixRtHdr #mainContent_foot {
	margin: 0;
	margin-top: 0px;
	margin-left: 0px;
	width: 375px;
	height: 8px;/* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(pic/rundung-unten.gif);
	float: left;
}
.twoColFixRtHdr #maincontent_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#49622a;
	line-height: 16px;
} 
.twoColFixRtHdr #maincontent_bulletpoints {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#49622a;
	line-height: 16px;
	list-style-type: disc;
} 
.twoColFixRtHdr #maincontent_textheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style:normal;
	color:#7f9958;
	font-weight: regular;
	line-height: 24px;
} 
.twoColFixRtHdr #maincontent_textsubline {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	color:#7f9958;
	line-height: 19px;
} 
.twoColFixRtHdr #maincontent_textsubline a:link {
	text-decoration: none;
	color:#7f9958;
}
.twoColFixRtHdr #maincontent_textsubline a:visited {
	text-decoration: none;
	color: #7f9958;
}

.twoColFixRtHdr #maincontent_textsubline a:active {
	color: #7f9958;
	text-decoration: none;
}

.twoColFixRtHdr #maincontent_textsubline a:hover {
	color: #7f9958;
	text-decoration: underline;
}

.twoColFixRtHdr #footer { 
	margin: 0;
	background-image:url(az_footer-img.gif);
	height: 16px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*  ************ GALLERY ********* */
#gallery {
	text-align: center;
	padding-top: 4px;
	height: 105px;
}
