html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

iframe { border: 0; }

body {
    font-family: Arial, sans-serif;
    font-size: 11pt;
    background-color: #F9F9F9;
    margin-top: 5px;
}

a {
    text-decoration: none;
    color: #000;
}

#main {
    width: 960px;
    height: 1200px;
    margin: 0px auto;
	background-image:url(../gfx/hg_start.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#main2 {
    width: 960px;
    height: 1200px;
    margin: 0px auto;
	background-image:url(../gfx/hg_portrait.jpg);
	background-position:top left;
}

#main3 {
    width: 960px;
    height: 1400px;
    margin: 0px auto;
	background-image:url(../gfx/hg_produkte.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#main4 {
    width: 960px;
    height: 1300px;
    margin: 0px auto;
	background-image:url(../gfx/hg_kontakt.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#main5 {
    width: 960px;
    height: 1000px;
    margin: 0px auto;
	background-image:url(../gfx/hg_kontakt.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#header {
    width: 960px;
    float: left;
    height: 153px;
}

#header_li {
    float:left;
    width: 500px;
    height: 100px;
    padding: 30px 0 0 20px;
    font-size: 11pt;
    font-weight: bold;
    font-style: italic;
    color: #3C2683;
}

#header_re {
    float:left;
    width: 340px;
    height: 130px;
}

.logo {
    border: 0px;
}

#navi {
    float: left;
    width: 700px;
    height: 20px;
    font-size: 10pt;
    margin-top: 0px;
    margin-left: 220px;
}

#navlist li {
    float: left;
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    padding-top: 0px; 
}

#navlist li a {
    text-decoration: none;
    color: #fff;
}

#content {
    float: left;
    width: 850px;
    height: auto;
    margin: 240px 0 0 50px;
}

h2 {
    font-size: 14pt;
    font-weight: bold;
    font-style: italic;
    color: #3C2683;
    letter-spacing: 0.2em;
    padding: 0px;
    margin: 0px;
}

p {
    padding-left: 5px;
}

.text {
    font-weight: bold;
}

#laufband {
    float: left;
    width: 960px;
    height: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #3C2683;
    font-size: 14pt;
    padding: 10px 0 10px 0;
}

.button {
    background-color:#fff;
	background-image: url(../gfx/button_hg.gif);
	color:#fff;
	width:120px;
	height: 20px;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	border: 1px solid #666;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}



















