/* Copyright JK-IT-Services. All rights reserved. */
/* General part */
body {
    background: #FFFFFF;
    color: rgb(0,0,0);
    margin: 20px 20px 20px 20px;
    font-family: Arial, Verdana, Helvetica;
}

a {
	text-decoration: underline;
	color: black;
}
a:visited {
}
a:active {
}
a:hover {
}

.print_invisible {
    display: none;
}

img {
    border: 0;
    text-decoration: none;
}

table {
    border-style: none;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    width: 90%;
    margin: 0 auto; 
    text-align: left;
}
table th {
    border-style: none;
    border-bottom: solid 1px black;
}
table td {
    border-style: none;
    vertical-align: top;
}

ul, ol {
    list-style-position: outside;
}


/* Header part */
div#headcontainer {
    /* border: 2px solid rgb(50,50,50); */
    width: 950px;
    margin: 0 auto; 
    padding: 0 0 0 0;
}

#navigation {
    display: none;
}

div.space {
    height: 20px;
}


/* Content part */
div#contentcontainer {
    /* border: 2px solid rgb(50,50,50); */
    width: 950px;
    margin: 0 auto; /* center option applied */
}

div#contentcontainer h1 {
    /* font-size: 1.5em; */
	text-align: center;
}

div#contentcontainer h2 {
    /* font-size: 1.17em; */
	text-align: center;
}

div#contentcontainer h3 {
    /* font-size: 1em; */
	text-align: center;
}

div#contentcontainer h4 {
    /* font-size: 0.83em; */
	text-align: center;
}

div#contentcontainer h5 {
    /* font-size: 0.75em; */
	text-align: center;
}

div#path {
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 4px 10px;
    font-weight: bold;
    color: rgb(255,0,0);

} 
div#path a {
    text-decoration: none;
    font-weight: normal;
    margin-right: 0;
}

div#content {
    text-align: left;
    margin: 10px 10px 10px 10px;

} 

/* Workaround: Einrueckung bei Aufzählungen verhindern */
div#content ol {
	padding-left: 22px;
}

div#footer {
    height: 1em;
}

div#footer a {
    text-decoration: none;
    font-weight: normal;
}

div#footer a.left {
    float: left;
}
div#footer span.left {
    float: left;
}
div#footer a.right {
    display: none;
	float: right;   
}
div#footer span.right {
    display: none;
	float: right;   
}

table.products {
    width: 100%;

}
table.products th {
    text-align: center;
    font-size: 90%;
}
table.products td {
    text-align: center;
    vertical-align: middle;
    font-size: 90%;
}
table.products td a {
    text-decoration: none;
    font-size: 90%;
    font-weight: bold ;
}
table.products td a:hover {
    color: red;
}

div.productoverview {
    background-color: white;
    width: 840px;
    height: 510px;
    margin: 0 auto;
    padding: 10px;
}
div.productoverview div {
    width: 100%; 
    height: 30px; 
}
div.productoverview a {
    text-decoration: none;
    font-weight: bold;
    color: black;
    background-color: #EFEFEF;
    text-align: center;
    border-top: solid 2px rgb(115,115,115);
    border-bottom: solid 2px rgb(115,115,115);
    padding-top: 5px;
    height: 141px;
    width: 400px;
    float: left;
    margin: 10px;
}
div.productoverview a:hover {
    font-weight: bold;
    border-top: solid 2px red;
    border-bottom: solid 2px red;

}
div.productoverview div#search {
    text-decoration: none;
    color: black;
    background-color: #EFEFEF;
    text-align: center;
    border-top: solid 2px rgb(115,115,115);
    border-bottom: solid 2px rgb(115,115,115);
    padding-top: 5px;
    height: 141px;
    width: 820px;
    float: left;
    margin: 10px;
}
div.productoverview div#search div {
    font-weight: bold;
}
input#submit {
    background-color: #EFEFEF;
    border: none;
    border-top: solid 2px red;
    border-bottom: solid 2px red;
    width: 200px;
}

table.contact td {
    border-bottom: 6px solid white;
}
table.contact td.highlight {
    font-weight: bold;
    color: red;
}

.error {
    color: red;
    font-weight: bold;
}
.carousel_container {
	display: none;
    width: 930px;
	height: 300px;

}

div#quick_links {
	display: none;
}