@font-face {
    font-family: VAG;
    src: url('VAGRounded-Light.eot'); /* EOT for stupid IE <9 */
}

@font-face {
    font-family: VAG;
    src: url('VAGRounded-Light.woff') format('woff'),
        url('VAGRounded-Light.ttf') format('truetype');
}

@font-face {
    font-family: VAGbold;
    src: url('VAG_Rounded_Bold.eot'); /* EOT for stupid IE <9 */
}

@font-face {
    font-family: VAGbold;
    src: url('VAG_Rounded_Bold.woff') format('woff'),
        url('VAG_Rounded_Bold.ttf') format('truetype');
}

body {
    color:#000000;
    background-color:#fff;
    margin:0;
    font-family: Arial;
}

h2
{
    /*font-size: 2em;*/
    font-family: VAG, 'Arial Rounded MT', Arial;
    font-size: 42px;
    /*padding: 0 0 0px 0;*/
    color: #80C826;
    padding-top: 15px;
    padding-bottom: 30px;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #313131;
    padding: 0;
}

#topheader
{
    background-color: #E9F5DD;
    height: 20px;
}

#heading
{
    color: white;
    /*font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 1px;*/
	font-family: VAG, 'Arial Rounded MT', Arial;
	font-size: 1.7em;
	font-size: 1.7vw;
    letter-spacing: 0.02em;
    text-align: center;
    padding-top: 15px;
}

#headerstripe
{
    background-color: #80C826;
    /*background: -moz-linear-gradient(center bottom , #6cbe1a 0%, #80c826 42%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cbe1a', endColorstr='#80c826');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cbe1a', endColorstr='#80c826');
    background: -moz-linear-gradient(bottom, #6cbe1a 0%, #80c826 42%);
    background: -webkit-linear-gradient(bottom, #6cbe1a 0%, #80c826 42%);
    background: -o-linear-gradient(bottom, #6cbe1a 0%, #80c826 42%);
    background: -ms-linear-gradient(bottom, #6cbe1a 0%, #80c826 42%);
	background: linear-gradient(bottom, #6cbe1a 0%, #80c826 42%);
	height: 60px;
}

#logo
{
    position: absolute;
    padding-left: 50px;
    top: 30px;
}

#container {
    padding-top: 120px;
	padding-bottom: 75px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
/*
#container a {
    border:none;
    background:#80C826;
    color: white;
    padding:10px;
    margin:10px;
    border-radius:5px;
    text-decoration:none;
}
#container a:hover
{
    background: #E9F5DD;
    color: grey;
}
*/
#footer
{
    position: fixed;
    bottom:0;
    /*margin-bottom: 10px;*/
    /*margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin: 0 30px 0 34px;*/
    width: 100%;
    border-top: solid 1px #6fbd43;
	border-bottom: solid 10px #ffffff;
    background-color: #e9f5dd;
    color: #313131;
    padding-top: 12px;
    padding-bottom: 15px;
    text-align: center;
    line-height: normal;
    font-size: .8em;
    clear:both;
}

#footer.noborder
{
	border:0;
}

#footer, #push {
	height:20px;
}

#footer a:link
{
    color: #80C826;
    text-decoration: underline;
}
#footer a:visited
{
    color: #80C826;
}
#footer a:hover
{
    color: #9AE151;
    text-decoration: none;
}
#footer a:active
{
    color: #80C826;
}

#push {clear:both;}

#gemeindediensttable
{
	margin-left:auto; 
    margin-right:auto;
}

#gemeindediensttable tr
{
	padding: 20px;
}

#gemeindediensttable td
{
	padding: 20px;
}

p.infos
{
	padding-top: 45px;
}

#nav{
	float: left;
	width: 300px;
	padding: 10px 10px 10px 100px;
	margin-bottom: 35px;
}

#content{
	width: 70%;
	margin-left: 410px;
}

#content img{
	max-width: 70%;
	height: auto;
	width: auto; /* For IE8 */
}

.menu{
    margin-left:auto; 
    margin-right:auto;
    margin-bottom: 50px;
}

.menu a{
    border-style: none;
	font-size: 1.2em;
    font-size: 1.1vw;
    font-family: VAG, 'Arial Rounded MT', Arial;
	letter-spacing: 0.01em;
    text-decoration: none;
    color: #313131;
}

.menu img{
    height: auto;
    margin: 0.6em 0.3em auto auto;
    width: 1em;
}

.menu a:hover{
    color: #707070;
}

.link{
    padding: 0.4em 0 0;
	text-align: left;
}

.link2{
    padding: 0.4em 0 0;
	text-align: left;
	font-weight: bolder;
}

.heading{
	padding: 0.4em 0 0;
	font-size: 1.4em;
    font-size: 1.3vw;
}
