.mainhtml
	{
		min-height: 100%;
		height: 100%;
		max-height: 100%;
		margin: 0;
		background-color: #376092;
		background-image: -moz-linear-gradient(top,#376092 0%, #C2D1ED 100%);
		background-image: -webkit-linear-gradient(top,#376092 0%, #C2D1ED 100%);
		background-image: -ms-linear-gradient(top,#376092 0%, #C2D1ED 100%);
		background-image: -o-linear-gradient(top,#376092 50%, #C2D1ED 100%);	
	}
	
	
.mainhtml2
	{
		min-height: 100%;
		height: 100%;
		max-height: 100%;
		min-width: 700px;
		margin: 0;
		position: relative;
		background-color: #FFFFFF;
		/*
		background-image: -moz-linear-gradient(top,#6176b5 0%, #00014a 100%);
		background-image: -webkit-linear-gradient(top,#6176b5 0%, #00014a 100%);
		background-image: -ms-linear-gradient(top,#6176b5 0%, #00014a 100%);
		background-image: -o-linear-gradient(top,#6176b5 0%, #00014a 100%);
		*/
		/* background-image: url(../../../img/landscape.jpg); */
		background-repeat: no-repeat;
		background-size: cover;
		color: #000000;
		padding: 0;
        font-size: 1.1em;
	}
	
a {
		text-decoration: none;
		font-style:italic;
		color: #333300;
		font-weight: bold;
	}
a:hover
	{
		text-decoration: underline;
	}
	
.maincontainer
	{
		margin: 0 auto;
		width: 1200px;
		position: relative;
		height: 100%;
	}

.mainbody
	{
		margin: 0;	
		height: auto;
		position: relative;
		min-width: 900px;
		display: table;
		height: 100%;
		width: 100%;
		font-family: Arial;
		font-family: Calibri;
		padding: 0;
	}
	
.mainbanner
	{	
		margin: 0;
		padding: 0;
		text-align: left;
		position: absolute;
		left: 0;
		right: 0;
		top: 20px;
		height: 130px;
		background-position: 10px center;
		background-repeat: no-repeat;
		background-color: #FFE100;
		background-color: rgba(255,225,0,0.9);
		background-image: url("../../../img/logo.png");
        background-size: auto 120px;
        
        border-radius: 4px;
        
        padding-left: 150px;
        
		
		z-index: 20;
		 
		border: 3px solid #888888;
		
		cursor: pointer;
	}
	
.mainbanner_title {
    font-weight: bold;
    font-size: 45px;
    margin-top: 25px;
    margin-bottom: -8px;
}

.mainbanner_subtitle {
    font-size: 26px;
}
    
.maincontentborder
	{		
		
		position: absolute;
		top: 200px;
		bottom: 70px;	
		left: 0;
		right: 0;
		z-index: 10;
	}
	
.maincontentbox
	{
		position: relative;
		margin: 0 auto;
		height: 100%;
		width: 100%;
		padding: 0;
	}
	
.maincontent
	{
		margin: 0;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		padding: 10px;
		right: 0;
		background-color: #FFFFFF;
		background-color: rgba(255,255,255,0.85);
		overflow: auto;
		border-radius: 4px; 
		
		border: 3px solid #888888;
		
		text-align: left;
	}
	
.scrollcontent
	{
		width: 100%;
		height: 100%;
		overflow: auto;
		position: relative;
		padding: 10px;
		margin-right: 10px;
	}
	
.maininfotrigger
	{
		position: relative;
		float: right;
		background-color: #B8061D;
		height: 100%;
		width: 20px;
		-moz-border-radius:10px; /* Firefox */
		-webkit-border-radius:10px; /* Safari, Chrome */
		border-radius:10px; /* Opera (W3C Standard) */	
	}
	
.maininfoborder
	{
		position: absolute;
		padding: 0;
		/*height: 100%;*/
		bottom: 0px;
		top: 10px;
		right: 0px;
		left: 980px;
		padding-left: 10px;
		background-color: #E34400;
		background-color: rgba(227,68,0,0.9);
		-moz-border-radius:10px; /* Firefox */
		-webkit-border-radius:10px; /* Safari, Chrome */
		border-radius:10px; /* Opera (W3C Standard) */	
		text-align: left;
		/* -moz-box-shadow: 0 0 20px #000;
		 -webkit-box-shadow: 0 0 20px #000;
		 box-shadow: 0 0 20px #000; */
		 overflow: hidden;
		background-image: url(../../../img/arrow-left.png);
		background-position: 1px 50%;
		background-size: 20 30;
		background-repeat: no-repeat;	
	}
	
.maininfobox
	{		
		position: relative;
		width: 230px;
		float: left;
		height: 100%;
		padding: 10px;
		color: #FFFFFF;
	}

.maininfobox a {
		text-decoration: none;
		font-style:italic;
		color: #000000;
		font-weight: bold;
	}

.maininfobox a:hover
	{
		text-decoration: underline;
	}
	
.mainfooterborder
	{	
	
	}
	
.mainfooter
	{		
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 40px;
		background-color: #000;
		background-color: rgba(0,0,0,0.8);
		color: #FFFFFF;
		text-align: left;
		padding-left: 20px;
		padding-right: 20px;
		display: table-cell;
		vertical-align: middle;
	}
		
.mainfooter a
	{
		color: #FFFFFF;
		text-decoration: underline;
	}
.mainfooter a:visited
	{
		color: #FFFFFF;
		text-decoration: underline;
	}

.hyperdiv
	{
		display:none;
		line-height: 100%;
		background-color: #000;
		background-color: rgba(0,0,0,0.8);
		position: absolute;
		text-align: center;
		z-index: 999;
		left: 0;
		top: 0;
		bottom: 0;
		width: 100%;	
		overflow: auto;
		vertical-align: middle;
	}
	
.hyperdivloader
	{
		width: 100%;
		overflow: none;
	}
	
.hyperdivcontent
	{
		overflow: auto;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
.hyperdivimg
	{
		overflow: none;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		width: 100%;
		height: 100%;
		
	}
	
.hyperdivcontent img
	{
		border: 0px;
		max-height: 90%;
	}
	
img
	{
		border: 0px solid #FF4E03;
		border-radius: 2px; /* Opera (W3C Standard) */			
		cursor: pointer;
        margin: 5px;
        box-shadow: 0px 1px 2px 1px #888888;
	}
    
.noshadow {
        box-shadow: 0px 0px 0px 0px #888888;

}
	
.noopen {
    cursor: pointer;
}
	
.gemeindegruss
	{
		cursor: pointer;
	}
	
.hidden-login
	{
		opacity: 0;
	}
	
.hidden-login:hover
	{
		opacity: 1;
	}
    
h1 {
    margin-top: 5px;
}

h2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

p {
	margin-top: 5px;	
}

/* BLOCKQUOTES */
blockquote {
  border: 0px solid #FFE100;
  border-left: 10px solid #FFE100;
  background: #FFF7BB;
  border-radius: 3px;
  max-width: 80%;
  margin: 1.5em 0px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  background: -moz-linear-gradient(0deg, rgba(255,247,187,0.9) 0%, rgba(255,255,255,0) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,247,187,0.9)), color-stop(100%, rgba(255,255,255,0))); /* safari4+,chrome */
background: -webkit-linear-gradient(0deg, rgba(255,247,187,0.9) 0%, rgba(255,255,255,0) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(0deg, rgba(255,247,187,0.9) 0%, rgba(255,255,255,0) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(0deg, rgba(255,247,187,0.9) 0%, rgba(255,255,255,0) 100%); /* ie10+ */
background: linear-gradient(90deg, rgba(255,247,187,0.9) 0%, rgba(255,255,255,0) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF7BB', endColorstr='#ffffff',GradientType=1 ); /* ie6-9 */
}
blockquote:before {
  color: #FFE100;
  content: open-quote;
  position: absolute;
  font-size: 6em;
  line-height: 0.35em;
  margin-right: 0.25em;
  vertical-align: -0.2em;
}
blockquote p {
    margin-top: -1em;
    display: inline;
}