/*-----------------------------------------
-- Farben
-- rot         #A61313 -> dunkelblau #2B4871
-- schwarz     #000000
-- weiss       #FFFFFF
-- rot                 -> rot        #B60000
-- beige       #CEB281 -> blau       #ACBACF
-- hellbeige   #EFE9DF -> hellblau   #E0E5ED
-- grau        #7C7A78 -> blau       #ACBACF
-----------------------------------------*/


/*-----------------------------------------
-- Allgemeine Angaben
-----------------------------------------*/

body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	color:#000000;
	font-size:80%;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

form {
	padding: 0px;
	margin: 0px;
}

table, th, td {
	border:none;
}

table {
	border-collapse:collapse;
}

th, td {
	color:#000000;
	font-size:1em;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
th.left {
	text-align:left;
}
th.normal {
	font-weight:normal;
}

small {
	font-size:0.85em;
}

table.border, table.border th, table.border td, img.border {
	border:1px solid #ACBACF;
}

.tableTop {
	background:#2B4871;
	color:#FFFFFF
}
.tableTop td, .tableTop td a, .tableTop td a:hover {
	color:white;
}

.tableSubtop {
}

.tableOdd {
	background-color:#FFFFFF;
}
.tableEven {
	background-color:#E0E5ED;
}

h1 {
	color:#2B4871;
	font-size:1.4em;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:1em;
}

h2 {
	color:#2B4871;
	font-size:1.2em;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:1em;
	text-align:left;
}
caption {
	color:#000000;
	font-size:1em;
	font-weight:bold;
	margin-top:2em;
	margin-bottom:2em;
	text-align:left;
}

h3 {
	color:#000000;
	font-size:1em;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}

.red {
	color:#B60000;
}

a {
	color:#2B4871;
	text-decoration:underline;
}
a:hover {
	color:#2B4871;
	text-decoration:underline;
}

a.redLink {
	color:#B60000;
}
a.redLink:hover {
	color:#B60000;
}

a.infolink {
	font-size:0.85em;
	font-weight:bold;
	color:#B60000;
	text-decoration:none;
}
a.infolink:hover {
	font-size:0.85em;
	font-weight:bold;
	color:#B60000;
	text-decoration:underline;
}

h1 a {
	color:#2B4871;
	text-decoration:none;
}
h1 a:hover {
	color:#2B4871;
	text-decoration:underline;
}

a img {
	border:none;
}

hr {
	color:#ACBACF;
	background-color:#ACBACF;
	border: 0 none;
	height:1px;
}

.hRule {
	height:1px;
	overflow:hidden;
	background-color:#ACBACF;
}

.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	overflow:hidden;
}

.lii, .liii, .liiii {
	padding-left:0.5em;
	margin-left:0.5em;
}

.li {
	padding-left:10px;
	margin-left:10px;
}

.li, .li > li {
	font-weight:bold;
}

.li a {
}

.li a:hover {
}

.lii {
	font-weight:normal;
	font-size:0.9em;
}

.liii {
	font-weight:normal;
	font-size:0.9em;
}

.liiii {
	font-weight:normal;
}


/*-----------------------------------------
-- Gesamtinhalt
-----------------------------------------*/

#mainContainer {
	margin:0px;
	padding:0px;
	position:absolute;
	left:12px;
	top:0px;
	width:800px;
}

/*-----------------------------------------
-- Header
-----------------------------------------*/

#header {
	height:53px;
}

#logoHead {
}

#logoHeadLeft {
	float:left;
	padding-top:4px;
}
#logoHeadRight {
	float:right;
}
#logoHeadCenter {
	float:right;
	padding:12px 20px 0 0;
}
#logoHeadCenter img {
	border:1px solid #B2C7D7;
}

/*-----------------------------------------
-- Navigation
-----------------------------------------*/

#navContainer {
	background:#E0E5ED;
}

#navTable {
}

#navTable td {
	height:20px;
}
#navTable td.navLink {
	border-right:1px solid #2B4871;
}
#navTable td.navLinkSelected {
	border-right:1px solid #2B4871;
}

a.navLink, a.navLinkSelected {
	display:block;
	padding:2px 10px 2px 10px;
	background:#E0E5ED;
	font-weight:bold;
	text-decoration:none;
}
a.navLink {
	color:#000000;
}
a.navLinkSelected {
	color:#B60000;
}
a.navLink:hover, a.navLinkSelected:hover {
	background:#E0E5ED;
	color:#B60000;
	text-decoration:none;
}


/*-----------------------------------------
-- Content-Bereich
-----------------------------------------*/

#contentContainer {
}

#teaserContent {
	margin-bottom:10px;
	padding:10px 10px 10px 10px;
	border:2px solid #2B4871;
	border-top:none;
}

#mainContent {
	margin-bottom:10px;
	padding:10px 10px 10px 10px;
	border:2px solid #2B4871;
	border-top:none;
}

#contentContent {
}

#contentKategorie {
	margin-left:610px;
	padding:10px;
	font-size:0.9em;
	border:2px solid #2B4871;
	border-top:2px solid #2B4871;
}
#contentSuche {
	margin-left:610px;
	padding:10px;
	font-size:0.9em;
	border:2px solid #2B4871;
	border-top:2px solid #2B4871;
}

#breadcrumb {
	width:100%;
	margin:1em 0 0.5em 0;
	font-size:0.9em;
	color:#000000;
}

#breadcrumb a {
	color:#000000;
	text-decoration:none;
}

#breadcrumb a:hover {
	text-decoration:underline;
}

#title h1 {
	margin:0.5em 0em 1em 0em;
}

#teaser h2 {
	padding-bottom:2em;
	border-bottom:1px solid #ACBACF;
	margin-bottom:2em;
}

.teaserBox {
	background-color:#E0E5ED;
	border:1px solid #ACBACF;
	margin:5px 0px 0px 0px;
	padding:0px;
	min-height:63px;
}

* html .teaserBox {
	height:63px;
}

.teaserImage {
	float:left;
	border:1px solid #ACBACF;
	margin:5px 5px 0px 5px;
	width:68px;
	height:51px;
}

.teaserText {
	margin:5px 5px 0px 5px;
}

.more {
	text-align:right;
	font-size:0.9em;
	margin:5px 5px 5px 0px;
}

#contentText {
}

.contentText ul {
	list-style-image:url(/ocms/images/sys/bullet.gif);
	margin-top:5px;
	margin-left:25px;
	margin-bottom:5px;
	padding-left:0px
}
.contentText ul li {
	margin-bottom:3px;
}

.contentFooter {
	margin-top:2.5em;
	width:100%;
}

.contentFooter a {
	color:#000000;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
}

.contentFooter a:hover {
	color:#000000;
	text-decoration:underline;
}

.inlineLeft {
	display:inline;
	float:left;
}

.inlineRight {
	display:inline;
	float:right;
}

.fehler {
	color:#B60000;
	font-weight:bold;
}

#ocmsLink {
	font-size:0.8em;
	font-style:italic;
	text-align:right;
	vertical-align:middle;
	color:#000000;
	margin:10px 0px 0px 0px;
	padding:7px 0px 7px 0px;
	border-top:1px solid #ACBACF;
}

#ocmsLink a, #ocmsLink a:hover {
	color:#000000;
}

#navFooter {
	width:800px;
	margin-bottom:20px;
	background:#FFFFFF;
	font-size:0.9em;
	line-height:1.6em;
	text-align:center;
}

#pageFooter {
	width:800px;
	margin-bottom:20px;
	background:#FFFFFF;
	font-size:0.9em;
	line-height:1.6em;
	text-align:center;
}



/*-----------------------------------------
-- Werbung
-----------------------------------------*/

#adContainerHead {
	margin:0px;
	padding:0px;
	position:absolute;
	left:824px;
	top:33px;
	width:160px;
	height:20px;
	font-size:0.8em;
}
#adContainerContent {
	margin:0px;
	padding:0px;
	position:absolute;
	left:824px;
	top:53px;
	width:160px;
	height:600px;
	background:#FFFFFF;
}

/*-----------------------------------------
-- Jugendschutz-Labels
-----------------------------------------*/

#jugendschutzHead {
	margin:0px;
	padding:0px;
	position:absolute;
	left:824px;
	top:670px;
	width:160px;
	height:20px;
	font-size:0.8em;
}
#jugendschutzContent {
	margin:0px;
	padding:0px;
	position:absolute;
	left:824px;
	top:690px;
	width:160px;
	height:100px;
	background:#FFFFFF;
}





/*-----------------------------------------
-- Eigenschaften von speziellen Beiträgen
-----------------------------------------*/

/*-----------------------------------------
-- Produktsucheformular
-----------------------------------------*/

#psucheFormContainer {
	background:#E1E5EE no-repeat;
	background-image:url(/ocms/images/sys/bg_produktsuche_formular.jpg);
	padding:15px 15px 0 15px;
	margin:10px 0 0 0;
	width:762px;
	height:130px;
	border:4px solid #2B4871;
}
#psucheFormContent {
}
#psucheFormHeadline {
	float:left;
	width:170px;
	height:22px;
	background:#2B4871;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	padding:4px 0px 0px 10px;
	margin-bottom:17px;
}
#psucheFormHeadMiddle {
	float:left;
	color:#B60000;
	font-size:1em;
	font-weight:bold;
	padding-left:20px;
	padding-top:4px;
}
#psucheFormHeadRight {
	float:right;
	padding-right:100px;
	padding-top:6px;
}
#psucheFormFields {
	margin-bottom:10px;
}
#psucheFormTable {
}
#psucheFormTable2 {
}
#psucheFormAjaxTreffer {
	color:#B60000;
	font-weight:bold;
}
#psucheFormInput {
	width:294px;
	padding:2px;
	margin-right:10px;
	font-size:1.2em;
}
#psucheFormButton {
}
#psucheFormCheck {
	height:20px;
}
#psucheFormLink {
	text-align:right;
	padding-right:160px;
}


/*-----------------------------------------
-- Kategorieblock / Unterkategorien / Header
-----------------------------------------*/

#katBlockContainer {
	background:#2B4871;
}
#katBlockContainer2 {
}

#katBlockContainer table td {
	border-right:1px solid #FFFFFF;
}

a.katBlockLink, a.katBlockLinkSelected {
	display:block;
	padding:2px 10px 2px 10px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
a.katBlockLink {
	background:#2B4871;
}
a.katBlockLinkSelected {
	background:#B60000;
}
a.katBlockLink:hover, a.katBlockLinkSelected:hover {
	background:#B60000;
	color:#FFFFFF;
	text-decoration:none;
}


/*-----------------------------------------*/

#katBlockUnterkatContainer {
	width:800px;
	background:#E0E5ED;
}
#katBlockUnterkatContent {
	padding:5px 10px 0px 10px;
}
#katBlockUnterkatTable {
	margin-bottom:0px;
}
#katBlockUnterkatTable td {
	vertical-align:top;
	font-weight:bold;
	padding-right:20px;
}
#katBlockUnterkatTable td a {
	text-decoration:none;
}
#katBlockUnterkatTable td a:hover {
	text-decoration:none;
	color:#B60000;
}
#katBlockUnterkatTable td a.unterkatSelected {
	text-decoration:none;
	color:#B60000;
}
#katBlockUnterkatTable td a.unterkatSelected:hover {
	text-decoration:none;
	color:#B60000;
}
#katBlockUnterkatTable ul {
	margin:5px 0px 5px 16px;
	padding-left:0px
}
#katBlockUnterkatTable li {
	font-weight:normal;
}

/*-----------------------------------------*/

#katBlockHeaderContainer {
	width:800px;
}
#katBlockHeaderContent {
	padding:10px 0px 10px 0px;
}
#katBlockHeaderPfad {
	font-size:0.9em;
	margin-bottom:10px;
}
#katBlockHeaderHeadline {
	margin-bottom:5px;
}
#katBlockHeaderHeadline h1 {
	margin:0px;
	padding:0px;
}



/*-----------------------------------------
-- Produktsucheergebnis
-----------------------------------------*/

#produktsucheergebnisKatUngueltig {
	float:left;
	width:600px;
	margin-right:10px;
	padding:0px 0px 500px 0px;
	font-weight:bold;
}
#produktsucheergebnisKatUngueltigInline {
	width:600px;
	padding:0px 0px 50px 0px;
	font-weight:bold;
}
#produktsucheergebnisBegriffUngueltig {
	float:left;
	width:600px;
	margin-right:10px;
	padding:0px 0px 500px 0px;
	font-weight:bold;
}
#produktsucheergebnisBegriffUngueltigInline {
	width:600px;
	padding:0px 0px 50px 0px;
	font-weight:bold;
}
#produktsucheergebnisBegriffLeer {
	float:left;
	width:600px;
	margin-right:10px;
	padding:0px 0px 500px 0px;
	font-weight:bold;
}
#produktsucheergebnisBegriffLeerInline {
	width:600px;
	padding:0px 0px 50px 0px;
	font-weight:bold;
}
#produktsucheergebnisResultLeer {
	float:left;
	width:600px;
	margin-right:10px;
	padding:20px 0px 500px 0px;
}
#produktsucheergebnisResultLeerInline {
	width:600px;
	padding:20px 0px 50px 0px;
}

/*-----------------------------------------*/

#produktsucheergebnisHeaderContainer {
	width:600px;
}
#produktsucheergebnisHeaderContent {
	padding:10px 0px 10px 0px;
}
#produktsucheergebnisHeaderHeadline {
	margin-bottom:5px;
}
#produktsucheergebnisHeaderHeadline span {
}
#produktsucheergebnisHeaderHeadline h1 {
	display:inline;
	margin:0px;
	padding:0px;
}

/*-----------------------------------------*/

#produktsucheergebnisContainer {
	float:left;
	width:600px;
	margin-right:10px;
}
#produktsucheergebnisContainerInline {
	width:600px;
}
#produktsucheergebnisContent {
	border:2px solid #2B4871;
}

/*-----------------------------------------*/

#produktsucheergebnisHeaderRandom {
	padding:10px 0 10px 10px;
}
#produktsucheergebnisHeaderRandom span {
	font-weight:bold;
}

#produktsucheergebnisHeaderResults {
	float:left;
	padding:10px 0 10px 10px;
}
#produktsucheergebnisHeaderResults span {
	font-size:1em;
}
#produktsucheergebnisHeaderPagenav {
	text-align:right;
	padding:10px 10px 10px 0;
}
#produktsucheergebnisHeaderPagenav a {
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
#produktsucheergebnisHeaderPagenav a:hover {
	font-size:1.2em;
	font-weight:bold;
	text-decoration:underline;
}

/*-----------------------------------------*/

#produktsucheergebnisTable {
	width:100%;
	border:none;
}
#produktsucheergebnisTable tr.tableTop td {
	text-align:center;
	vertical-align:top;
	border:none;
}
td.produktsucheergebnisIcons {
	vertical-align:top;
	width:20px;
	padding:5px 1px 5px 1px;
}
div.produktsucheergebnisIconBigpic {
	margin-bottom:5px;
}
div.produktsucheergebnisIconInfo {
	margin-bottom:5px;
	padding-left:2px;
}
td.produktsucheergebnisIcon {
	vertical-align:top;
	text-align:center;
	padding:5px;
}
td.produktsucheergebnisIcon div {
	width:90px;
	font-size:0.7em;
	overflow:hidden;
}
td.produktsucheergebnisRelevanz {
	vertical-align:top;
	padding:5px 3px 5px 3px;
}
td.produktsucheergebnisText {
	vertical-align:top;
	padding:3px 5px 3px 5px;
}
div.produktsucheergebnisName {
	font-size:0.9em;
	font-weight:bold;
}
div.produktsucheergebnisBeschreibung {
	width:320px;
	overflow:hidden;
	font-size:0.8em;
	padding:3px 0px 3px 0px;
}
div.produktsucheergebnisLinkInfo {
	font-size:0.8em;
	padding:0px 0px 3px 0px;
}
div.produktsucheergebnisKat {
	text-align:right;
	font-size:0.9em;
	font-weight:bold;
}
div.produktsucheergebnisVersandkostenDetails {
	font-size:0.8em;
	padding:3px 0px 0px 0px;
}
div.produktsucheergebnisInfo {
	display:none;
	font-size:0.8em;
	padding:3px 0px 0px 0px;
}
td.produktsucheergebnisKosten {
	vertical-align:top;
	padding:3px 5px 3px 5px;
}
div.produktsucheergebnisPreis {
	text-align:right;
	font-size:1.1em;
	font-weight:bold;
}
div.produktsucheergebnisVersandkosten {
	text-align:right;
	font-size:0.8em;
}
td.produktsucheergebnisButton {
	vertical-align:top;
	padding:5px;
}

/*-----------------------------------------*/

#produktsucheergebnisFooterRandom {
	padding:10px 0 10px 10px;
}
#produktsucheergebnisFooterRandom span {
	font-weight:bold;
}

#produktsucheergebnisFooterResults {
	float:left;
	padding:10px 0 10px 10px;
}
#produktsucheergebnisFooterResults span {
	font-size:1em;
}
#produktsucheergebnisFooterPagenav {
	text-align:right;
	padding:10px 10px 10px 0;
}
#produktsucheergebnisFooterPagenav a {
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
#produktsucheergebnisFooterPagenav a:hover {
	font-size:1.2em;
	font-weight:bold;
	text-decoration:underline;
}

/*-----------------------------------------
-- Zufallsprodukt
-----------------------------------------*/

.zufallsproduktContainer {
	width: 190px;
	height: 190px;
	border: 1px solid #2B4871;
}
.zufallsproduktContent {
	padding:5px;
}
.zufallsproduktIcon {
	width: 180px;
	height: 180px;
}
.zufallsproduktName {
	font-size:0.8em;
	padding-top:5px;
}
.zufallsproduktName a {
	text-decoration:none;
}
.zufallsproduktName a:hover {
	text-decoration:underline;
}
.zufallsproduktDescr {
	padding-bottom:10px;
}
.zufallsproduktPrice {
	font-weight:bold;
}


/*-----------------------------------------
-- Startseite
-----------------------------------------*/

#startseiteContainer {
	width:800px;
}
#startseiteContent {
	width:796px;
	background:#FFFFFF;
	text-align:center;
	border:2px solid #2B4871;
	border-top:none;
}
#startseiteFooter {
	width:800px;
	background:#FFFFFF;
	font-size:0.8em;
	margin-top:20px;
}


/*-----------------------------------------
-- Kategorieübersicht
-----------------------------------------*/

#katUebersichtContainer {
	margin-top:10px;
	width:800px;
	height:522px;
}
#katUebersichtContent {
	position:relative;
	width:796px;
	height:482px;
	background:url(/ocms/images/sys/bg_kategorieuebersicht.jpg) no-repeat;
	border-top:2px solid #2B4871;
	border-left:2px solid #2B4871;
	border-right:2px solid #2B4871;
	border-bottom:2px solid #2B4871;
}
#katUebersichtIcon1 {
	position:absolute;
	z-index:0;
	left:58px;
	top:107px;
	width:100px;
	height:150px;
	background:url(/ocms/images/sys/icon_kat01.gif) no-repeat;
}
#katUebersichtIcon2 {
	position:absolute;
	left:232px;
	top:46px;
	width:100px;
	height:150px;
	background:url(/ocms/images/sys/icon_kat02.gif) no-repeat;
}
#katUebersichtIcon3 {
	position:absolute;
	left:680px;
	top:73px;
	width:100px;
	height:150px;
	background:url(/ocms/images/sys/icon_kat03.gif) no-repeat;
}
#katUebersichtIcon4 {
	position:absolute;
	left:160px;
	top:350px;
	width:100px;
	height:150px;
	background:url(/ocms/images/sys/icon_kat04.gif) no-repeat;
}
#katUebersichtIcon5 {
	position:absolute;
	left:540px;
	top:275px;
	width:100px;
	height:150px;
	background:url(/ocms/images/sys/icon_kat05.gif) no-repeat;
}
#katUebersichtTable {
	position:relative;
	z-index:10;
	width:700px;
	padding:120px 0px 0px 95px;
}
#katUebersichtTable td {
	width:170px;
}
#katUebersichtTable td a {
	text-decoration:none;
}
#katUebersichtTable td a:hover {
	text-decoration:none;
}



/*-----------------------------------------
-- Berichte
-----------------------------------------*/

table.bericht
{
}
table.bericht th, table.bericht td
{
	padding:1px 5px;
}



/*-----------------------------------------
-- Formulare
-----------------------------------------*/

.button {
	padding:2px 4px 2px 4px;
	background:#E0E5ED;
	color:#2B4871;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	font-weight:bold;
	border:1px solid #2B4871;
}
a.button:link, a.button:visited, a.button:active, a.button:hover, a.button:focus {
	padding:3px;
	color:#2B4871;
	text-decoration:none;
}
.buttonRed {
	background:#B60000;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
}

.formRow {
	clear:left;
	float:left;
	width:80%;
	padding-bottom:3px;
}

.formLabel {
	width:30%;
	float:left;
}

.formLabelR {
	width:30%;
	float:left;
	text-align:right;
}

.formField {
	width:65%;
	float:left;
	white-space:nowrap;
}

.formField .inputfield {
	width:100%;
}

.inputfield {
	font-size:1em;
	font-family:"Courier New",Courier,monospace;
	border:1px solid #ACBACF;
}
input.inputfield {
	height:16px;
}

.inputfields {
	font-size:1em;
	font-family:"Courier New",Courier,monospace;
	border:1px solid #ACBACF;
	width:25%;
	margin-right:0.3em;
}

.inputfieldm {
	font-size:1em;
	font-family:"Courier New",Courier,monospace;
	border:1px solid #ACBACF;
	width:73%;
}

.inputfieldHeavy {
	border:2px solid #B60000;
}

.formField .noborder{
	border:none;
}

.size1 {
	width:70px;
	margin-right:10px;
}

.size2 {
	width:100px;
}

.size3 {
	width:165px;
}

.size4 {
	width:250px;
}

.alignRight {
	text-align:right;
}

select, option {
	font-size:1em;
	font-family:"Courier New",Courier,monospace;
}
select {
	height:20px;
	border:1px solid #ACBACF;
}
optgroup {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-style:normal;
	font-weight:bold;
	color:#B60000;
	padding-left:5px;
	padding-right:5px;
}
optgroup option {
	color:#000000;
}

#PLZ,#PLZ2 {
	width:25%;
	margin-right:0.3em;
}

#ORT,#ORT2 {
	width:73%;
}

#NACHRICHT {
	overflow:auto;
}


/*-----------------------------------------
-- Infoseiten als Popup oder Thickbox
-----------------------------------------*/

#infoseitenBody {
	margin:20px;
}

#infoseitenTitle h1 {
	margin:0.5em 0em 1em 0em;
}

#infoseitenTeaser h2 {
	padding-bottom:1em;
	border-bottom:1px solid #ACBACF;
	margin-bottom:1em;
}

