* {
    margin: 0;
    padding: 0;
}
h3 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 150%;
}
h4 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 110%;
    font-weight: bold;
}
li {
    margin-left: 15px;
}
body {
    background-color: #01307c;
    text-align: center;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 90%;
    color: #7a7a7a;
}
a, img {
    text-decoration: none;
	border: none;
}
#wrapper {
    /*background-color: #fff;*/
    width: 900px;
    margin: 0 auto;
    text-align: left; 
    background-image: url(img/hg_content.png);
    background-repeat: repeat-y;
}
header, nav, footer, aside, section, landing {
    display: block;
}
main {
	background-image: url(img/bg.gif);
	background-repeat:repeat-x;
}
header {
    background-image: url(img/header.png);
    height: 120px;
    width: 900px;
    margin: 0 auto;
    font-size: 90%;
}
header a {
    text-decoration: none;
    color: #ccc;
}
header p {
    text-align: right;
    padding-right: 15px;
}
#steuerungoben {
    background-image: url(img/bg_nav.gif);
    height: 30px;
}
#steuerungoben ul {
    list-style-type: none;
}
#steuerungoben li {
    display: inline;
}
#steuerungoben a {
    display: block;
    width: 189px;
    float: left;
    text-align: center;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
#steuerungoben a:hover {
    background-image: url(img/navi_abdunkeln.png);
}
#steuerunglinks {
    padding: 0px 0px 0px 20px;
    width: 240px;
    float: left;
    border-right: solid 1px #7a7a7a;
    margin-top: 50px;
}
#steuerunglinks ul {
    list-style-type: none;
}
#steuerunglinks a {
    display: block;
    width: 200px;
    text-align: right;
    line-height: 25px;
    text-decoration: none;
    font-weight: bold;
}
/*Sidebar Spektrum*/
.cash a {
    background-image: url(img/buttons/cash_txt.gif);
    background-repeat: no-repeat;
    line-height: 25px;
}
.cash a:hover {
    background-image: url(img/buttons/cash.gif);
    background-repeat: no-repeat;
}
.ebay a {
    background-image: url(img/buttons/ebay_txt.gif);
    background-repeat: no-repeat;
    line-height: 25px;
}
.ebay a:hover {
    background-image: url(img/buttons/ebay.gif);
    background-repeat: no-repeat;
}
.konfektion a {
    background-image: url(img/buttons/konfektion_txt.gif);
    background-repeat: no-repeat;
    line-height: 25px;
}
.konfektion a:hover {
    background-image: url(img/buttons/konfektion.gif);
    background-repeat: no-repeat;
}
.repair a {
    background-image: url(img/buttons/repair_txt.gif);
    background-repeat: no-repeat;
    line-height: 25px;
}
.repair a:hover {
    background-image: url(img/buttons/repair.gif);
    background-repeat: no-repeat;
}
.retouren a {
    background-image: url(img/buttons/retouren_txt.gif);
    background-repeat: no-repeat;
    line-height: 25px;
}
.retouren a:hover {
    background-image: url(img/buttons/retouren.gif);
    background-repeat: no-repeat;
}
.versand a {
    background-image: url(img/buttons/versand_txt.gif);
    background-repeat: no-repeat;
    line-height: 25px;
}
.versand a:hover {
    background-image: url(img/buttons/versand.gif);
    background-repeat: no-repeat;
}
.warehousing a {
    background-image: url(img/buttons/warehousing_txt.gif);
    background-repeat: no-repeat;
    line-height: 25px;
}
.warehousing a:hover {
    background-image: url(img/buttons/warehousing.gif);
    background-repeat: no-repeat;
}
.webshop a {
    background-image: url(img/buttons/webshop_txt.gif);
    background-repeat: no-repeat;
    line-height: 25px;
}
.webshop a:hover {
    background-image: url(img/buttons/webshop.gif);
    background-repeat: no-repeat;
}
.order a {
    background-image: url(img/buttons/order_txt.gif);
    background-repeat: no-repeat;
    line-height: 25px;
}
.order a:hover {
    background-image: url(img/buttons/order.gif);
    background-repeat: no-repeat;
}

/*Sidebar Kontakt*/
.adresse a {
    background-image: url(img/buttons/adresse_txt.gif);
    background-repeat: no-repeat;
    line-height: 25px;
}
.adresse a:hover {
    background-image: url(img/buttons/adresse.gif);
    background-repeat: no-repeat;
}
.anfahrt a {
    background-image: url(img/buttons/anfahrt_txt.gif);
    background-repeat: no-repeat;
    line-height: 25px;
}
.anfahrt a:hover {
    background-image: url(img/buttons/anfahrt.gif);
    background-repeat: no-repeat;
}




section {
    /*background-color: green;*/
    margin-left: 310px;
    margin-right: 227px;
    line-height: 1.7;
    margin-top: 50px;
}
section a {
	text-decoration: underline;
	color: #7a7a7a;
	font-weight: bold;
}
section p {
	padding-bottom: 2em;
}
aside {
    /*background-color: blue;*/
    width: 177px;
    float: right;
    margin-top: 90px;
    line-height: 80px;
}
aside img {
    
}
footer {
    clear: both;
    font-size: 80%;
}
landing {
	width: 900px;
	position: absolute;
	margin-top: -225px;
	top: 50%;
	margin-left: -450px;
	left: 50%;
}
landing p {
	text-align: left;
	padding-left: 80px;
}
landing a {
	color: #137bd4;
}
