/* CSS-Stylesheet: www.roeschti.ch */

/* Allgemeine Dafinitionen */
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 101%;
	background-image: url(_images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

body, h1, h2, h3, p, ul, li, table, td, a {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, p, ul, li {
	margin: 0px;
}

h1 {
	font-size: 1.1em;
	margin-bottom: 22px;
	font-weight: bold;
	color: #E6AA2E;
	background-color: transparent;
	letter-spacing: 0.1em;
}

h2 {
	font-size: 0.8em;
	margin-top: 18px;
	line-height: 1.65em;
	font-weight: bold;
	color: #22489B;
	background-color: transparent;
	margin-bottom: 6px;

}

h3 {
	font-size: 0.75em;
	margin-top: 18px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #22489B;
	background-color: transparent;
}

p {
	font-size: 0.8em;
	line-height: 1.65em;
	margin-bottom: 12px;
	color: #333;
	background-color: transparent;

}

ul {
	color: #000;
	padding: 0px;
	margin-bottom: 12px;
	margin-left: 15px;
	background-color: transparent;
}

li {
	font-size: 0.8em;
	color: #000;
	padding: 0px;
	margin-bottom: 3px;
	line-height: 1.65em;
	background-color: transparent;
}

img a {
	border: none;
}

/* Hauptnavigation mit Linkklassen*/
.menu {
	font-size: 0.7em;
	font-weight: bold;
	color: #FFF;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-right: 0px;
}

.menu a, .menu a:visited {
	text-decoration: none;
	color: #FFF;
}

.menu a:hover {
	text-decoration: none;
	color: #FDE425;
}

.menu a.aktuell, .menu a.aktuell:visited {
	color: #FDE425;
	text-decoration: none;
}

.menu a.aktuell:hover {
	color: #FDE425;
	text-decoration: none;
}

.arrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FDE425;
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 0.7em;
	font-weight: bold;
	padding-left: 13px;
}

.submenu {
	font-size: 0.7em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 0px;
	color: #FFFFFF;
}

.submenu a {
	text-decoration: none;
	color: #FFFFFF;
}

.submenu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.submenu a:hover {
	text-decoration: none;
	color: #FDE425;
}

.submenu a.aktuell, .submenu a.aktuell:visited {
	color: #FDE425;
	text-decoration: none;
}

.submenu a.aktuell:hover {
	color: #FDE425;
	text-decoration: none;
}

.arrow-submenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DE0045;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	font-size: 0.65em;
}

/* 3. Spalte */
.SpalteRechts {
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
}

.SpalteRechts h2 {
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 0.7em;
	color: #22489B;
	background-color: transparent;
	margin-top: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
}

.SpalteRechts p {
	margin-bottom: 12px;
	font-size: 0.7em;
	line-height: 1.3em;

}

.SpalteRechts p a, .SpalteRechts p a:visited {
	color:#22489B;
	text-decoration: none;
	background-color: transparent;
}
	
.SpalteRechts p a:hover {
	color:#E6AA2E;
	text-decoration: underline;
	background-color: transparent;
}

.SpalteRechts ul {
	color: #000;
	padding: 0px;
	line-height: 1.3em;
	background-color: transparent;
	margin-bottom: 6px;
	margin-left: 15px;

}

.SpalteRechts li {
	font-size: 0.7em;
	color: #000;
	padding: 0px;
	line-height: 1.4em;
	background-color: transparent;
	margin: 0px 0px 6px;
}

.SpalteRechts li a, .SpalteRechts li a:visited{
	color: #22489B;
	background-color: transparent;
	text-decoration: none;
}

.SpalteRechts li a:hover{
	color: #E6AA2E;
	text-decoration: underline;
	background-color: transparent;
}

/* Normale Links im Fliesstext */
a.normal:link, a.normal:visited {
	color:#22489B;
	text-decoration: none;
	background-color: transparent;
}

a.normal:hover {
	color: #E6AA2E;
	text-decoration: underline;
	background-color: transparent;
}

/* Links «weiter» im Fliesstext */
a.weiter:link, a.weiter:visited {
	color:#DE0045;
	text-decoration: none;
}

a.weiter:hover {
	color: #E9073F;
	text-decoration: none;
}

/* Adresse am Seitenende */
.adresse {
	font-size: 0.7em;
	color: #22489B;
	background-color: transparent;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	margin-top: 24px;
}

/* Kontaktdaten unter Impressum */
.adresseImpressum {
	font-size: 0.75em;
	color: #000;
	margin-bottom: 6px;
	background-color: transparent;
	line-height: 1.5em;
}

/* Bilder und Tabellen im Fliesstext */
.rechts {
	float: right;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.links {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.rechts {
	float: right;
	margin-left: 20px;
	margin-top: -5px;
	margin-bottom: 5px;
}

/* Copyright und Nutzungsbedingungen */
.copyright {
	font-size: 0.7em;
	color: #666;
	margin-top: 20px;
}

.copyright a, copyright a:visited {
	color: #666;
	text-decoration: underline;
}

.copyright a:hover {
	color: #333;
	text-decoration: underline;
}
/* Formulare */
form {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
input.normal, textarea.normal, select.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 280px;
	background-color: #FFF;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
textarea.normal {
	overflow: auto;
}
input.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	width: 100px;
	background-color: #E6AA2E;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.formlabel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-color: transparent;
}
.formtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	color: #E9073F;
	font-weight: bold;
	background-color: transparent;
}
/* Hinweis zu den Pflichtfeldern und zum Datenschutz bei Formularen */
.datenschutz {
	font-size: 0.7em;
	line-height: 1.2em;
}
.bildunterschrift {
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-bottom: 0px;
}
.tabtitle {
	font-size: 0.75em;
	font-weight: bold;
	color: #E9073F;
	padding-top: 0px;
	padding-bottom: 12px;
}
.tabtext {
	font-size: 0.65em;
	color: #000;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.team{
	font-size: 0.7em;
	line-height: 1.6em;
	margin-bottom: 12px;
	color: #333333;
	background-color: transparent;
}
.printer {
	margin-bottom: -2px;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #22489B;
	padding-bottom: 32px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 24px;
	font-variant: small-caps;
}
.sprachwahl {
	padding-top: 5px;
	padding-bottom: 5px;
}
.preise {
	padding-top: 0px;
	padding-bottom: 12px;
	font-size: 0.75em;
	color: #666;
	text-align: right;
	font-weight: bold;
	vertical-align: bottom;
	line-height: 1.4em;
	color: #333;
}

.bezeichnung{
	padding-top: 0px;
	padding-bottom: 12px;
	font-size: 0.75em;
	color: #666;
	vertical-align: bottom;
	line-height: 1.4em;
	color: #333;
}
.top {
	font-weight: bold;
	margin-right: 297px;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: 232px;
}
.deklarationen {
	font-size: 0.7em;
	margin-top: 18px;
}
.logo {
	padding-top: 5px;
}
