/* global layout */
/*
Zur Positionierung der iframes:
im Backend muss ein iframe mit einem <div id="frame"><iframe ... ></div>
eingebunden werden. danach kann in jedem 'custom' stylesheet die position
angepasst werden.
der wert top bestimmt dabei die position von oben
der wert left in kombination mit margin-left bestimmt die position von links
top und left können mit % oder px angaben gesetzt werden
*/
#frame {
    position:absolute;
    top:243px;
    left:50%;
    margin-left:-284px;
    z-index:1;
    border:0px;
}

body {
	padding: 0px;
	margin: 0px;
	background-image: url(cssImages/bg_main.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #264557;
}
h1 { font-size: medium; }
h2 { font-size: 13px; }
h3 { _font-size: small; }
.clr {
	clear: both;
}
.headerTbl {
	float: right;
	background-color: #996D33;
	font-size: 11px;
}
.headerTbl td {
	height: 23px;
}
#main {
	width: 980px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #677c89;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
.header {
	width: 980px;
	height: 210px;
	background-color: #1c4f90;
}
.logo {
	float: left;
	width: 399px;
	height: 99px;
	margin-top: -29px;
		background-color: #1c4f90;
}
.brdBottom {
		background-image: url(cssImages/xDot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 22px;

}
.logo img {
	margin-top: 30px;
}
.newsBox {
	float:left;
	width: 980px;
	background-image: url(cssImages/bg_news.gif);
	background-repeat: no-repeat;
	height: 18px;
	color: #FFF;
	text-align: center;
	line-height: 20px;
}
a { text-decoration: none; color: white; }
.left {
	float: left;
	width: 200px;
}
.rootIndex {
	float: left;
	/*width: 548px;*/
	/*height: 948px;*/
	/*_height: 938px;*/
	overflow: auto;
}
.cntIndex {
	float: left;
	width: 508px;
	margin-left: 10px;
	_margin-left: 8px;
	background-color: White;
	border: 1px solid black;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
.contentBox {
	float: left;
	width: 505px;
	height: auto;
	background-color: White;
	border: 1px solid black;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
.right {
	float: right;
	width: 228px;
}

.headerRight {
	float: right;
	width: 541px;
	height: 160px;
}
.headerBox, .headerBoxLeft {
	width: 228px;
	height: 18px;
	background-color: #fce566;
	color:black;
	border-top: 1px solid black;
	padding-top: 3px;
}
.headerBoxLeft {
	width: 200px;
	padding-top:3px;
}

.headerBox span , .headerBoxLeft span {

	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
}


/*.headerStyle,*/ .headerStyleLeft {
	width: 228px;
	height: 10px;
	margin:0px;
	padding:0px;
	font-size:0px;
	background-color: #fce566;
}
.headerStyleLeft {
	height: 1px;
	width: 200px;
}
/* navigation */
#navcontainer a:link,#navcontainer a:visited, #affiliateCnt a:link,#affiliateCnt a:visited, #contentMgrCnt a:link,#contentMgrCnt a:visited  {
	color: black;
	text-decoration: none;
	padding-left: 20px;
	margin: 0px;
}
#navcontainer a , #affiliateCnt a{
	display: block;
	line-height: 20px;
	height: 20px;

}
#navcontainer li, #affiliateCnt li {
	margin: 0;
	border-left: 7px solid #fce566 !IMPORTANT;
	border: 1px solid white;
}

.activeIcon{
	float: left;
	width: 4px;
	height: 7px;
	margin: 0px;
	padding: 0px;
}
#navcontainer ul , #affiliateCnt ul{
   list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #fffbb5;
	text-decoration: none;
}
#navcontainer li a:hover, #affiliateCnt li a:hover, #contentMgrCnt li a:hover{
	background-color: #fefce5;
}

.avtiveLink {
	background-image: url(cssImages/activeArrow.gif);
	background-repeat: no-repeat;
	background-position: 15px;
}

#navcontainer li#active a , #affiliateCnt li#active a {
	background: #FFFFFF;
	color:  #616161;
}
.searchBox {
	width: 200px;
	height: 50px;
	background-color: White;
	border-bottom: 1px solid black;
}
/* global position */
.mt15 {
	margin-top: 15px;
}
.mt10 {
	margin-top: 10px;
}
.ml8 {
	margin-left: 8px;
	_margin-left: 4px;
}
.ml15 {
	margin-left: 8px;
}
.ml5 {
	margin-left: 5px;
}
.ml54 {
	margin-left: 54px;
}
.ml53 {
	margin-left: 53px;
}
.pl10 {
	padding-left: 10px;
}

.input {
	border: 1px solid #6B4F2E;
}
.w90 { width:90px; }
.w120 { width: 120px;}
.w135 { width:135px; }
.w143 { width: 143px;}

.searchButton {
	width: 60px;
	height: 17px;
	background-image: url(cssImages/search.gif);
	background-repeat: no-repeat;
	background-position: left;
	top: 0px;
	border: none;
	background-color: transparent;
	margin-left: 4px;
}
.loginBox {
	width: 200px;
	height: 106px;
	background-color: #fffbb5;
	color: black;
	border-bottom: 1px solid black;
}
.loginButton {
	height: 20px;
	background-color: #fce566;
	font-size: 9px;
	margin-right: 5px;
	padding: 0px;
}
.specialBox {
	float: left;
	width: 226px;
	height: auto;
	font-size:0px;
}
.specialBox p { margin:0px; }
.specialDesc {
	float: left;
	margin-top: -2px;
	width:  228px;
	height: auto;
	padding: 5px 0px;
	background-color: #fffbb5;
}
/* shopping navi */
#shoppingNavi{
	float: right;
	width: auto;
	height: 22px;
	background-image: url(cssImages/shoppingCorner.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #000;
}
.iconText {
	float: left;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	height: 17px;
	}
.iconText a{
	color: #FFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 20px;
	_padding-left: 10px;
	font-weight: bold;
}
.teaserHeader {
	float: right;
	width: 539px;
	height: 78px;
}
/* product colors */
.keyClr{
	color: #ffffff;
}
.productRootClr,.productAffiliateHeadClr {
	background-color: #fce566;
	color: black;
}
.productSubClr,.productAffiliateClr {
	background-color: #fffbb5;
	color: black;
}
.headerSubClr {
	background-color: #CCA066;
	color: #fff;
}

.productTbl {
	float: left;
	width: 150px;
	height: auto;
	border: 1px solid #6b4f2e;
}
.productHead , .productDesc {
	height: 20px;
	line-height: 20px;
	padding-left: 4px;
	border-bottom: 1px solid #FFF;
}

.productDesc {
	border-bottom: none;
}
.productPrice {
	text-align: right;
	color: Red;
	font-size: 13px;
	font-weight: bold;
	padding-right: 4px;
}
.footer {
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 9px;
	color: White;
	background-color: Black;
}
/*display span with a test*/
a.info{
    position:relative; /*this is the key*/
    z-index:0; background-color:#fff;
    color:#000;
    text-decoration:none;
}

a.info:hover { z-index:100; background-color:#fff; }

a.info span { display: none; }

a.info:hover span { /*the span will display just on :hover state*/
    z-index: 999;
    display:block;
    position:absolute;
    top:2em; left:0em;
    border:1px solid #000;
    background-color:#CCA066; color:#000;
    text-align: left;
}

.submitButton { float:right; position:relative; top:20px;}


.productListing-even { background-color: #CCA066; color: #FFF;}
.printCell { border-bottom: 2px solid #FFF; border-right: 2px solid #FFF; }

.spacer_s { height:5px; font-size:0px; }