.clearfloat {
	clear:both;
  height:0;
  line-height: 0px;
}
@font-face {
    font-family: 'Mercedes Serial';
    src: url('../fonts/mercedes-serial-regular-webfont.eot');
    src: url('../fonts/mercedes-serial-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mercedes-serial-regular-webfont.woff') format('woff'),
         url('../fonts/mercedes-serial-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Mercedes Serial Light';
    src: url('../fonts/mercedes-serial-light-webfont.eot');
    src: url('../fonts/mercedes-serial-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mercedes-serial-light-webfont.woff') format('woff'),
         url('../fonts/mercedes-serial-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
	color: #333333;
	background-color: rgba(204,204,204,0.5);
	background-color: rgba(245,245,245,1.0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	font-style: normal;
	line-height: 150%;
	margin: 0;
	padding: 0px;
	overflow: scroll;
}
#container {
	background-color: rgba(255,255,255,0.7);
	text-align: left;
	width: calc( 100% - 2px );
	max-width: 830px;
	min-width: 490px;
	margin-left: auto;
	margin-right: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: rgba(153,153,153,1);
}
#container_dapf {
	margin-top: 0px;
	margin-left: auto;
	background-color: #F2F2F2;
	text-align: left;
	border: thin none #999;
	margin-right: auto;
	width: auto;
	padding: 0px;
}
#header {
	background-color: #F2F2F2;
	height: 185px;
	width: 100%;
	overflow: hidden;
}
#headerportrait {
	background-image: url(/images/header/hiarli.png);
	background-repeat: no-repeat;
	background-position: 5px bottom;
	background-color: rgba(0,0,0,0);
	width: 175px;
	margin-top: -185px;
	position: absolute;
	float: left;
	height: 145px;
}
#headerportraitrechts1, #headerportraitrechts2, #headerportraitrechts3 {
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.7);
	margin-right: 8px;
	position: relative;
	float: right;
	height: 36px;
	width: 150px;
}
#headerportraitrechts1 {
	background-image: url("/images/header/svp-sticker-schweiz.png");
	margin-top: -167px;
}
#headerportraitrechts2 {
	background-image: url("/images/header/svp-sticker-zuerich.png");
	margin-top: -121px;
}
#headerportraitrechts3 {
	background-image: url("/images/header/svp-sticker-pfaeffikon.png");
	margin-top: -75px;
}
#headertitel {
	color: whitesmoke;
  background-image: linear-gradient( rgba(255,255,255,0), rgba(0,0,0,0.5) );
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: calc( 100% - 30px );
	margin-top: -33px;
	position: relative;
	float: left;
	white-space: nowrap;
	overflow: hidden;
}
#headertitel text {
	text-shadow:  1px  1px 1px darkgreen,
              	1px -1px 1px darkgreen,
                -1px  1px 1px darkgreen,
                -1px -1px 1px darkgreen;
	font-size: 1.3em;
	line-height: normal;
	font-weight: 600;
}
#inhaltbreit {
	background-color: rgba(255,255,255,0.5);
	width: calc( 100% - 202px );
	float: left;
	padding: 15px;
	overflow: auto;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#spaltelinks {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px none #060;
}
#menue_dapf {
	float: left;
	margin: 0px;
	padding: 0px;
}
#menue {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#menuerechts {
	float: right;
	width: 150px;
	background-color: #FFFFFF;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	clear: both;
}
#fotorechts {
	float: right;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	clear: right;
	position: relative;
	right: 35px;
	width: 149px;
}
#footer {
	background-color: rgba(189,235,123,1.00);
	background-color: rgba(255,255,255,1.00);
	height: 25px;
	width: 100%;
	float: left;
	line-height: 25px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
input , textarea, select{
	background-color: #FFFFFF;
	color: #333333;
	margin: 0px;
	padding: 2px;
}
.submitbutton input {
	padding: 6px;
	margin-top: 5px;
	display: block;
	background-color: #D4D4D4;
	font-size: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #999999;
}
label {
  cursor: pointer;
}
.weiss {
	color: #FFF;
}
.rechts {
	text-align: right;
}
.fotolinks {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	margin-top: 5px;
}
.fotorechts {
	margin-bottom: 5px;
	margin-left: 10px;
	float: right;
	margin-top: 5px;
}
.fotonews {
	max-width: 100%	
	margin-bottom: 5px;
	float: right;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.beschriftung {
  position: relative;
  margin-right: 10px;
  margin-bottom: 5px;
  float: left;
  margin-top: 5px;
}
.beschriftung img {
  display: block;
}
.beschriftung span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	color: #fff;
	text-align: center; 
	height: 2em;
	line-height: 1.8em;
	border-top: 1px solid rgba(0,153,0,0.6);
	/*	
	border-bottom: 1px solid #999;
	*/	
	background: #282828;
	background-color: rgba(0,153,0,0.6);
}
.mitte {
	margin-right: auto;
	margin-left: auto;
}
.fett {
	font-weight: bold;
}
.parolenein {
	font-weight: bold;
	font-size: 24px;
	color: #FF0000;
}
.paroleja {
	font-weight: bold;
	font-size: 24px;
	color: #009900;
}
.parolefrei {
	font-weight: bold;
	font-size: 24px;
	color: #FF9900;
}



.titelzeile {
	background-color: #999999;
	padding-top: 5px;
	padding-bottom: 2px;
}
.achtung {
	background-color: #ff0;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	color: #f00;
}
#container #inhalt h3 {
	padding-top: 10px;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
.linkneutral {
	color: #060;
	text-decoration: none;
}
hr {
	border-top-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-family: 'Mercedes Serial', arial, sans-serif;
	color: rgba(0,153,0,1);
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,153,0,0.25);
}
h3 {
	font-family: 'Mercedes Serial', arial, sans-serif;
	color: rgba(0,153,0,1);
	font-size: 18px;
	font-weight: normal;
	line-height: 23px;
	padding-top: 8px;
	padding-bottom: 6px;
	margin: 0px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	height: 3px;
}
p {
	font-size: 14px;
	line-height: 19px;
}
table, th, td {
	border-color: #999999;
}	
#tabelle table {
	background-color: #FFEEBB;
}	
#tabelle th, #tabelle td {
	background-color: F9F9F9;
	border: 0px solid #999999;
	padding: 10px;
}	
a {
	color: #336600;
}
antwort {
	background-color: #CCF;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #666;
}
#linie {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
#person {
	float: left;
	height: 250px;
}
#news {
	float: left;
	width: 294px;
	margin-right: 10px;
	background-image: url(/images/header/bg_news.png);
	background-repeat: repeat-y;
}
#news table tr td a {
	text-decoration: none;
}
.newstitel {
	text-decoration: none;
	line-height: 24px;
	font-weight: bold;
}
.icon {
	bottom: -3px;
	position: relative;
}
.notizzettel {
	position: relative;
	left: 230px;
	top: -10px;
}
#einstieg {
	position: relative;
	left: 125px;
	height: 170px;
	width: 500px;
}
#teilagenda {
	margin: 0px;
	font-size: 0.9em;
	white-space: nowrap;
	overflow: hidden;
	width: 150px;
}
.a-rb {
	text-align: right;
}
form {
  width: calc(100% - 2px);
  padding: 0px;
  border: 1px solid #999999;
}
fieldset {
  width: calc(100% - 23px);
	background-color: #FFEEBB;
  margin: 10;
  border: 0px solid F9F9F9;
}
.textfeld, .submitbutton {
  margin: 10px;
  display: block;
}
.textfeld label {
  display: block;
}
.textfeld input, .textfeld textarea {
  width: 280px;
  padding: 4px;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #999999;
}
form {
  width: calc(100% - 2px);
  padding: 0px;
  border: 1px solid #CC6600;
}
fieldset {
  width: calc(100% - 23px);
	background-color: #FFEEBB;
  margin: 10;
  border: 0px solid #390;
}
.textfeld, .textfeld2, .submitbutton {
  margin: 10px;
  display: block;
}
.textfeld label {
  display: block;
}
.textfeld input, .textfeld2 input, .textfeld textarea {
  width: 280px;
  padding: 4px;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #CC6600;
}
.textfeld2 input {
  width: inherit;
	display: inline;
}
div.eckenrundung {
width: 100%;
padding: 50px;
box-sizing: border-box;
border-radius: 3px 15px 5px 30px;
background: #dfdfdf;
}
div.schatten {
  width: 80%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
