/* C S S   Document */
/* copyright ALOCO GmbH www.aloco.ch */
/* Autor   Dan Riesen    Version 2.8 */

* {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

/* body */
/* -------------------------------------------- */
html, body {
	color: #000000;
	background-color: #ffffff;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	padding: 7px 0px 0px 0px;
	margin: auto;
	text-align: center;
}

/* all */
/* -------------------------------------------- */
div#all {
	padding: 0px 0px 0px 0px;
	margin: auto;
	text-align: center;
	width: 800px;
	background-color: #ffffff;
	color: #000000;
}

/* box */
/* -------------------------------------------- */
div#box {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	width: 800px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	color: #000000;
	border: solid 2px #999999;
	overflow: hidden;
}

/* header */
/* -------------------------------------------- */
div#header {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	width: 800px;
	height: 150px;
	color: #000000;
	border: solid 0px #999999;
}
#header img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 550px;
	height: 150px;
	float: right;
	border-bottom: solid 0px #ffffff;
}

/* suche */
/* -------------------------------------------- */
div#suche {
	margin: 130px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	width: 150px;
	height: 0px;
	text-align: left;
	color: #000000;
	display: block;
	float: left;
}
.suche {
	width: 100px;
	background-color: #ffffff;
	color: #000000;
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 12px;
}
.sucheknopf {
	width: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
}

/* navi */
/* -------------------------------------------- */
div#navi {
	margin: 50px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 762px;
	height: 48px;
	color: #000000;
	border: none;
	text-align: left;
}

/* subnavi */
/* -------------------------------------------- */
div#subnavi {
	margin: 20px 0px 0px 44px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 230px;
	height: 363px;
	border: none;
	text-align: left;
}

/* link */
/* -------------------------------------------- */
div#link {
	padding: 36px 20px 36px 20px;
	margin: 0px 0px 0px 0px;
}
div#link p{
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

/* content */
/* -------------------------------------------- */
div#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	width:480px;
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
	background-color: #ffffff;
	border: none;
	color: #000000;
	clear: none;
}

/* breadcrumbs Links */
/*---------------------------------------------*/
#breadcrumbs {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	color: #333333;
	font-size : 10px; 
}
#breadcrumbs a {
	background-color: #ffffff;
	color: #333333;
	font-size : 10px; 
}
#breadcrumbs a:link {
	background-color: #ffffff;
	color: #333333;
	font-size : 10px; 
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#breadcrumbs a:visited {
	background-color: #ffffff; 
	color: #333333;
	font-size : 10px;
	text-decoration:none;
}
#breadcrumbs a:hover {
	background-color: #ffffff; 
	color: #666666;
	font-size : 10px; 
	text-decoration:none;
}
#breadcrumbs a:active {
	background-color: #ffffff;
	color: #6e92cd;
	font-size : 10px; 
	text-decoration:none;
}

/* footer */
/* -------------------------------------------- */
#footer {
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	text-align: center;
	font-size: 10px;
	background-color: #ffffff;
	color: #000000;
	border: none;
	}
#footer a, a:link, #servicenavi a:visited, #servicenavi a:active  {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #666666;
}

/* bildunterschrift - caption */
/*--------------------------------------------*/
p.csc-caption {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	background-color: #ffffff;	
	color:#000000; 
	font-size : 10px; 
	margin: 2px  0px 10px 0px;
	padding: 2px 0px 10px 0px; 
	text-align: left;
}

/* table content */
/* -------------------------------------------- */
.contenttable {
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border: solid 1px #cc0000;
	width: 354px;
	background-color: #ebebeb;
	color: #000000;
	text-align: left;
}
tbody {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align:text-top;
	background-color:#FCFCFC;
	color: #000000;
	border: solid 4px #007c84;
}
td {
	margin: 0px 0px 0px 0px;	
	padding: 2px 2px 2px 2px;
	text-align: left;
	vertical-align:text-top;
	border: solid 0px #cc0000;
}

/* Ueberschriften */
/* -------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-weight : normal;
	background-color:#ffffff;
	color: #fcaf61;
	line-height: 1.2em;
	letter-spacing: -0.004em;
	padding: 10px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
h1	{
	font-size: 150%;
}
h2	{
	font-size: 140%;
}
h3	{
	font-size: 120%;
}
h4	{
	font-size: 110%;
}
h5	{
	font-size: 100%;
}
h6	{
	font-size: 80%;
}

/* Text */
/* -------------------------------------------- */
p.bodytext {
	padding-bottom: 5px;
	margin-bottom: 5px;
}
a {
	color: #fcaf61;
	font-size: 12px;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
a:link {
	color: #fc8f61;
	font-size: 12px;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
a:visited {
	color: #fcaf61;
	font-size: 12px;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
a:hover {
	color: #fc6000;
	font-size: 12px;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
a:active {
	color: #fc6000;
	font-size: 12px;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.hide {
	display:none;
}
ul {
	margin: 10px 0px 10px 18px;
	padding: 0px 0px 0px 0px;
	list-style-type: square;
}
ol {
	margin: 10px 0px 10px 25px;
	padding: 0px 0px 0px 0px;
}

/* Navi erste Ebene */
/* -------------------------------------------- */
ul#topnavi {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	float:left;
	font-weight: bold;
  	margin: 0px 0px 8px 0px;
	padding:0px 0px 8px 0px;
	height: 48px;
}
ul#topnavi li {
	text-align: left;
	float:left;
  	margin: 0px 6px 0px 6px;
	padding:0px 0px 0px 0px;
	border: none;
	list-style-type: none;
	font-size: 20px;
	height: 48px;
	font-weight: normal;
}
ul#topnavi li a:link {
  	margin: 0px 6px 0px 6px;
	padding:0px 0px 0px 0px;
	color: #474747;
	text-align: left;
	float:left;
	text-decoration:none;
	font-size: 20px;
	height: 48px;
	font-weight: normal;
}
ul#topnavi li a:visited {
  	margin: 0px 6px 0px 6px;
	padding:0px 0px 0px 0px;
	color:#474747;
	text-align: left;
	float:left;
	text-decoration:none;
	font-size: 20px;
	height: 48px;
	font-weight: normal;
}
ul#topnavi li a:hover {
  	margin: 0px 6px 0px 6px;
	padding:0px 0px 0px 0px;
	color:#f8ad5a;
	text-align: left;
	float:left;
	text-decoration:none;
	font-size: 20px;
	height: 48px;
	font-weight: normal;
}
ul#topnavi li a:active {
  	margin: 0px 6px 0px 6px;
	padding:0px 0px 0px 0px;
	color:#f8ad5a;
	text-align: left;
	float:left;
	text-decoration:none;
	font-size: 20px;
	height: 48px;
	font-weight: normal;
}

/* Navi erste Ebene active */
/* -------------------------------------------- */
ul#topnavi li.act {
	text-align: right;
  	margin: 0px 6px 0px 6px;
	padding:0px 0px 0px 0px;
	border:none;
	list-style-type: none;
	font-size: 20px;
	height: 48px;
	font-weight: normal;
}
ul#topnavi li.act a:link  {
  	margin: 0px 6px 0px 6px;
	padding:0px 0px 0px 0px;
	color:#dc001c;
	display:block;
	text-decoration:none;
	font-size: 20px;
	height: 48px;
	font-weight: normal;
}
ul#topnavi li.act a:visited {
  	margin: 0px 6px 0px 6px;
	padding:0px 0px 0px 0px;
	color:#fca531;
	display:block;
	text-decoration:none;
	font-size: 20px;
	height: 48px;
	font-weight: normal;
}
ul#topnavi li.act a:hover {
  	margin: 0px 6px 0px 6px;
	padding:0px 0px 0px 0px;
	color:#fca531;
	display:block;
	text-decoration:none;
	font-size: 20px;
	height: 48px;
	font-weight: normal;
}
ul#topnavi li.act a:active {
  	margin: 0px 6px 0px 6px;
	padding:0px 0px 0px 0px;
	color:#fca531;
	display:block;
	text-decoration:none;
	font-size: 20px;
	height: 48px;
	font-weight: normal;
}
sub {
  	margin: 0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	color:#fca531;
	float: left;
	font-size: 21px;
	height: 48px;
	font-weight: normal;
}

/* Subnavi ul */
/* -------------------------------------------- */
ul#leftnavi {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	text-decoration:none;
	font-size: 14px;
	color:#787878;
	font-weight: bold;
}
ul#leftnavi li.subnavi1 {
	list-style-type: none;
  	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
ul#leftnavi li.subnaviact {
	list-style-type: none;
  	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
ul#leftnavi li.subnavi2 {
	list-style-type: none;
  	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
ul#leftnavi li.subnaviact2 {
	list-style-type: none;
  	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
/* subnavi1 */
/* -------------------------------------------- */
ul#leftnavi li.subnavi1 a {
	text-decoration : none;
	font-size: 14px;
	color:#787878;
	font-weight: bold;
}

ul#leftnavi li.subnavi1 a:link {
  	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration : none;
	font-size: 14px;
	color:#787878;
	font-weight: bold;
}
  
ul#leftnavi li.subnavi1 a:visited {
  	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration : none;
	font-size: 14px;
	color:#787878;
	font-weight: bold;
}

ul#leftnavi li.subnavi1 a:hover {
  	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration : none;
	font-size: 14px;
	color:#f8ad5a;
	font-weight: bold;
} 

ul#leftnavi li.subnavi1 a:active {
  	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration : none;
	font-size: 14px;
	color:#f8ad5a;
	font-weight: bold;
}

/* subnaviact */
/* -------------------------------------------- */

ul#leftnavi li.subnaviact a {
  	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration : none;
	font-size: 14px;
	color:#f8ad5a;
	font-weight: bold;
}

ul#leftnavi li.subnaviact a:link {
  	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration : none;
	font-size: 14px;
	color:#f8ad5a;
	font-weight: bold;
}
  
ul#leftnavi li.subnaviact a:visited {
  	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration : none;
	font-size: 14px;
	color:#f8ad5a;
	font-weight: bold;
}

ul#leftnavi li.subnaviact a:hover {
  	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration : none;
	font-size: 14px;
	color:#f8ad5a;
	font-weight: bold;
} 

ul#leftnavi li.subnaviact a:active {
  	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration : none;
	font-size: 14px;
	color:#f8ad5a;
	font-weight: bold;
}
/* subnavi2 */
/* -------------------------------------------- */
.subnavi2 a {
  	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration : none;
	font-size: 12px;
	color:#787878;
	font-weight: bold;
}

.subnavi2 a:link {
  	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration : none;
	font-size: 12px;
	color:#787878;
	font-weight: bold;
}
  
.subnavi2 a:visited {
  	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration : none;
	font-size: 12px;
	color:#787878;
	font-weight: bold;
}

.subnavi2 a:hover {
  	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration : none;
	font-size: 12px;
	color:#f8ad5a;
	font-weight: bold;
} 

.subnavi2 a:active {
  	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration : none;
	font-size: 12px;
	color:#f8ad5a;
	font-weight: bold;
}

/* subnaviact */
/* -------------------------------------------- */

.subnaviact2 a {
  	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration : none;
	font-size: 12px;
	color:#f8ad5a;
	font-weight: bold;
}

.subnaviact2 a:link {
  	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration : none;
	font-size: 12px;
	color:#f8ad5a;
	font-weight: bold;
}
  
.subnaviact2 a:visited {
	margin: 6px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration : none;
	font-size: 12px;
	color:#f8ad5a;
	font-weight: bold;
}

.subnaviact2 a:hover {
	margin: 6px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration : none;
	font-size: 12px;
	color:#ff6d5a;
	font-weight: bold;
} 

.subnaviact2 a:active {
	margin: 6px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration : none;
	font-size: 12px;
	color:#ff6d5a;
	font-weight: bold;
}

/* Formular - Formatierung */
/*-------------------------------------------------------------------------------------------*/  
#inhalt form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:14px;
	font-weight: bold;
}
#mailform {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
legend {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
 	border: 0px;
}
fieldset {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
 	border: 0px solid #C0C0C0;
}
.radiolayout {
 	border: 0px solid #C0C0C0;
}
.formu {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
#mailformRadio {
	margin: 2px 2px 2px 0px;
	padding: 0px 0px 0px 0px;
}
.mf-radio {
	margin: 2px 2px 2px 0px;
	padding: 0px 0px 0px 0px;
}
.mf-text {
	background-color: #ffffff;
 	color: #000000;
 	border: 1px solid #C0C0C0;
 	margin-bottom: 5px;
}
.mf-check {
	background-color: #ffffff;
 	color: #000000;
 	border: 1px solid #C0C0C0;
 	margin-bottom: 5px;
}
.mf-select {
	background-color: #ffffff;
 	color: #000000;
 	border: 1px solid #C0C0C0;
 	margin-bottom: 5px;
}
.mf-input {
 	border: 1px solid #C0C0C0;
 	margin-bottom: 5px;
}
.mf-submit {
	padding: 2px 2px 2px 2px;
	margin: 4px 0px 4px 0px;
 	font-weight: bold;
	color:#000000;
}
.req {	
	background-color: #ffffff;
	color:#fcaf61;
}
.important {	
	background-color: #ffffff;
	color:#fcaf61;
}
.name-of-person {	
	background-color: #ffffff;
	color:#330099;
}
.detail {	
	background-color: #ffffff;
	color:#336633;
}
.hrnews {
 	width:95%;
 	height: 2px;
	background-color: #fcaf61;
	color:#fcaf61;
	border: none;
}

/* Bilder - Formatierung */
/*-------------------------------------------------------------------------------------------*/  

.csc-textpic {	
	padding: 0px 0px 0px 0px;
 	margin: 0px 0px 0px 0px;
}
.csc-textpic-intext-left {
	padding: 0px 0px 0px 0px;
 	margin: 0px 0px 0px 0px;
}
.csc-textpic-imagewrap {
	padding: 0px 0px 0px 0px;
 	margin: 0px 0px 0px 0px;
}
.csc-textpic-image {
	padding: 0px 0px 0px 0px;
 	margin: 0px 0px 0px 0px;
}
csc-textpic-firstcol {
	padding: 0px 0px 0px 0px;
 	margin: 0px 0px 0px 0px;
}
csc-textpic-lastcol {
	padding: 0px 0px 0px 0px;
 	margin: 0px 0px 0px 0px;
}
.csc-textpic-caption {
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 9px;
	padding: 0px 0px 0px 0px;
 	margin: 0px 0px 0px 0px;
}