﻿@import url('layout.css');

body {
	background-color: #FFF1DF;
}

table {
	text-align:left;
}

h1 {
	font-family:Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:20px;
	color: #DE5503;
}

h2 {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:black;	
}

.schweiz {
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	color: #006600;
	font-weight:bold;
}

.schweiz a {
	color: #006600;
}

.links {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.links a {
	color:black;	
}

.nach_oben {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	text-align:center;	
}

.nach_oben a {
	color:black;
}

a {
	font-family:Verdana, Arial, sans-serif;
	color:#006600;
}

.bilder {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	text-align:center;
	color:#808080;
}

.anmerkungen {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	text-align: left;
	color: #666666;
}



/* Navigationsformatvorlagen*/

#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #006600;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #edb;
}
#navigation a:hover {
	text-decoration: none;
	color:#FFF1DF;
	background-color: #006600;
}

/* Unternavigation*/

#navigation1 ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation1 li {
	float: left;
}
#navigation1 a {
	text-decoration: none;
	color: #006600;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #FFF1DF;
}
#navigation1 a:hover {
	text-decoration: none;
	color:#006600;
	background-color: #edb;
}

