body {
	background-color: #FFFFFF;
	text-align:center;
	margin: 0px;
	padding:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	background-image:url(images/design/bg.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed;
}
table {
	font-size:100%;
}
textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:300px;
	border: 1px solid #A2CB89;
	background-color: #F9FCF8;
}
input, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #A2CB89;
	background-color: #F9FCF8;
}
h1 {
	font-weight:bold;
	font-size:150%;
	/*color:#F66013; orange */
	color:#30661E;
	margin-top:0px;
	margin-bottom:15px;
}
h2 {
	font-weight:bold;
	font-size:130%;
	color:#30661E;
	color:#408C28;
	margin-top:0px;
	margin-bottom:5px;
}
h3 {
	font-weight:bold;
	font-size:100%;
	color:#408C28;
	color:#333333;
	margin-top:0px;
	margin-bottom:5px;
}
p {
	margin-top:0px;
	margin-bottom:15px;
	padding:0px;
}
th {
	font-weight:bold;
	text-align:left;
	font-size:100%;
	background-color:#FFE6B7;
}
img {
	border:none;
}
a:link  {  
	color: #006600; 
}
a:visited  {
  color: #669933; 
 }
a:hover, a:active, a:focus  {
  color: #FF9900; 
 }
#inhalt li, #inhalt ul {
	margin: 0px;
	padding:0px;
}
#inhalt ul {
	margin-bottom:10px;
}
#inhalt li {
	margin-bottom: 0px;
}
#inhalt .space li {
	margin-bottom: 10px;
}
#inhalt ul {
	margin-left: 20px;
	list-style-type: square;
}
#inhalt ol {
	margin-left: 30px;
}
.sideimgtxt a:link, .sideimgtxt a:visited { color:#333333; text-decoration:none; }
.sideimgtxt a:hover, .sideimgtxt a:active, .sideimgtxt a:focus { color:#006600; font-weight:bold; }
#imprint a:link, #imprint a:visited { color:#333333; text-decoration:none; }
#imprint a:hover, #imprint a:active, #imprint a:focus { color: #006600; text-decoration:none; }

/* ----------------------------------------------------------------------------- */
#main {
	text-align:left;
	width:860px;
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#FFFFFF;
	height:auto;
	padding:0px;
	padding-left:10px;
	padding-top:20px;
	clear:both;
}
#top {
	height:30px;
	clear:both;
}
#nichtraucher {
	width:200px;
	float:left;
	color:#91C173;
	text-align:center;
}
#topnavi {
	/*width:400px;*/
	width:580px;
	float:left;
	font-size:85%;
	margin-top:2px;
}
#lang {
	/*width:250px;*/
	width:70px;
	float:left;
	text-align:right;
}
#mid {
	height:175px;
	clear:both;
}
#logo {
	margin-top:30px;
	width:200px;
	height:145px;
	float:left;
}
#bild {
	width:400px;
	height:175px;
	float:left;
}
#infobox {
	margin-top:30px;
	width:250px;
	height:145px;
	float:left;
}
#imprint {
	margin-top:10px;
	margin-bottom:10px;
	height:20px;
	font-size:85%;
	clear:both;
}
#content {
	height:auto;
	clear:both;
	margin-top:30px;
}
#navi {
	width:180px;
	float:left;
	margin-right:20px;
	margin-top:5px;
}
#inhalt {
	width:460px;
	float:left;
	margin-right:20px;
}
#sidebar {
	width:170px;
	float:left;
	clear:right;
	margin-top:5px;
}

/* ----------------------------------------------------------------------------- */
#navi ul {
	list-style-type:none;
	border-top:1px dotted #333333;
	padding:0px;
	margin:0px;
}
#navi li {
	list-style-type:none;
	border-bottom:1px dotted #333333;
	padding:0px;
	padding-left:30px;
	padding-top:2px;
	padding-bottom:2px;
	background-image:url(images/design/punkt.gif);
	background-position:15px 1px;
	background-repeat:no-repeat;
}
#navi ul li.active {
	font-weight:bold;
}
#navi ul li.active ul li.active {
	font-weight:bold;
	color:#000000;
}
#navi ul li.active ul li {
	font-weight:normal;
}
#navi li:hover, #navi ul li.active {
	background-position:-205px 1px;
	background-repeat:no-repeat;
}
#navi ul ul {
	list-style-type:none;
	border:none;
	padding:0px;
	margin:0px;
	font-size:92%;
}
#navi ul li ul li {
	list-style-type:none;
	border:none;
	padding:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	background-image:none;
}
#navi a:link, #navi a:visited { color:#333333; text-decoration:none; }
#navi a:hover, #navi a:active, #navi a:focus { color:#006600; text-decoration:none; }
#navi ul li a:link, #navi ul li a:visited {
	color:#333333;
}

#navi li a {
	display:block;
}

/* ----------------------------------------------------------------------------- */
#topnavi ul {
	margin:0px;
	padding:0px;
}
#topnavi li {
	float:left;
	padding-top:0px;
	padding-right:10px;
	padding-left:10px;
	border-right: 2px #E4F0DD solid;
	margin:0px;
	list-style-type: none;
	color:#333333;
}
#topnavi li.last {
	padding-right:0px;
	border-right: none;
}
#topnavi li.first {
	padding-left:0px;
}
#topnavi li a:link, #topnavi li a:visited   {  color: #333333; text-decoration:none; }
#topnavi li a:hover, #topnavi li a:focus, #topnavi li a:active  {  color: #333333; text-decoration:underline; }
/* ----------------------------------------------------------------------------- */
.bgfarbe {
	background-color: #E4F0DD;
}
.sideimg {
	width:170px;
	height:114px;
}
.sideimgtxt {
	position:relative;
	top:-23px;
	left:10px;
	width:150px;
	height:19px;
	background-image:url(images/sides/sidebg.gif);
	background-repeat:no-repeat;
	text-align:center;
}
.box160 {
	width:160px;
	float:left;
}
.box300 {
	width:295px;
	float:left;
}
.box230 {
	width:229px;
	float:left;
}
img.space {
	margin-right:5px;
	margin-bottom:5px;
}
img.space1 {
	margin-bottom:5px;
}
/* ----------------------------------------------------------------------------- */
.bold {
	font-weight:bold;
}
.smaller {
	font-size:70%;
}
.red {
	color:#990000;
}
.bghellorange {
	background-color:#FEEBE0;
	border: 1px solid #F66013;
	padding:10px;
}
.bghellgrun {
	background-color:#F1F8ED;
	border: 1px solid #408C28;
	padding:10px;
}
.bgmuenzen {
	background-image: url(images/design/bg-muenzen.jpg);
	background-repeat: no-repeat;
	padding-top:50px;
}
#inhalt .bghellgrun ul, #inhalt .bghellorange ul {
	margin-bottom:0px;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
img.left {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
img.right {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}
table.space td {
	padding-top:10px;
	padding-bottom:10px;
}
/* ----------------------------------------------------------------------------- */
br.clear { clear:both }
