/*  =========================================================
Stylesheet für "Ninosgaerten"
Datei:  styles.css
Datum:  11. Februar 2010
Autor:  Simon Häni, Internet Services Häni
========================================================== */
	/* ---------------------------------------------------- */
	/* Allgemein											*/
	/* ---------------------------------------------------- */
html {
	height: 101%;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}

* {
	padding: 0;
	margin: 0;
}

H1 {
	text-align: center;
	font-weight: bold;
	padding-bottom: 24px;
	color: #2C681A;
	font-family: 'century gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
}

H2 {
	font-weight: bold;
	padding: 8px 0 8px 0;
	color: #2C681A;
	font-size: 18px;
	line-height: 22px;
}

H3 {
	font-weight: bold;
	padding: 8px 0 8px 0;
	color: #000000;
	font-size: 18px;
	line-height: 22px;
}

H4 {
	font-weight: bold;
	padding-bottom: 1px;
	color: #2C681A;
	font-size: 16px;
	line-height: 20px;
}

H5 {
	font-weight: bold;
	padding-bottom: 1px;
	color: #000000;
	font-size: 16px;
	line-height: 20px;
}

H6 {
	font-weight: bold;
	padding-bottom: 1px;
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
}

li,blockquote {
	margin-left: 2em;
	line-height: 18px;
}

hr {
	color: #2C681A;
	border: 1;
	margin: 2px 0 2px 0;
	background-color: #2C681A;
}

a:link {
	text-decoration: underline;
	color: #2C681A;
}

a:visited {
	text-decoration: underline;
	color: #42A028;
}

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

a:focus {
	text-decoration: underline;
	color: #42A028;
}

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

/* ---------------------------------------------------- */
	/* Diverse Rahmen										*/
	/* ---------------------------------------------------- */
#Grundrahmen {
	color: #000000;
	width: 966px;
	margin: 0 auto;
}

#Hauptrahmen {
	float: left;
	background-color: #FFFFFF;
	width: 966px;
	padding-top: 10px;
}

/* ---------------------------------------------------- */
	/* Kopfbereich											*/
	/* ---------------------------------------------------- */
#Adresse {
	float: left;
	width: 500px;
	height: 140px;
	font-family: 'century gothic', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 0 12px 0;
	color: #2C681A;
	font-size: 16px;
	line-height: 18px;
}

#AdresseTitel {
	padding-bottom: 8px;
	font-weight: bold;
	color: #2C681A;
	font-size: 20px;
	line-height: 22px;
}

#Logo {
	float: left;
	width: 300px;
	height: 140px;
	padding: 0 0 0 166px;
}

#Kopfbereich {
	float: left;
	width: 966px;
	height: 40px;
	background-image: url(../img/balken.jpg);
	background-repeat: repeat-x;
}

#KopfbereichText {
	float: left;
	font-family: 'century gothic', Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 28px;
	line-height: 32px;
	padding: 2px 0 2px 10px;
}

#Drucktitel {
	display: none;
}

/* ---------------------------------------------------- */
	/* Unterer Bereich										*/
	/* ---------------------------------------------------- */
#UntererBereich {
	float: left;
	width: 966px;
}

#SpalteLinks {
	float: left;
	width: 206px;
}

#SpalteRechts {
	float: left;
	width: 760px;
}

/* ---------------------------------------------------- */
	/* Hauptnavigation										*/
	/* ---------------------------------------------------- */
#Hauptnavigation {
	font-family: 'century gothic', Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 200px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin: 40px 0 20px 0;
}

#Hauptnavigation ul {
	float: left;
}

#Hauptnavigation li {
	float: left;
	display: block;
	margin: 3px 0 3px 0;
}

#Hauptnavigation a {
	background-color: #F2FCEF;
	text-decoration: none;
	display: block;
	width: 187px;
	padding: 4px 1px 4px 8px;
	border: 1px solid;
	border-color: #42A028;
}

#Hauptnavigation a:link,#Hauptnavigation a:visited {
	text-decoration: none;
	color: #2C681A;
}

#Hauptnavigation a:hover,#Hauptnavigation a:active {
	text-decoration: underline;
	color: #2C681A;
}

#Hauptnavigation #HauptAktiv a:link,#Hauptnavigation #HauptAktiv a:visited
	{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #429C29;
}

#Hauptnavigation #HauptAktiv a:hover,#Hauptnavigation #HauptAktiv a:active
	{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #429C29;
}

/* ---------------------------------------------------- */
	/* Navigation                                           */
	/* ---------------------------------------------------- */
#Navigation {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	float: left;
	width: 200px;
	padding: 0;
	font-family: 'century gothic', Verdana, Arial, Helvetica, sans-serif;
	margin: 40px 0 20px 0;
}

#Navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Navigation ul li {
	padding: 1px 0 0 0;
	margin: 0;
}

#Navigation a {
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
	padding: 1px 1px 1px 19px;
	margin: 0;
	border: 1px solid;
	border-color: #42A028;
	display: block;
	text-decoration: none;
}

#Navigation a:link,#Navigation a:visited {
	color: #2C681A;
}

#Navigation a:hover,#Navigation a:active {
	text-decoration: underline;
	color: #2C681A;
}

#Navigation .Aktiv {
background-image: url(../img/box2.gif);
background-repeat: no-repeat;
background-position: top left;
}

#Navigation a.Aktiv:hover,#Navigation a.Aktiv:active {
	text-decoration: underline;
}

#Navigation a.Titel {
	font-size: 16px;
	line-height: 18px;
	margin: 1px 0 0 0;
	padding: 2px 1px 2px 10px;
	background-color: #F2FCEF;
	text-decoration: none;
}

#Navigation a.Titel:link,#Navigation a.Titel:visited {
	color: #429C29;
}

#Navigation a.Titel:hover,#Navigation a.Titel:active {
	color: #2C681A;
	text-decoration: underline;
}

#Navigation a.TitelAktiv {
	font-size: 16px;
	line-height: 18px;
	margin: 1px 0 0 0;
	padding: 2px 1px 2px 10px;
	background-color: #429C29;
}

#Navigation a.TitelAktiv:link,#Navigation a.TitelAktiv:visited {
	color: #FFFFFF;
}

#Navigation a.TitelAktiv:hover,#Navigation a.TitelAktiv:active {
	color: #F2FCEF;
	text-decoration: underline;
}

/* Farben: dunkel: 429C29 hell F2FCEF */

/* ---------------------------------------------------- */
	/* Content												*/
	/* ---------------------------------------------------- */
#Content {
	float: left;
	width: 730px;
	padding: 10px 10px 10px 20px;
}

/* ---------------------------------------------------- */
	/* Standard-Kontakt-Formular                            */
	/* ---------------------------------------------------- */
#feedback table {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	border: none;
}

#feedback tr {
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF
}

#feedback td {
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	border: none;
	margin: 0;
	padding: 0;
}

.FormFeldZeile {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	border: 1px #2C681A solid;
	width: 316px;
}

.FormFeldZeileMittel {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	border: 1px #2C681A solid;
	width: 230px;
}

.FormFeldZeileKurz {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	border: 1px #2C681A solid;
	width: 80px;
}

.FormDropdown {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	border: 1px #2C681A solid;
	width: 318px;
	border-style: 1px;
}

.FormDropdownKurz {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	border: 1px #2C681A solid;
	width: 146px;
	border-style: 1px;
}

.FormTextarea {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	border: 1px #2C681A solid;
	width: 316px;
	height: 60px;
}

.FormTextareaLang {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	border: 1px #2C681A solid;
	width: 560px;
	height: 30px;
}

.FormButton {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px #333333 solid;
	width: 190px;
	background: #2C681A;
	background-color: #2C681A;
	cursor: pointer;
}

/* ---------------------------------------------------- */
	/* Fusszeile											*/
	/* ---------------------------------------------------- */
#Fusszeile {
	float: left;
	width: 730px;
	padding: 42px 10px 20px 20px;
	font-size: 9pt;
	text-align: center;
}

#Fusszeile a {
	color: #000000;
	text-decoration: none;
}

#Fusszeile a:link {
	color: #000000;
	text-decoration: none;
}

#Fusszeile a:active {
	color: #42A028;
	text-decoration: none;
}

#Fusszeile a:visited {
	color: #000000;
	text-decoration: none;
}

#Fusszeile a:hover {
	color: #42A028;
	text-decoration: underline;
}

/* ---------------------------------------------------- */
	/* Galerie					                            */
	/* ---------------------------------------------------- */
#Galerie table {
	border: 1px #FFFFFF solid;
}

#Galerie td {
	border: 1px #FFFFFF solid;
	margin: 1px;
	padding: 1px;
}
