*, html, body {
        font-family:arial,sans-serif;
	color: #223c6c;
}

div#page {
	height: 768;
        width: 1024px;
        background-color:#fff;
        border: 0px;
}
div{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	font-size: 15px;
	text-align: left;

}
div#content{
	height:700px;
}
div.area {
	text-align: right;
	vertical-align: top;}
div#produkt{ 
	background-color: #E2E8F4 ;
	margin: 10px;
	width: 240px;
	height: auto;
	text-align: left;
}
div#center{
	text-align: center;
	height: 406px;
}

a {
        color: #667AA0;
        text-decoration:underline;
        font-weight: bold;
        vertical-align: middle;
}
a:hover {
        color: #1E2A42;
        text-decoration: underline;
}
h1{
	padding: 10px;
	font-size: 24px;
	text-align: center;
}
img{
	margin: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
}
table {
	background-color: #ffffff;
	margin-top: 30px;
	margin-left: auto;
	width: 800px;
	height: 600;
	border-collapse:collapse;
	border: solid 1px #223c6c;
}
#table2 {
	background-color: #ffffff;
	margin-top: 0px;
	margin-left: 0px;
	height: auto;
	width: auto;
	border-collapse:collapse;
	border: none;
}

td#top {
	background: #223c6c;
}
td#top2 {
	background-color: #596592;
	vertical-align: top;
}
p {
	padding: 5px;
	background-color: #E2E8F4;
	text-align: left;
}
td#pad{
	padding-top: 5px;
}
td.topvert{
	vertical-align: top;
}

td#footer {
	background: #223c6c;
}

tr#header{
	border-bottom: 1px #ffffff solid;
}
tr#band{
	height: 20px;
}

iframe#haendlersuche {
        width:430px;
        height:270px;
        overflow:auto;
        border-width:0;
}

ul#footer  {
        color: #b9bdd6;
        font-size:12px;
        font-weight:bold;
        text-align:right;
}

ul#footer ul {
        padding:0 10px;
        margin:0;
}

ul#footer li {
        display:inline;
        padding:0 10px;
}


ul#footer a {
        color: #fff;
        text-decoration:none;
}

#footer a:hover {
        color: #b9bdd6;
}
sup{
	font-size: 12px;
		
		
