body	{
	font-family: helvetica, verdana, arial;
	color: black;
	margin: 0;
	padding: 0;
	}
#all	{
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding: 5px;
	}
.ueber	{
	position: fixed;
	background-color: #4B8A08;
	text-align: center;
	color: white;
	}
.logo	{
	position: fixed;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	top: 35px;
	background-color: white;
	}
.logo img	{
	height: 100px;
	}
.firma 	{
	float: left;
	width: 30%;
	margin: 0;
	}
.gst	{
	}
.gst img {
	height: 75px;
	}
a.gst:active,
a.gst:hover,
a.gst:focus	{
	box-shadow: 2px 2px 6px #273b78 inset;
	}
a	{
	color: #4B8A08;
	}
.logo p	{
	color: #82FA58;
	float: right;
	width: 60%;
	}
#mgcontainer	{
	margin-top: 30px;
	}
.fotobar	{
	position: fixed;
	top: 150px;
	width: 226px;
	text-align: center;
	font-size: 75%;
	}
.fotobar img {
	width: 80%;
	margin-left: 10px;
	margin-top: 30px;
	}

.navbar	{
	position: fixed;
	top: 150px;
	width: 226px;
	float: left;
	text-transform: uppercase;
	font-size: 1.3em;
	}
.navmain 	{
	color: #273b78;
	border-bottom: 1px solid #273b78; 
	}
.navmain a	{
	color: #273b78;
	text-decoration: none;
	}
.navmain a:hover, .active	{
	/*text-shadow: 1px 1px 0.5px black;*/
	color: #e5067b;
	}
.item	{
	padding: 5px 0 5px 10px;
	border-top: 1px solid #273b78; 
	}
.inhalt	{
	float: right;
	width: 70%;
	margin-top: 130px;
	border-left: 2px solid #4B8A08;
	padding: 5px;
	overflow: hidden;
	}
.inhalt hr	{
	margin: -5px;
	color: #4B8A08;
	}
#footer	{
	position: fixed;
	bottom: 5px;
	width: 900px;
	background-color: #4B8A08;
	text-align: center;
	font-size: smaller;
	color: white;
	padding: 2px;
	}
.flinks, .fmitte	{
	width: 32%;
	float: left;
	}
#footer a	{
	text-decoration: none;
	color: white;
	}
.ce-div {
        border: 0;
        background-color: #273b78;
        height: 1px;
        }
