* {
    padding: 0;
    margin: 0;
    font-family: verdana, geneva, sans-serif; 
}

body {
    background: white;
    color: black;
    margin: 2% 5% 1% 5%;
}

img {
    border: 0px;
}

p {
    font-size: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
}

table {
    margin-right:auto;
    margin-left:auto;
}

a {
    font-size: 100%;
    color: orange;
    text-decoration:none;
}

a:hover {
    color: black;
    text-decoration:underline;
}

a:active {
    color: black;
    text-decoration:none;
    font-style: italic;
}

h1 {
	font-size: 130%;
	font-weight: bold;
	color: darkorange;
	margin: 3px 0px 4px 0;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	color: darkorange;
	margin: 3px 0px;
}

#header {
    background-image:url(/pic/logo.jpg); background-repeat:no-repeat;
    background-position:top right;
    height:127px;
    margin: 10px 10px 10px 10px;
    text-align: center;
    clear: both;
}

#navi {
    padding-top: 20px;
    clear: both;
}

#content {
    padding: 5px 5px 0% 5px;    
    clear: both;
    text-align: center;
    background: black;
    color: white;
}

#contenttext{
    padding: 1% 0% 1% 0%;
    background: white;
    color: black;
}

#footer {
    padding: 2% 0 2% 0;    
    text-align: center;
}

.center {
    text-align: center;
}

#produkte {
    text-align: left;
    margin-left: 2%;
}

#produkte h1 img {
    vertical-align: middle;
}

#produkte ul {
    margin-left: 100px;
}

/*#content { background: white;}
#content .top, #content .bottom{display:block;background: white;}
#content .top b, #content_frame .bottom b
{
  display:block;height: 1px; overflow: hidden; background: #103ead;
}
#content .r1{margin: 0 5px;}
#content .r2{margin: 0 3px;}
#content .r3{margin: 0 2px;} 
#content .top .r4, #content .bottom .r4{margin: 0 1px;height: 2px;}*/

div#navi{float:left;width: 100%;}
ul#menu,ul#menu li{list-style-type:none;}
ul#menu{margin-left: 25px;}
ul#menu li{float:left;margin-right: 3px;text-align: center}
ul#menu a{float:left;width: 7em;padding: 5px 0;background: orange;color: white}
ul#menu a:hover{background: black;color: white}
ul#menu li.aktiv a,ul#menu li.aktiv a:hover{background: black;color: white; }