body
{
    margin: 0px;
    overflow-x:hidden;
    height: 100%;
    background-color: #FFFFFF;
    padding: 0px;
}

html
{
	overflow-x:hidden;
    height: 100%;
}

img
{
	border: 0px;
    margin: 0px;
}

form
{
	display: inline;
}


#Footer
{
    margin-left: auto;
    margin-right: auto;
    width: 810px;
    text-align: center;
    /*border-top: 1px solid darkgray;*/
    padding-top: 5px;
}


#Body
{
	width: 740px;
    padding: 30px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    clear: both;
    background-color: #F5F4F3;
}


#Header
{
	background-image: url(../_gfx/header_gruen.gif);
    background-repeat: no-repeat;
    height: 128px;
    width: 810px;
    margin-left: auto;
    margin-right: auto;
}

#Menu
{
    width: 810px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}

.HeadPunkt
{
	display: block;
    width: 368px;
    height: 80px;
    margin-left: auto;
    background-color: transparent;
}

.MenuPunkt
{
	display: block;
    height: 30px;
    float: left;
}
.MenuPunkt:link 	{}
.MenuPunkt:active 	{}
.MenuPunkt:visited 	{}
.MenuPunkt:hover 	{}

.Startseite
{
	width: 115px;
}

.About
{
	width: 105px;
}

.Schwerpunkte
{
	width: 266px;
}

.Gestalt
{
	width: 232px;
}

.Kontakt
{
	width: 91px;
}
