

/*       01-definition.tpl.css       */

body, table, form, img, h1, h2, h3
{
    margin: 0;
    padding: 0;
    border: 0;
}

a, a:visited
{
    color: #A61400;
    text-decoration: none;
    font-weight: normal;
}

a:hover, a:active
{
    color: #463300;
    text-decoration: none;
    font-weight: normal;
}

input, textarea
{
    border: 1px solid #463300;
}

h1
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal !important;
    color: #463300;
    margin: 0 0 13px 0;
}

h2
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: %c-h2;
    margin: 0 0 10px 0;
}

h3
{
    font-family: Verdana, Arial, sans-serif;
    color: <?php echo $c1; ?>;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 7px 0;
    text-decoration: none;
}

h4
{
    font-family: Verdana, Arial, sans-serif;
}

h5
{
    font-family: Verdana, Arial, sans-serif;
}

h6
{
    font-family: Verdana, Arial, sans-serif;
}

.none
{
    display: none;
}

.Left
{
    float: left;
}

.Right
{
    float: right;
}

.Clear
{
    clear: both;
}


/*       02-layout.tpl.css       */

body
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.4em;
    background: #000000;
    text-align: center;
    background-repeat: repeat;
	background-image: url("../images/layout/bg-main.jpg");
}

div#Layout
{
    width: 994px;
    margin: 0 auto 0 auto;
    text-align: left;
    color: #000000;
}

div#Title
{
    position: relative;
    top: -21px;
    left: -68px;
    width: 1140px;
    background-repeat: no-repeat;
    background-image: url("../images/layout/title.jpg");
    height: 167px;
}

div#TitleBox
{
	position: relative;
	right: 22px;
	top: 10px;
	float: right;
	text-align: right;
	width: 300px;
}

div#xNavi
{
    position: relative;
    top: 0;
    left: 0;
    width: 994px;
    background-repeat: no-repeat;
    background-image: url("../images/layout/x-navi.png");
    height: 49px;
}

div#MainContainer
{
	position: relative;
	top: -21px;
    width: 994px;
    background-color: #FFFFFF;

}

div#yNaviL
{
	position: relative;
	top: 17px;
	left: 0;
	width: 183px;
	float: left;
}

div#yNaviR
{
	position: relative;
	top: 17px;
	left: 0;
	width: 200px;
	float: right;
}

div#Content
{
	overflow: hidden;
	position: relative;
	top: 17px;
	left: 30px;
	width: 568px;
	float: left;
}

div#xFoot
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 994px;
	height: 27px;
	background-image: url("../images/layout/xfoot.gif");
	background-repeat: repeat-x;
	text-align: center;
}

div#xFoot div
{
	position: relative;
	top: 5px;
}

div#xFoot div a
{
	color: #000000;
}

div#ContentPrint
{
	position: relative;
	top: 17px;
	left: 0;
	width: 994px;
	float: left;
	background-color: #FFFFFF;
}


/*       03-navi.tpl.css       */

#TitleLinkHome
{
	float: left;
	position: relative;
	left: 117px;
	top: 40px;
	width: 71px;
	height: 20px;
}

#TitleLinkKontakt
{
	float: left;
	position: relative;
	left: 133px;
	top: 40px;
	width: 100px;
	height: 20px;
}

#TitleLinkVersand
{
	float: left;
	position: relative;
	left: 595px;
	top: 40px;
	width: 100px;
	height: 20px;
}

#TitleLinkImpressum
{
	float: left;
	position: relative;
	left: 615px;
	top: 40px;
	width: 105px;
	height: 20px;
}

#yNavi
{
}

#yNavi ul
{
	margin: 0;
	padding: 0;
}

#yNavi ul li
{
    padding: 3px 0 3px 0px;
    list-style-type: none;
}

#yNavi ul li a, #yNavi ul li a:visited
{
	color:#463300;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

#yNavi ul li a:hover, #yNavi ul li a:active, #yNavi ul li a.Active
{
	color:#A61400;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
}

.ElementsRight
{
	text-align: center;
}

.ElementsRight img
{
	text-align: center;

	margin: 7px;
}


/*       04-box.tpl.css       */

div.NBox
{
	width: 180px;
	background-color: #FFECBA;
	margin-bottom: 20px;
	float: left;
	position: relative;
	left: 10px;
}

div.BoxTop
{
	width: 180px;
	height: 24px;
	background-color: #F8C039;
}

div.BoxTop h1
{
	color:#463300;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	position: relative;
	top: 2px;
	left: 7px;
}

div.BoxContent
{
	margin: 7px;
	overflow: hidden;
}


/*       05-element.tpl.css       */

div#Content img.Start
{
	position: relative;
	left: -10px;
	top: -10px;
}

.ContentArea .DoubleSeparator
{
	background:	transparent url("../images/layout/separator-2.gif") no-repeat scroll 0 0;
	clear:both;
	display:block;
	font-size:0;
	height:7px;
	line-height:0;
	margin:5px 0;
	padding:0;
	width:auto;
}

.ContentArea h3.KlickPath
{
	color: #463300;
	font-size: 10px;
	font-weight: normal;
}

.inputnoborder
{
    position: relative !important;
    top: 2px !important;
    left: 3px !important;
    border: 0 !important;
}

input.TrustedShops
{
	border: 0;
}

.TitleBoxRot
{
	font-size: 16px;
	color: #463300;
	margin-top: 15px;
}

.TitleBoxGrau
{
	font-size: 10px;
	color: #81847E;
	margin-top: 7px;
}

/* Produkt-Detailansicht */

#ProductDetail-Image
{
	float: left;
	width: 200px;
}

#ProductDetail-Elements
{
	float: right;
	width: 300px;
}

/*       06-epages.tpl.css       */

html
{
	background: #000000 !important;
	color: #000000 !important;
}

.ContentArea
{
	width: auto !important;
}


/* Warenkorb in der Navigation */

table.MiniBasket td
{
	background: #FFFFFF none repeat scroll 0 0;
}

table.Basket tr.AlternateRow td
{
	background:#FFFFFF none repeat scroll 0 0 !important;
}

.CheckoutButtonsDiv
{
	background: transparent none repeat scroll 0 0;
	border:0;
}

table.Basket a, table.MiniBasket a, .CheckoutButtonsDiv a, table.Basket a:visited, table.MiniBasket a:visited, .CheckoutButtonsDiv a:visited
{
	color: #A61400;
}

.ContentArea a, .ContentArea .Link, .ContentArea a:visited, .ContentArea .Link:visited
{
	color: #A61400;
}

table.Basket a:hover, table.MiniBasket a:hover, .CheckoutButtonsDiv a:hover, table.Basket a:active, table.MiniBasket a:active, .CheckoutButtonsDiv a:active
{
	color: #463300;
	text-decoration: none;
}

.ContentArea a:hover, .ContentArea .Link:hover, .ContentArea a:active, .ContentArea .Link:active
{
	color: #463300;
	text-decoration: none;
}

/* HinzufŸgen-Link */

input.LinkBasket
{
	color: #A61400;
}

input.LinkBasket:hover
{
	color: #463300;
}

/* †berschriften */


.ContentArea h1
{
	color: #463300;
}


/* Allgemeine Elemente fuer Schriftart */

input, button, textarea, select
{
    font-family: Verdana, Arial, sans-serif;
}

.Header div,
.Header span,
.Header table,
.Header td,
.Header p,
.Header ul li,
.Header ol li,
.Header blockquote,
.Header input
{
    font-family: Verdana, Arial, sans-serif;
}

.Header .ContextBoxHead span,
.Header h1,
.Header h2,
.Header h3,
.Header h4,
.Header h5,
.Header h6
{
    font-family: Verdana, Arial, sans-serif;
}

.NavBarTop div,
.NavBarTop span,
.NavBarTop table,
.NavBarTop td,
.NavBarTop p,
.NavBarTop ul li,
.NavBarTop ol li,
.NavBarTop blockquote,
.NavBarTop input
{
    font-family: Verdana, Arial, sans-serif;
}

.NavBarTop .ContextBoxHead span,
.NavBarTop h1,
.NavBarTop h2,
.NavBarTop h3,
.NavBarTop h4,
.NavBarTop h5,
.NavBarTop h6
{
    font-family: Verdana, Arial, sans-serif;
}

.NavBarLeft,
.NavBarLeft div,
.NavBarLeft span,
.NavBarLeft table,
.NavBarLeft td,
.NavBarLeft p,
.NavBarLeft ul li,
.NavBarLeft ol li,
.NavBarLeft blockquote,
.NavBarLeft input 
{
    font-family: Verdana, Arial, sans-serif;
}

.NavBarLeft .ContextBoxHead span,
.NavBarLeft h1,
.NavBarLeft h2,
.NavBarLeft h3,
.NavBarLeft h4,
.NavBarLeft h5,
.NavBarLeft h6
{
    font-family: Verdana, Arial, sans-serif;
}

.NavBarRight,
.NavBarRight div,
.NavBarRight span,
.NavBarRight table,
.NavBarRight td,
.NavBarRight p,
.NavBarRight ul li,
.NavBarRight ol li,
.NavBarRight blockquote,
.NavBarRight input
{
    font-family: Verdana, Arial, sans-serif;
}

.NavBarRight .ContextBoxHead span,
.NavBarRight h1,
.NavBarRight h2,
.NavBarRight h3,
.NavBarRight h4,
.NavBarRight h5,
.NavBarRight h6
{
    font-family: Verdana, Arial, sans-serif;
}

.NavBarBottom div,
.NavBarBottom span,
.NavBarBottom table,
.NavBarBottom td,
.NavBarBottom p,
.NavBarBottom ul li,
.NavBarBottom ol li,
.NavBarBottom blockquote,
.NavBarBottom input
{
    font-family: Verdana, Arial, sans-serif;
}

.NavBarBottom .ContextBoxHead span,
.NavBarBottom h1,
.NavBarBottom h2,
.NavBarBottom h3,
.NavBarBottom h4,
.NavBarBottom h5,
.NavBarBottom h6
{
    font-family: Verdana, Arial, sans-serif;
}

.Footer div,
.Footer span,
.Footer table,
.Footer td,
.Footer p,
.Footer ul li,
.Footer ol li,
.Footer blockquote,
.Footer input
{
    font-family: Verdana, Arial, sans-serif;
}

.Footer .ContextBoxHead span,
.Footer h1,
.Footer h2,
.Footer h3,
.Footer h4,
.Footer h5,
.Footer h6
{
    font-family: Verdana, Arial, sans-serif;
}

.ContentArea,
.ContentArea div,
.ContentArea table,
.ContentArea td
{
    font-family: Verdana, Arial, sans-serif;
}

.ContentArea h1
{
    font-family: Verdana, Arial, sans-serif;
}

.ContentArea h2
{
    font-family: Verdana, Arial, sans-serif;
}

.ContentArea h3
{
    font-family: Verdana, Arial, sans-serif;
}

.ContentArea h4,
.ContentArea h5,
.ContentArea h6
{
    font-family: Verdana, Arial, sans-serif;
}

.Pager .PagerButton span
{
    font-family: Verdana, Arial, sans-serif;
}

.TestShopAlert
{
    font-family: Verdana, Arial, sans-serif;
}

.CustomButton, .CustomButton *
{
    font-family: Verdana, Arial, sans-serif;
}

.dijitPopup
{
    font-family: Verdana, Arial, sans-serif;
}


/* Content-Elemente */

.ContentArea .BreadcrumbLastItem
{
	color: #463300;
	font-size: 10px;
	font-weight: normal;
}


.ContentArea .BreadcrumbItem:hover, .ContentArea .BreadcrumbItem
{
	color: #463300;
	font-size: 10px;
	font-weight: normal;
}


/* Darstellung im Warenkorb */
ul.OrderProcess li p.ExplainItem
{
	padding: 0 2px;
}


/* Produkt-Detailansicht */
.SlideShow .SlideshowContainer .MainContainer .ImageContainer
{
	width: 200px;
}

