﻿/* CSS Document */
/*	------------------------------------	*/
/*	Allgemeine Definitionen	*/

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
	background-image: url(../../images/bg_muster.gif);
	border: 0;
	height: 100%;
}

html
{
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

div, td, th, p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

form
{
	height:100%;
}

a:hover, a:link, a:visited, a:active, a:focus
{
	color: #224695;
	text-decoration: none;
}

a:hover
{
	color: #666;
}

H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 16px;
}

H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}

/*	------------------------------------	*/
/*	Container	*/

#mainDiv
{
	width: 614px;
	background-color: #FFFFFF;
	background-image: url(../../images/bg_main.gif);
	background-repeat: repeat-y;
	margin: auto;
	position: relative;
	height: 100%;
}

#header
{
	display:none;
}

#printHeader
{
	width: 614px;
	text-align:right;
	display:block;
}

#left
{
	display:none;
}

#content
{
	width: 614px;
	background-image: url(../../images/bg_content.gif);
	background-repeat: no-repeat;
	float: left;
	text-align: left;
}

#right
{
	display:none;
}


/*	------------------------------------	*/
/*	Header	*/

.headerpic
{
	background-image: url(../../images/header.jpg);
	background-repeat: no-repeat;
	height: 71px;
	text-align: left;
	color: #FFFFFF;
	padding-left: 14px;
	padding-top: 5px;
}

.generic:link, .generic:active, .generic:hover, .generic:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.cssnav
{
	position: relative;
	background-repeat: no-repeat;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}
.cssnav a
{
	display: block;
}
.cssnav a:hover
{
	color: #ffffff;
}

.cssnav img
{
	border: 0;
}

* html a:hover
{
	visibility: visible;
}

.cssnav a:active img
{
	visibility: hidden;
}

.cssnav a:hover img
{
	visibility: hidden;
}

.hea_all
{
	height: 35px;
	text-align: left;
}

.imgblock
{
	display:block;
}

/*	------------------------------------	*/
/*	Linker Bereich Suche	*/

.search
{
	height: 52px;
	padding-left: 5px;
}

.searchfield
{
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	width: 110px;
	margin-top: 12px;
	margin-right: 4px;
	padding-left: 2px;
}

.searchtex:link, .searchtex:active, .searchtex:hover, .searchtex:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #90a2ca;
	text-decoration: none;
}


/*	------------------------------------	*/
/*	Linker Bereich Navigation 1. Ebene	*/

.nav:link, .nav:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-image: url(../../images/1nav_pas.gif);
	background-repeat: no-repeat;
	line-height: 22px;
	padding-left: 5px;
	padding-bottom:0px;
	padding-top:0px;
}

.nav:hover
{
	color: #000000;
	background-image: url(../../images/1nav_akt.gif);
	background-repeat: no-repeat;
}

.nav:active
{
	color: #000000;
	background-image: url(../../images/1nav_akt.gif);
	background-repeat: no-repeat;
}

.nav_active:link, .nav_active:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-image: url(../../images/1nav_akt.gif);
	background-repeat: no-repeat;
	line-height: 22px;
	padding-left: 5px;
	padding-bottom:0px;
	padding-top:0px;
}


/*	------------------------------------	*/
/*	Linker Bereich Navigation 2. Ebene	*/

.navsec:link, .navsec:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	display: block;
	background-image: url(../../images/2nav_pas.gif);
	background-repeat: no-repeat;
	line-height: 22px;
	padding-left: 5px;
}

.navsec:hover
{
	color: #000000;
	background-image: url(../images/2nav_akt.gif);
	background-repeat: no-repeat;
}

.navsec:active
{
	color: #000000;
	background-image: url(../images/2nav_akt.gif);
	background-repeat: no-repeat;
}

.navsec_active:link, .navsec_active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	display: block;
	background-image: url(../images/2nav_akt.gif);
	background-repeat: no-repeat;
	line-height: 22px;
	padding-left: 5px;	
}


/*	------------------------------------	*/
/*	Rechter Bereich	*/

.basket
{
	background-image: url(../images/r-basket.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.topseller
{
	padding-left: 5px;
	border-left: 1px solid #999999;
}

.topsellerpic
{
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 6px;
}

.topsellericon
{
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}

.r-nav:link, .r-nav:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	display: block;
	background-image: url(../images/r-1nav_pas.gif);
	background-repeat: no-repeat;
	line-height: 22px;
	padding-left: 5px;
}

.r-nav:hover
{
	color: #000000;
	background-image: url(../images/r-1nav_akt.gif);
	background-repeat: no-repeat;
}

.r-nav:active
{
	color: #000000;
	background-image: url(../images/r-1nav_akt.gif);
	background-repeat: no-repeat;
}


/*	------------------------------------	*/
/*	Content-Bereich Startseite	*/

.contenttex
{
	width: 594px;
	padding-left: 7px;
}


/*	------------------------------------	*/
/*	Cleaner	*/

.cleaner
{
	clear: both;
	height: 1px;
	border: none;
	font-size: 1px;
	margin: 0;
	padding: 0;
	background: transparent;
	line-height: 1px;
}