 * {
    font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
}

html {
    height: 100%;
    margin-bottom: 1px;
}

body {
    background-color: #DEDEDE;
    height: 100%;
}

div#mainbox {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

div#header {
    width: 1200px;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 0px;
    
}

div#left {
    width: 300px;
}
div#right {
	float: right;
	padding: 0px;
    width: 890px;
    margin-left: 10px;
}

div#menu {
	padding-top: 0px;
    background-color: #FFF;
    width: 300px;
    background-repeat: repeat-y;
	-moz-border-radius: 13px;
	border-radius: 13px;    
}


div#main {
    width: 100%;
}

div#contentbox {
    background-color: #DEDEDE;
    border-width: 0px;
    margin-top: 0px;
    
}

div#navbar {
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0px;
    background-color: #F2F2F2;
    color: #006699;
    font-size: 10px;
}

div#navbar a {
    color: #006699;
    font-size: 10px;
    padding-left:10px;
}

div#topimage img {
    display: block;
}

div#content {
    padding: 10px;
    background-color: #ffffff;
}

div#footer {
	background-color:#FFF;
    padding-top: 10px;
    padding-right: 20px;    
    text-align:right;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;    
	height: 25px;
	font-size: 8pt;
}

div#footer a{
	font-size: 8pt;
}

a:link {
    color: #4169E1;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #4169E1;
}

a:hover {
    text-decoration: underline;
    color: #4169E1;
}

a:active {
    text-decoration: none;
} .centered {
    text-align: center;
} .right {
    text-align: right;
} .error {
    font-size: 14px;
    color: red;
}


a[href$='.pdf'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(/media/icons/pdf_16x16.png) center left no-repeat;
}

a[href$='.zip'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(/media/icons/zip_16x16.png) center left no-repeat;
}

h1 {
    font-size: 16pt;
}

h2 {
    font-size: 14pt;
}

h3 {
    font-size: 12pt;
}


img {
    border: none;
}

hr {
    background-color: #C3C3C3;
    color: #C3C3C3;
    border: none;
    height: 1px;
}

div#bottomBar {
    float: left;
    width: 990px;
    height: 130px;
    background-color: white;
    text-align: center;
    background-image: url(resources/footer.png);
    background-repeat: no-repeat;
}

div#big {
    width: 100%;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffffff;
    border: 2px solid #C3C3C3;
}


div#leftBox, div#rightBox {
    float: left;
    margin-top: 10px;
}

div#leftBox {
    width: 160px;
}

div#rightBox {
    width: 180px;
}

div#leftBox h6, div#rightBox h6 {
    font-size: 12px;
    display: block;
    text-decoration: bold;
    background-color: #FF0033;
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

div#leftBox h6 {
    width: 150px;
}

div#rightBox h6 {
    width: 170px;
}

div#leftBox {
    left: 0;
}

div#rightBox {
    right: 0;
}

div#categories, div#produktsuche, div#basketpreviewdiv, div#sidebarRight {
    background-color: #DEDDDE;
    margin-bottom: 10px;
}

div#hinweis {
    margin-bottom: 10px;
    margin-top: 10px;
}

a#erweiterteSuche {
    display: block;
    margin-top: 5px;
    padding-top: 4px;
    padding-bottom: 3px;
    text-align: center;
    border-top: 1px solid #ABC5E6;
}

div#basketpreview font#warenkorbLeer {
    display: block;
    margin-left: 5px;
    margin-top: 5px;
}

div#sidebarRight {
    background: none;
    text-align: center;
}

form#formproduktsuche {
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

input#submitProduktsuche {
    position: relative;
    top: 3px;
}

a.sideBoxElement {
    width: 155px;
    display: block;
    border-top: 1px solid #ABC5E6;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
}

a.sideBoxElement:hover {
    background-color: #ffffff;
}

img.loader {
    background-color: #FFFFFF;
    background-image: url(resources/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 32px;
    min-width: 32px;
}



