/*  =========================================================
Stylesheet fuer "ISH.CH"
Datei:  styles.css
Datum:  23. Juli 2010
Autor:  Simon Haeni, Internet Services Haeni
========================================================== */
	/* ---------------------------------------------------- */
	/* Allgemein											*/
	/* ---------------------------------------------------- */
html {
	height: 101%;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	background-image: url(../img/hg.jpg);
	margin: 0;
	padding: 0;
}

H1 {
	margin: 0;
	text-align: center;
	font-weight: bold;
	padding-bottom: 24px;
	color: #00509F;
	font-size: 20px;
	line-height: 24px;
}

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

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

H4 {
	margin: 0;
	font-weight: bold;
	padding-bottom: 1px;
	color: #00509F;
	font-size: 16px;
	line-height: 20px;
}

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

H6 {
	margin: 0;
	padding: 2px 2px 2px 10px;
	width: 730px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 15px;
	background-color: #00509F;
}

li,blockquote {
	margin-left: 6px;
}

p {
	margin: 0;
	padding: 0 0 14px 0;
}

img {
	border: 0px;
	margin: 0;
}

hr {
	margin: 0 0 8px 0;
	padding: 0;
	color: #00509F;
	background-color: #00509F;
	height: 1px;
	text-align: center;
	border: 0px;
}

a:link {
	text-decoration: none;
	color: #00509F;
}

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

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

a:focus {
	text-decoration: none;
	color: #666666;
}

a:active {
	text-decoration: none;
	color: #666666;
}

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

#Hauptrahmen {
	margin: 0;
	padding: 10px;
	float: left;
	background-color: #FFFFFF;
	width: 966px;
	border: 1px solid;
	border-color: #DDDDDD;
}

/* ---------------------------------------------------- */
	/* Kopfbereich											*/
	/* ---------------------------------------------------- */
#Adresse {
	margin: 0;
	padding: 0 0 12px 0;
	float: left;
	width: 150px;
	height: 60px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}

#AdresseTitel {
	margin: 0;
	padding: 0 0 2px 0;
	font-weight: bold;
	color: #00509F;
	font-size: 36px;
	line-height: 36px;
	font-style: italic;
	display: block;
}

#AdresseTitel a {
	text-decoration: none;
	display: block;
	color: #00509F;
}

#ObenRechts {
	margin: 0;
	padding: 38px 0 0 166px;
	float: left;
	width: 640px;
	height: 20px;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
}

/* ---------------------------------------------------- */
	/* Hauptnavigation										*/
	/* ---------------------------------------------------- */
#Hauptnavigation {
	margin: 0;
	padding: 0;
	background-color: #EEEEEE;
	float: left;
	width: 966px;
	height: 26px;
	border-top: 1px solid;
	border-top-color: #DDDDDD;
	color: #00509F;
	font-size: 14px;
	font-weight: bold;
}

#Hauptnavigation ul {
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;
}

#Hauptnavigation li {
	float: left;
	display: block;
	height: 25px;
	padding: 0;
	margin: 0;
	text-align: center;
	border-right: 2px solid;
	border-color: #FFFFFF;
}

#Hauptnavigation a {
	text-decoration: none;
	border: 0;
	display: block;
	padding: 4px 25px 0 25px;
	height: 21px;
}

#Hauptnavigation a:link,#Hauptnavigation a:visited {
	color: #00509F;
	background-color: #EEEEEE;
}

#Hauptnavigation a:hover,#Hauptnavigation a:active {
	background-color: #F8F8F8;
	color: #006FE7;
	border-bottom: 1px solid;
	border-color: #DDDDDD;
}

#Hauptnavigation .HauptAktiv a:link,#Hauptnavigation .HauptAktiv a:visited
	{
	background-color: #F8F8F8;
	color: #006FE7;
	border-bottom: 1px solid;
	border-color: #DDDDDD;
}

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

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

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

#SpalteBreit {
	float: left;
	width: 966px;
}

#ContentBreit {
	float: left;
	width: 954px;
	padding: 10px 10px 10px 2px;
}

/* ---------------------------------------------------- */
	/* Spezial-Dekoration Navigation                        */
	/* ---------------------------------------------------- */
#BogenOben {
	padding: 0;
	margin: 0;
	float: left;
	width: 195px;
	height: 15px;
	background-image: url(../img/bogenoben.gif);
	background-repeat: no-repeat;
}

#BogenUnten {
	padding: 0;
	margin: 0;
	float: left;
	width: 195px;
	height: 15px;
	background-image: url(../img/bogenunten.gif);
	background-repeat: no-repeat;
}

/* ---------------------------------------------------- */
	/* Navigation (2 Ebenen)                                */
	/* ---------------------------------------------------- */
#Navigation {
	padding: 0;
	margin: 40px 0 20px 0;
	float: left;
	font-weight: bold;
	font-size: 12px;
	width: 195px;
}

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

#Navigation li {
	padding: 0;
	margin: 0;
	width: 193px;
	float: left;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 0;
	border-bottom: 0;
	border-color: #DDDDDD;
}

#Navigation a {
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
}

#Navigation .Sub {
	margin: 0;
	padding: 0 1px 0 10px;
	width: 182px;
	font-weight: bold;
	line-height: 20px;
}

#Navigation .SubSub {
	margin: 0;
	padding: 0 1px 0 20px;
	width: 172px;
	font-weight: normal;
	line-height: 18px;
	background-image: url(../img/kreis.gif);
	background-repeat: no-repeat;
	background-position: 8px 1px;
}

#Navigation li {
	background-color: #EEEEEE;
	color: #00509F;
}

#Navigation a:link,#Navigation a:visited {
	color: #00509F;
	background-color: #EEEEEE;
}

#Navigation a:hover,#Navigation a:active {
	background-color: #F8F8F8;
	color: #006FE7;
}

#Navigation .Aktiv a:link,#Navigation .Aktiv a:visited {
	background-color: #F8F8F8;
	color: #006FE7;
}

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

/* ---------------------------------------------------- */
	/* 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 #00509F solid;
	width: 316px;
}

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

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

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

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

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

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

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

.FormButtonKurz {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px #333333 solid;
	width: 100px;
	background: #00509F;
	background-color: #00509F;
	cursor: pointer;
}

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

#Fusszeile2 {
	float: left;
	width: 936px;
	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: #006FE7;
	text-decoration: none;
}

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

#Fusszeile a:hover {
	color: #006FE7;
	text-decoration: underline;
}

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

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

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

#Fusszeile2 a:active {
	color: #006FE7;
	text-decoration: none;
}

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

#Fusszeile2 a:hover {
	color: #006FE7;
	text-decoration: underline;
}

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

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

/* ---------------------------------------------------- */
	/* Webmail					                            */
	/* ---------------------------------------------------- */
#uname {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	border: 1px #00509F solid;
	width: 140px;
}

#pass {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	border: 1px #00509F solid;
	width: 140px;
}

.webmail {
	padding: 1px 1px 1px 19px;
}

.webmail2 {
	text-align: center;
}

/* ---------------------------------------------------- */
	/* Tabelle					                            */
	/* ---------------------------------------------------- */

#tabelle {
	margin: 0;
	padding: 0;
	border-with: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

#zelle {
	margin: 0;
	padding: 1px 1px 1px 2px;
	border-style: solid;
	background-color: #FFFFFF;
	border-color: #E5E5E5;
}

#zelle_leer {
	margin: 0;
	padding: 1px 1px 1px 2px;
	border-style: solid;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
.zentriert {
	text-align: center;
}
