

body{
	color: #111;
	background: #FFF;
	font-family: "Open Sans", sans-serif;
    font-size: 12px;
	margin:0;
    color: #4a4a4a;
	
}

a{
	color: #111;
}

p{
	color: #111;
}

#error{
	color:red;
}

#header{
	margin-top:30px;
    width: 100%;
    }
#header-inner{
    width: 1080px;
    margin: 0 auto;
     }
	 
.graph_checkbox {
	position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 14px;
    width: 100px;
    height: 20px;
    width: 20px;
	border: 0px solid #ddd;	
	accent-color: #008543;
}	

.graph_checkbox:hover {
	color: red;
} 


#page{
    width: 1090px;
    margin: 0 auto;
    background: #FFF;
    border: 0px solid #999;
 	}

#bild{
	margin-top:5px;
	padding-bottom:5px;
	margin-left:5px;
	width: 280px;
	float:left;
	overflow:hidden;
	}

#dialog{
	margin-top:5px;
	float:right;
	width: 560px;
	overflow:hidden;
	}

#fehler{
	margin-top:5px;
	padding-bottom:5px;
	margin-left:25px;
	float:right;
	width: 840px;
	height: 200px;
	overflow:hidden;
	}

#content {
    width: 873px;
    float: right;
    background: #FFF;
    padding: 0px;
    margin-top: 5px;
    overflow:hidden;
	}

#contentbreit {
    width: 1080px;
    float: left;
    background: #FFF;
    padding-left: 2px;
    margin-top: 5px;
    /*overflow:hidden;*/
	display: contents;
	}

#contentbreitcenter {
    width: 1080px;
	margin:0 auto;
    background: #FFF;
    margin-top: 5px;
      text-align: center; 
	}

#navi {
    width: 200px;
    float: left;
    margin-top: 5px;
    background: #ffffff;
	font-family: "Open Sans", sans-serif;
    font-size: 12px;
    overflow:auto;
}

#menu {
	position:absolute;
	top:0px;
    width: 100%;
	height: 2em;
    background: #999999;
height: 38px;
	
}

.mainmenue {
	width:1150px;
	margin:0 auto;
	text-align:center;
height: 38px;
	
}
.mainmenue li{
	list-style:none;
	float:left;
	padding:1em;
	text-align:center;
	-moz-transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;transition: all 0.2s ease-in;

}
.mainmenue li:hover{
	background:#48484b;

}

.mainmenue a{
	float:left;
	color:white;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}
	

#footer {
	position:relative;
	top:20px;
	width:100%;
	clear:both;
	background:#48484b;
	color:#fff;
	}
#footer a{
	color:#fff;
	}
	
#footer-inner {
	width:1080px;
	margin:0 auto;
	padding:2em 0 2em 0;
	line-height:2em;	
	}
#copyright {
	width:100%;
	clear:both;
	background:#323233;
	color:#fff;
	text-align:center;
	margin:1.5em 0 0em 0;
	}

#copyright-inner {
	padding:2em 0 2em 0;
	}

		

input, table, td, tr {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
} 

.bggreen{font-weight:bold;
  background: url('bg_green.png'); 
}
#header-inner a img{	-moz-transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;transition: all 0.2s ease-in;
}
#header-inner a img:hover{  
	transform: scale(1.2);
}

.butty{	-moz-transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;transition: all 0.2s ease-in;
}
.butty:hover{  
	transform: scale(1.2);
}

input[type=button],
input[type=submit]{
	background:#999999;
	color:#fff;	
	border:none;
	padding:0.5em 1em 0.5em 1em;
	margin:0.2em;
	border:2px solid #999999;
}

input[type=button]:hover,
input[type=submit]:hover{
	border:2px solid #323233;
}

.pg_notify{display:none;}
