/* DATEI: cms.css  */
/* Intersim AG */
/* (c) Intersim AG - Burgdorf */

/*--------------------------------------- Elemente ---------------------------------------*/
body {
	background: #FFFFFF;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:11px;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:normal;				/* -- Achtung bei Fixpositionierten Texte -- */
}

p, table, td, th, select, textarea,input, form {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
}

#divContent input,
#divContent textarea {
	/*border: 1px solid #999999;*/
}

#divContentContainer .NoBorder {
	border: 0px none;
}

input, button {
	vertical-align:middle;
	font-size:10px;
}

pre {
	font-family:"Courier New", Courier, monospace;
	color:#000000;
}

address {
	font-style:italic;
}

img {
	border:0px none;
}

legend {color: #000;}

form {
	margin: 0;
}

/* --------- Titel im Hauptteil --------- */
h1	{
	font-size:16px;
	color: #000000;
	font-weight:normal;
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size:12px;
	color:#000000;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size:11px;
	color:#000000;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}

h4 {
	font-weight:normal;
	font-size:11px;
	color:#000000;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
	text-transform: none;
}

h5 {
	font-size:10px;
	color:#000000;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

h6 {
	font-size:10px;
	color:#000000;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

/*---------------------- Links ----------------------*/

/* Allgemein im Content-Bereich */
a:link    		{color:#999999; background-color:transparent; text-decoration:none;}
a:visited 		{color:#999999; background-color:transparent; text-decoration:none;}
a:hover   		{color:#e2291c; background-color:transparent; text-decoration:underline;}
a:active  		{color:#999999; background-color:transparent; text-decoration:none;}

/* Links bei Dokumenten-Suche */
a.doku:link		{color:#666666; background-color:transparent; text-decoration:none;}
a.doku:visited	{color:#666666; background-color:transparent; text-decoration:none;}
a.doku:hover	{color: #666666; background-color:transparent; text-decoration:underline;}
a.doku:active	{color:#666666; background-color:transparent; text-decoration:none;}

/* Links im Teaser */
#divTeaser a:link    {color:#505050; background-color:transparent; text-decoration:none;}
#divTeaser a:visited {color:#505050; background-color:transparent; text-decoration:none;}
#divTeaser a:hover	{color: #505050; background-color:transparent; text-decoration:underline;}
#divTeaser a:active	{color:#505050; background-color:transparent; text-decoration:none;} 

/* Links in Breadcrumb-Navigation */
#divStatus a:link    		{color:#2f2f2f; background-color:transparent; text-decoration:none;}
#divStatus a:visited 		{color:#2f2f2f; background-color:transparent; text-decoration:none;}
#divStatus a:hover   		{color: #2f2f2f; background-color:transparent; text-decoration:underline;}
#divStatus a:active  		{color:#2f2f2f; background-color:transparent; text-decoration:none;}

/* Login Link im divStatus */
#divStatus .statusLogin a:link    		{color:#e2211b; background-color:transparent; text-decoration: underline;}
#divStatus .statusLogin a:visited 		{color:#e2211b; background-color:transparent; text-decoration: underline;}
#divStatus .statusLogin a:hover   		{color: #000000; background-color:transparent; text-decoration: underline;}
#divStatus .statusLogin a:active  		{color:#e2211b; background-color:transparent; text-decoration: none;}

/* Login Link im divStatus */
#tdDetailView_Sidebar a:link    		{color:#505050; background-color:transparent; text-decoration: none;}
#tdDetailView_Sidebar a:visited 		{color:#505050; background-color:transparent; text-decoration: none;}
#tdDetailView_Sidebar a:hover   		{color:#e3001a; background-color:transparent; text-decoration: underline;}
#tdDetailView_Sidebar a:active  		{color:#505050; background-color:transparent; text-decoration: none;}

/*--------------------------------------- Classes ---------------------------------------*/

/*--------- Allgemeine ---------*/

/* Inhalt-Tabelle (Admin-Bereich, allg. Seiten) */
.contTable {
	padding-left:0px;
	color: #000000; 
}

.small { 
	font-size:10px;  
}

.bold {
    font-weight:bold;
}

.clearboth {
	clear: both;
}

.uppercase {
	text-transform: uppercase;
}

/* Schaltfläche */
.bu { 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;  
}

hr {
	color: #999999;
	background-color: #999999;
	height: 1px;
	border: 0 none;
}

.promColor, a.promColor,
#shopList .shopListItemTitle h2.promColor a {
	color: #f45223;
}

.prodColor, a.prodColor,
#shopList .shopListItemTitle h2.prodColor a {
	color: #b5152b;
}

.shopColor, a.shopColor {
	color: #e2291c;
}

/*--------- Classes Admin-Bereich  ---------*/

/* Titel */
.AdminTabTitle {
	background-color: #fab29d;
	color:#000000;
	font-weight:bold;
}

/* Normale Zeile */
.AdminTabRowLight {
	color:#000000;
	background-color:#FFFFFF;
}

/* Alternative Zeile */
.AdminTabRowDark {
	color:#000000;
	background-color:#fde5dd;
}

/* Titel */
.AdminTabTitleShop {
	background-color: #ccc;
	color:#000000;
}
.AdminTabTitleShop td{
	border-bottom:1px solid #000;
}

/* Normale Zeile */
.AdminTabRowShopLight {
	color:#000000;
	background-color:#fff;
}

/* Alternative Zeile */
.AdminTabRowShopDark {
	color:#000000;
	background-color:#ddd;
}

/* Effekt-Zeile */
.AdminTabRowEffect {
	color:#000000;
	background-color:#D9d9d9;
}

/* Links in der Admin Titelzeile*/
a.AdminTabTitle:link, th.AdminTabTitle a:link    {color:#000000; background-color:transparent; text-decoration:none;}
a.AdminTabTitle:visited, th.AdminTabTitle a:visited {color:#000000; background-color:transparent; text-decoration:none;}
a.AdminTabTitle:hover, th.AdminTabTitle a:hover	{color:#000000; background-color:transparent; text-decoration:underline;}
a.AdminTabTitle:active, th.AdminTabTitle a:active	{color:#000000; background-color:transparent; text-decoration:none;} 

/*--------- Classes Teaser  ---------*/

.teaserEntry {
	background: transparent;
	background-image: url(/Design/images/teaser_top.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 12px;
}


/* titel h1 */
.teaserTitle {
	color:#676767;
	border:0px none;
	width: 222px !important;
	width /**/:222px; /*ie5 hack*/
	height:auto;
	text-align:left;
	font-weight: normal;
	font-size:11px;
	text-decoration: underline;
	margin: 0px 12px 0px 12px;
	padding: 0px 0px 0px 0px;
}

h1.teaserContPromotion {
	font-size:12px;
	color:#f45223;
	border-bottom: 1px solid #f45223;
	text-decoration: none;
}

h1.teaserContShop {
	font-size:12px;
	color: #e2291c;
	border-bottom: 1px solid #e2291c;
	text-decoration: none;
}

h1.teaserContBasket {
	font-size:12px;
	color:#676767;
	border-bottom: 1px solid #676767;
	text-decoration: none;
}

h1.AdvSearchTitle {
	margin: 0px;
	font-size:12px;
	color:#676767;
	border-bottom: 1px solid #676767;
	text-decoration: none;
}

/* Inhalt-Div */
.teaserCont {
	background: url(/Design/images/teaser_middle.jpg);
	background-repeat: repeat-y;
	clear: both;
	color:#000000;
	width: 222px !important;
	width /**/:246px; /*ie5 hack*/
	height:auto;
	padding:3px 12px 3px 12px;
	margin: 0px 0px 0px 0px; 
	text-align:left;
	color: #505050;
}




.tImageLink {
	display:block;
	text-align:center;
}

.tImage {
	clear:both;
	margin-left:4px;
	margin-right:4px;
	vertical-align:text-top;
	border:0px solid;
}
	

/* Mehr... nach Teaser Content */
.tMoreLink {
	display:block;
	text-align:right;
}

.tMore {
	color: #4F82AB;
	font-size: 10px;
	text-decoration:none; 
	font-weight: bold;
}

.tNewLink {
	display:block;
	text-align:left;
}

/* New! neben Teaser-Titel */
.tNew {
	float:right;
	color:#b3b3b3;
	font-size:9px;
	font-weight:bold;
	padding:0px 1px 0px 1px;
	margin:0px 3px 0px 0px;
	text-decoration:none;
	cursor:pointer;
	text-transform:uppercase; 
}

.teaserContSmall {
}


/*--------- Classes Content-Auflistung -------*/
/* Inhalt-Div */
.cContList {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

/* Inhaltkopf-Div */
.cContListHeader {
/*	margin:0px 0px 5px 0px;
	padding:3px 3px 0px 0px;	
	border-bottom: 1px solid #CDE4F8;
*/
}

/* Contlist title */
h1.cContListHeader {
/*	font-size:12px;
	border:0px none;
	width:100%;
	color: #4F82AB;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;*/
}

/* Contlist title */
h2.cContListHeader {
	font-size:12px;
	border-bottom: 0px none;
	width:100%;
	color: #4F82AB;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

h4.cContListHeaderCompact {
 	display:block;
 	font-weight:bold;
 	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

.cContListHeaderCompact {
 	display:block;
 	font-weight:bold;
 	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Inhalt-Div */
.cContListText {
	border:0px none; 
	height:auto; 
	width:auto;
	text-align:left;
	padding:0px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
}

/* Inhalt-Tab-Spalte1 */
.cContListTextCol1 {
	vertical-align:top; 
	display:block; 
	float:left; 
	height:auto; 
	width:auto;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Inhalt-Tab-Spalte2 */
.cContListTextCol2 {
	vertical-align:top; 
	border:0px none; 
	height:auto; 
	width:auto;
	text-align:left;
	padding:0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

/* Inhaltfuss-Div */
.cContListFooter {
	clear:both;
	height:20px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.cContListImageLink {
	float:left;
	text-align:center;
}

.cContListImage {
	float:left;
}

/* Mehr... */
.cMoreLink {

}

/* Mehr... */
.cMore {
	display:block;
	float:right;
	background-color:#FFFFFF;
	color: #4F82AB;
	font-size:10px;
	cursor:pointer;
	text-decoration:none;
	font-weight: bold;
}

.cNewLink {
}

/* Neu! */
.cNew {
	float:right;
	color:#b3b3b3;
	font-size:9px;
	font-weight:bold;
	padding:0px 1px 0px 1px;
	margin:0px 0px 0px 3px;
	text-decoration:none;
	cursor:pointer;
	text-transform:uppercase; 
}



/* --------- Suche --------- */
/* Class vom DIV */
.searchPos {
	margin:0px 0px 0px 0px;
	background-color:transparent;
}

.searchTable {
	position: absolute;
	top: -86px;
	left: 8px;
	width:auto;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#divContent.divContentShopOrder .searchTable,
#divContent.divContentBasket .searchTable {
	position: absolute;
	top: -107px;
	left: 9px;
	width:auto;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#txtSearch {
	border: 1px solid #CCCCCC;
	margin-right: 15px
}

/* Class vom FORM */
.searchForm {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;


}

/* Class vom INPUT submit */
.SearchButton {
	background-color:transparent;
	border: 0px none transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px  0px 0px 0px;
	width: 64px !important;
}

.mnuMore{
	position: absolute;
	left: 130px;
}

/*--------------------------------------- DIV's ---------------------------------------*/

/*--------- Main DIV's ---------*/
#divTop {	
	clear:both;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
}

#divMiddle {
	clear:both;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:transparent;

}

/*--------- Top DIV's ---------*/
#divHead {

	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index: 10;
}

#divStatus, #divContent .statusMiddle {
	color: #2f2f2f;
	text-transform: uppercase;
	font-size: 11px;
}

#divStatus .statusLeft {
	position: absolute;
	left: 175px;
	top: 0;
	width: 31px;
	height: 33px;
	background: url(/Design/images/status_left.jpg);
	background-repeat: no-repeat;
}

#divStatus .statusLeft a {
	display: block;
	margin-top: 10px;
	width: 31px;
	height: 23px;
	height: 23px;
}

.statusMiddle {
	position: absolute;
	left: 206px;
	top: 0;
	width: 463px;
	height: 33px;
	background: url(/Design/images/status_middle.jpg);
	background-repeat: repeat-x;
	padding-top: 14px;
	padding-left: 9px;
}

#divStatus .statusRight {
	position: absolute;
	left: 669px;
	top: 0;
	width: 300px !important;
	width /**/:326px; /*ie5 hack*/
	height: 33px;
	background: url(/Design/images/status_right.jpg);
	background-repeat: no-repeat;
	padding: 13px;
	text-align: right;
	text-transform: none;
}

#divStatus .statusRight .statusLogin {
	background: url(/Design/images/status_login_arrow.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 18px;
}

.breadCrumb_1, .breadCrumb_2 {
	padding-right: 5px;
}

.breadCrumb_2, .breadCrumb_3 {
	padding-left: 15px;
	background: url(/Design/images/breadCrumbArrow.jpg);
	background-repeat: no-repeat;
	background-position: center left;
}

#divTopnav {
	position: absolute;
	top: 33px;
	left: 491px;;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index:106;
}

/* Service Navigation in divTopnav */

#ulTopnav {
	list-style-type: none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

li.topnav {
	width: 94px;
	height: 19px;
	margin-right: 5px;
	float: left;
}

li.topnav a {
	display: block;
	height: 19px;
	width: 94px
}

li.topnav_1 a{
	background: url(/Design/images/topNav_1.gif);
	background-repeat: no-repeat;
}

li.topnav_1 a:hover, li.topnav_1.active a {
	background: url(/Design/images/topNav_1_hover.gif);
	background-repeat: no-repeat;
}

li.topnav_2 a{
	background: url(/Design/images/topNav_2.gif);
	background-repeat: no-repeat;
}

li.topnav_2 a:hover, li.topnav_2.active a {
	background: url(/Design/images/topNav_2_hover.gif);
	background-repeat: no-repeat;
}

li.topnav_3 a {
	background: url(/Design/images/topNav_3.gif);
	background-repeat: no-repeat;
}

li.topnav_3 a:hover, li.topnav_3.active a {
	background: url(/Design/images/topNav_3_hover.gif);
	background-repeat: no-repeat;
}

li.topnav_4 a {
	background: url(/Design/images/topNav_4.gif);
	background-repeat: no-repeat;
}

li.topnav_4 a:hover, li.topnav_4.active a {
	background: url(/Design/images/topNav_4_hover.gif);
	background-repeat: no-repeat;
}

li.topnav_5 a {
	background: url(/Design/images/topNav_5.gif);
	background-repeat: no-repeat;
}

li.topnav_5 a:hover, li.topnav_5.active a {
	background: url(/Design/images/topNav_5_hover.jpg);
	background-repeat: no-repeat;
}

#divSearch {
	display: none;
	position: absolute;
	top: 43px;
	left: 184px;
}

#divSearch .SearchInputField {
	width: 130px;
	margin-right: 15px;
	padding: 1px;
}

#divSearch input {
	width: 183px;
	width:auto;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border:1px solid #cccccc;
}

#divShopNav {
	position: absolute;
	top: 78px;
	left: 174px;
	width: 820px;
	height: 40px;
	background: url(/Design/images/bg_shopNav.jpg);
	background-repeat: no-repeat;
}

#ulShopNav {
	position: absolute;
	top: 16px;
	left: 388px;
	width: 461px;
	list-style-type: none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

li.shopnav {
	position: absolute;
	height: 23px;

}

li.shopnav a {
	display: block;
	height: 23px;
}

li.shopnav_1 a {
	width: 164px;
	background: url(/Design/images/shopNav_1.png);
	background-repeat: no-repeat;
}

li.shopnav_1 a:hover, li.shopnav_1 a.active {
	width: 164px;
	background: url(/Design/images/shopNav_1_hover.png);
	background-repeat: no-repeat;
}

li.shopnav_1 {
	width: 164px;
	position: absolute;
	left: 0px;
}

li.shopnav_2 a {
	width: 155px;
	background: url(/Design/images/shopNav_2.png);
	background-repeat: no-repeat;
}

li.shopnav_2 a:hover, li.shopnav_2 a.active {
	width: 156px;
	background: url(/Design/images/shopNav_2_hover.png);
	background-repeat: no-repeat;
}

li.shopnav_2 {
	width: 156px;
	position: absolute;
	left: 149px;
}

li.shopnav_3 a {
	width: 142px;
	background: url(/Design/images/shopNav_3.png);
	background-repeat: no-repeat;
}

li.shopnav_3 a:hover, li.shopnav_3 a.active {
	width: 142px;
	background: url(/Design/images/shopNav_3_hover.png);
	background-repeat: no-repeat;
}

li.shopnav_3 {
	position: absolute;
	left: 290px;
	width: 142px;
}


/*--------- Middle DIV's ---------*/
#divMenu {
	position:absolute;
	top:141px;
	left:0;
	margin: 0px 0px 0px 0px;
	width:152px;
	padding:0px 0px 0px 0px;
	background-color:transparent;
}


#divMenuCont.viewProm #divMenuTop, #divMenuTop{
	font-size: 5px;
	background: url(/Design/images/menu_top.jpg);
	background-repeat: no-repeat;
	height: 9px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#divMenuCont.viewShop #divMenuTop{
	font-size: 5px;
	background: url(/Design/images/menuShop_top.jpg);
	background-repeat: no-repeat;
	height: 9px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#divMenuCont.viewProd #divMenuTop{
	font-size: 5px;
	background: url(/Design/images/menuProd_top.jpg);
	background-repeat: no-repeat;
	height: 9px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#divMenuCont.viewProm #divMenuMiddle, #divMenuMiddle { 
	background: url(/Design/images/menu_middle.jpg);
	background-repeat: repeat-y;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#divMenuCont.viewShop #divMenuMiddle { 
	background: url(/Design/images/menuShop_middle.jpg);
	background-repeat: repeat-y;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#divMenuCont.viewProd #divMenuMiddle { 
	background: url(/Design/images/menuProd_middle.jpg);
	background-repeat: repeat-y;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#divMenuCont.viewProm #divMenuBottom, #divMenuBottom {
	background: url(/Design/images/menu_bottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
}

#divMenuCont.viewShop #divMenuBottom {
	background: url(/Design/images/menuShop_bottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
}

#divMenuCont.viewProd #divMenuBottom {
	background: url(/Design/images/menuProd_bottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
}

#divMenuMiddle {
	width: 152px !important;
	padding: 0px 0px 0px 0px;
}


#divMenuMiddle table {
	width: 152px;
	padding: 0px 0px 0px 0px;
}

#divPrintview {
	display: none;
	position:absolute;
	top:77px;
	left:754px;
	width:100px;
	background-color:transparent;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index:101;
}

#divContentContainer {
	height:auto;
	left:175px;
	margin:0;
	padding:0;
	position:absolute;
	text-align:left;
	top:141px;
	width:560px !important;
	z-index:100;
}

#divContentTop {
	background: transparent;
	background-image: url(/Design/images/ContentTop.jpg);
	background-repeat: no-repeat;
	height: 9px;
	position: relative
}

#divContent {
	background-color: transparent;
   background-image: url(/Design/images/ContentMiddle.jpg);
	background-repeat: repeat-y;
	position:absolute;
	height:auto;
	top:9px;
	left:0px;
	width: 532px !important;
	width /**/:560px; /*ie5 hack*/
	text-align:left;
	z-index:100;
	margin: 0px 0px 0px 0px;
	padding: 0 14px;
}

#divContentBottom {
	background: transparent;
	background-image: url(/Design/images/ContentBottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	position: relative;
	margin: 0;
	left: -14px;
	top: 9px !important;
	top /**/:9px; /*ie5 hack*/
	width: 560px;
}

/* Hacks */

#divBottomPos #divContentBottom {
	left: 0px;
}

#divBottomPos {
	width: 560px !important;
	padding-top: 0px !important;
	padding-top /**/:20px; /*ie5 hack*/
}

#realDivContentBottom {
	background: transparent;
   background-image: url(/Design/images/ContentBottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	position: absolute;
	left: 200px;
}

#divContentBack {
	margin-right: 14px;
}

/* //Hacks */

#divTeaser {
	position: absolute;
	top: 360px !important;
	top /**/:385px; /*ie5 hack*/
	left: 574px;
	width: 246px;
	height: auto;
	z-index: 101;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#divTeaser.shopListTeaser {
	position: relative;
	left: 0;
	top: 0 !important;
	width: 246px;
	height: auto;
	z-index: 101;
	padding:0px 0px 0px 0px;
	margin: 14px 0px 0px 14px;
	margin-top: 14px !important;
	margin-top /**/:0px; /*ie5 hack*/
}

#divTeaser input{
	vertical-align:middle;
	font-size:10px;
	border:0px none;
}

#divTeaserTop {
	position: absolute;
	top: -219px !important;
	top /**/:-244px; /*ie5 hack*/
	left: 175px;
}

#divTeaserBottom {
	width: 246px !important;
	width /**/:246px; /*ie5 hack*/
	height: 0px;
	border:0px none;
	padding:0px;
	margin:0px;
	font-size: 0px;
}

.teaserFooter {
	background: url(/Design/images/teaser_bottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	width: 246px;
}

#divBottom {
	width: 994px;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
	color: #999999;
}

#divApp1 {
	
}

#divApp2{	
	display:none;
}

/*--------------------------------------- Module ---------------------------------------*/

/*--------- .NET ---------*/
.body_aspnet {									/* .net iframe im Content */
	background-image:none;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#000000;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:11px;
} 

span {											/* .net-generierte span */

}

.status {										/* error + allg. Meldungen */
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;  
	font-weight:bold;
	color:#CC0000; 	
}


/*--------- Mehrspaltige News-Anzeige  ---------*/

.colviewListHeader {
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	margin-bottom:5px;
	font-size:10px;  	
}

.cColview {
   font-size:10px;  
   text-align: justify;
   margin: 0px 0px 10px 0px;
}

.cColviewCompact {
   font-size:10px; 
   text-align: left;
}


/*-- Reiter Navigationen (News Modul; Glossary Modul, ...) --*/

.nlglNav {
	font-weight:normal;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-bottom: 1px solid #999999;

}

.nlglNavSel {
	font-weight:bold;
	color:#000000;
	background-color: transparent;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-bottom: 1px solid #999999;
}

.nlglNavNotAvailable {
	font-weight:normal;
	color: #4F82AB;
	font-size:11px;
	padding:2px 3px 2px 3px;
}

.nlglNavHeader {
	font-size:11px;
	color: #4F82AB;
	font-weight:bold;
	border-bottom:1px solid #CDE4F8;
	margin:0px;
	padding:0px 0px 3px 0px;
	background-repeat:no-repeat;
}

.nlglListHeader {
	font-weight:bold;
	padding:3px 0px 3px 0px;
	margin:0px;
}

.nlglListText {
	vertical-align:top;
	padding: 0px 0px 12px 0px;
}

.nlglListCompact {
	padding:10px 0px 0px 0px;
}

.nlglListCompactDate {
	padding:10px 0px 0px 0px;
	font-weight:bold;
}


td.nlglNav a:link, td.nlglNavSel a:link, td.nlglListHeader a:link, td.nlglListCompact a:link, td.nlglListCompactDate a:link 				{color:#000000; background-color:transparent; text-decoration:none;}
td.nlglNav a:visited, td.nlglNavSel a:visited,  td.nlglListHeader a:visited, td.nlglListCompact a:visited, td.nlglListCompactDate a:visited {color:#000000; background-color:transparent; text-decoration:none;}
td.nlglNav a:hover, td.nlglNavSel a:hover, td.nlglListHeader a:hover, td.nlglListCompact a:hover, td.nlglListCompactDate a:hover			{color: #4F82AB; background-color:transparent; text-decoration:none;}
td.nlglNav a:active, td.nlglNavSel a:active, td.nlglListHeader a:active, td.nlglListCompact a:active, td.nlglListCompactDate a:active 		{color:#000000; background-color:transparent; text-decoration:none;}

/* --------- Intellisense - Shopsearch -----------*/

#divAutoComp {

	position: absolute;
	left: 9px !important;
	left /**/: 0px; /*ie5 hack*/
	top: -79px !important;
	top /**/:0px; /*ie5 hack*/
	font-size: 10px;
	border: 1px solid #cccccc;
	width: auto !important;
	text-align: left;
	background-color: White;
	z-index: 1001;
}

div#divAutoComp ul {	
	list-style: none;
	padding: 0px;
	margin: 0px;
	background-color: White;
}

#divAutoComp ul li {
	list-style: none;
	margin: 0px;
	padding: 3px 10px 3px 1px;
	white-space: nowrap;
	cursor: pointer;
	background-color: White;
	padding-left: 5px;
}

#divAutoComp ul li.selected {
	color: #e2291c;
	text-decoration: none;
	background-color: #eeeeee;
}

/* ------- Ende Intellisense - Shopsearch ---------*/

/*--------- Polling ---------*/
div.teaserCont form {
	padding:0px;
	margin:0px 0px 0px 6px;
	border:0px;
}

form p.pTeaserCont span.tMore {
	float:none;
	padding-left:10px;
}

table.polling {
	border-collapse:collapse;
}

table.polling td {
	margin:0px;
	padding:3px;
	border: 1px solid #4F82AB;
}

/* ------- Gästebuch -------- */
.gbEntryListItemFooter{
	border-top:1px solid #D9D9D9;
}
.gbEntryListItemHeader {
	font-size:11px;
	font-weight:bold;
	border-bottom:1px solid #D9D9D9;
	background-color: #D9D9D9;
}
.gbComment { 
	font-style : italic;
}
.gbError {
	color:#cc0000;
}


/* ------- Research -------- */
.trBottomLine {
	font-weight:normal;
	padding:2px 3px 2px 3px;
	border-bottom: 1px solid #4F82AB;
}


/* Modul Headlines (Anzeigebereich)*/

.headlinesHeader {
	font-size:11px;
	color:#4F82AB;
	font-weight:bold;
	border-bottom:1px solid #4F82AB;
	margin:0px;
	padding:0px 0px 3px 0px;
	background-repeat:no-repeat;
}

.headlinesListEntry {
	padding:10px 0px 0px 0px;
}

td.headlinesListEntry a:link {color:#000000; background-color:transparent; text-decoration:none;}
td.headlinesListEntry a:visited {color:#000000; background-color:transparent; text-decoration:none;}
td.headlinesListEntry a:hover {color: #4F82AB; background-color:transparent; text-decoration:none;}
td.headlinesListEntry a:active {color:#000000; background-color:transparent; text-decoration:none;}



/* Intranet Spezifisch (Toggle Mode)*/

#divAccessMode {					/* nur fuer Intranet-Anwendungen */
	position:absolute;
	top:80px;
	left:350px;
	background-color:transparent;
	width:auto;
	height:auto;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index:101;
}

.AccessMode {			/* nur fuer Intranet-Anwendungen */
	width:200px;
	font-weight:bold;
	font-size:10px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:transparent;
}

#divAccessMode a.topNav:link    {width:200px; color:#000000; background-color:transparent; text-decoration:none;} /* nur fuer Intranet-Anwendungen */
#divAccessMode a.topNav:visited {width:200px;color:#000000; background-color:transparent; text-decoration:none;} /* nur fuer Intranet-Anwendungen */
#divAccessMode a.topNav:hover	{width:200px; color: #4F82AB; background-color:transparent; text-decoration:none;} /* nur fuer Intranet-Anwendungen */ 
#divAccessMode a.topNav:active	{width:200px; color:#000000; background-color:transparent; text-decoration:none;} /* nur fuer Intranet-Anwendungen */


/*--------------------------------------- Design-spezifisch ---------------------------------------*/

/* Top Navigation */
.topNav {
	font-size:10px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

/* Top Navigation */
a.topNav:link		{color: #4F82AB; background-color:transparent; text-decoration:none;}
a.topNav:visited	{color:#8e8e8e; background-color:transparent; text-decoration:none;}
a.topNav:hover		{color: #4F82AB; background-color:transparent; text-decoration:none;}
a.topNav:active		{color: #4F82AB; background-color:transparent; text-decoration:none;}

.printview {
	
	font-size:10px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#divPrintview a.topNav:link    {color:#8e8e8e; background-color:transparent; text-decoration:none;}
#divPrintview a.topNav:visited {color:#8e8e8e; background-color:transparent; text-decoration:none;}
#divPrintview a.topNav:hover	{color: #4F82AB; background-color:transparent; text-decoration:none;}
#divPrintview a.topNav:active	{color: #4F82AB; background-color:transparent; text-decoration:none;} 

/* Design-Detail Admin-Bereich */
.top_adminTeaser {
	position:absolute;
	top:103px;
	left:790px;
	z-index:101;
}

/* Class Copyright-Text (TeaserBottom.inc.asp) */
.Copyright {
	text-align:left;
	margin:0px;
	padding:20px 4px 4px 10px;
}

/* Link auf Copyright-Text (TeaserBottom.inc.asp) */
a.pCopyright:link		{color:#000000; background-color:transparent; text-decoration:underline;}
a.pCopyright:visited	{color:#000000; background-color:transparent; text-decoration:underline;}
a.pCopyright:hover		{color: #4F82AB; background-color:transparent; text-decoration:underline;}
a.pCopyright:active		{color:#000000; background-color:transparent; text-decoration:underline;}


.goUp {
	position: relative;
	top: -1000px;
}

/* Forum */
.threadIconNormal {
	height:14px;
	width:14px;
	text-align:center;
	vertical-align:middle;
	background-image:url('/design/images/thread.gif');
	background-repeat:no-repeat;
}
.threadIconHot {
	height:14px;
	width:14px;
	text-align:center;
	vertical-align:middle;
	background-image:url('/design/images/threadhot.gif');
	background-repeat:no-repeat;
}
.threadIconClosed {
	height:14px;
	width:14px;
	text-align:center;
	vertical-align:middle;
	background-image:url('/design/images/threadclosed.gif');
	background-repeat:no-repeat;
}
.threadIconSticky{
	height:14px;
	width:14px;
	text-align:center;
	vertical-align:middle;
	background-image:url('/design/images/threadsticky.gif');
	background-repeat:no-repeat;
}
.PostsTable {
	border:1px solid #ccc;
}
.PostLeftCell {
	width:150px;
	/*border-right:1px solid #fff;*/
	vertical-align:top;
}
.PostLineTop {
	/*border-top:1px solid #999;*/
}
.PostLineBottom {
	border-bottom:1px dotted #aaa;
}
.forumAttachment {
	border:1px dotted #ff6600;
	background-color:#F4F3F2;
	width:95%;
}
.cForumNav {
	font-weight:bold;
	color:#000000;
	background-color: transparent;
	font-size:11px;
	padding:2px 3px 2px 3px;
}
/* Titel */
.ForumTabTitle {
	background-color: #999999;
	color:#000000;
	font-weight:bold;
}

/* Normale Zeile */
.ForumTabRowLight {
	color:#000000;
	background-color:#FFFFFF;
}

/* Alternative Zeile */
.ForumTabRowDark {
	color:#000000;
	background-color: transparent;
}
.cCaptcha {
	border: 1px solid #ccc;
}
/* Forum ENDE */


/* SHOP-DESIGN */

/* Shop View */

#divContent.divContentShopView {
	width: 824px;
	top: 0px !important;
	left: 0px;
	left /**/:0px; /*ie5 hack*/
	background: transparent;
	padding: 0;
}


#divContent.divContentShopView #divContentBottom {
	display: none;
}

#divContent.divContentShopView form {
	margin: 0;
}

#divContent.divContentShopView table td {
	padding: 0;
	margin: 0;
}

#divContent.divContentShopList .searchTable{
	top: -98px;
	left: 9px;
}

#divContent.divContentShopView .searchTable{
	top: -98px;
	left: 9px;
}

#tableDetailView {
	width: 819px;
}

#tableDetailView h3 a {
	font-weight: bold;
}

#sidebarNews .sidebarNewsItem {
	padding: 5px 0px 20px 0px;
}

#sidebarNews .newsItemDate {
	color: #999999;
}

#sidebarNews .newsItemText {
	color: #2f2f2f;
}

#sidebarNews .newsItemText p {
	margin: 0;
	padding: 0;
}

#sidebarNews a {
	text-decoration: underline;
}

#sidebarNews .sidebarTop {
	background: url(/Design/images/teaser_top.jpg);
	background-repeat: no-repeat;
	height:9px;
}

#sidebarNews .sidebarContent {
	background: url(/Design/images/teaser_middle.jpg);
	background-repeat: repeat-y;
	padding: 3px 15px 3px 15px;
	color: #505050;
}

#sidebarNews .sidebarBottom {
	background: url(/Design/images/teaser_bottom.jpg);
	background-repeat: no-repeat;
	height:9px;
}

#sidebarNews h2 {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	font-size: 12px;
	text-transform: uppercase;
}

#tdDetailView_Promotions {
	width: 105px;
	vertical-align: top;
}

#viewMorePromotionsTop {
	background: url(/Design/images/morePromotionsTop.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size: 5px;
}

#viewMorePromotionsContent {
	background: url(/Design/images/morePromotionsContent.jpg);
	background-repeat: repeat-y;
	text-align: center;
}

#viewMorePromotionsBottom {
	background: url(/Design/images/morePromotionsBottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
}

#viewMorePromotionsContent h2 {
	font-size: 10px;
	color: #505050;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #505050;
	text-transform: uppercase;
}

.morePromotionsItem {
	height: 62px;
	
	margin-right: 20px !important;
	margin-right /**/:0px; /*ie5 hack*/
	clear: both;
}

.morePromotionsItem a img {
	margin-bottom: 20px;
	width: 62px;
	vertical-align: top;
}

.morePromPaging {
	width: 105px;
	text-align: center;
	font-size: 12px;
}


.shopPagingBack a.morePromPrev  {
	display: block;
	background: url(/Design/images/morePromButtonTop.jpg);
	background-repeat: no-repeat;
	background-position: 22px 0px;
	height: 14px;
	width: 105px;
}

.shopPagingNext a.morePromNext  {
	display: block;
	background: url(/Design/images/morePromButtonBottom.jpg);
	background-repeat: no-repeat;
	background-position: 22px 0px;
	height: 14px;
	width: 105px;
}

.noMoreProm {
	position: relative;
	left: 10px;
	text-align: left;
}

#divContent.viewProm #viewDetailsTop {
	background: url(/Design/images/DetailsPromTop.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size: 5px;
	width: 455px;
}

#divContent.viewShop #viewDetailsTop {
	background: url(/Design/images/DetailsShopTop.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size: 5px;
}

#divContent.viewProd #viewDetailsTop {
	background: url(/Design/images/DetailsProdTop.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size: 5px;
}

#divContent.viewProm #viewDetails {
	background: url(/Design/images/DetailsPromContent.jpg);
	background-repeat: repeat-y;
	padding: 4px 15px 4px 15px
}

#divContent.viewShop #viewDetails {
	background: url(/Design/images/DetailsShopContent.jpg);
	background-repeat: repeat-y;
	padding: 4px 15px 4px 15px
}

#divContent.viewProd #viewDetails {
	background: url(/Design/images/DetailsProdContent.jpg);
	background-repeat: repeat-y;
	padding: 4px 15px 4px 15px
}

#divContent.viewProd #viewDetails p {
	color: #FFFFFF;
}

#divContent.viewProm #viewDetailsBottom {
	background: url(/Design/images/DetailsPromBottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size: 5px;
}

#divContent.viewShop #viewDetailsBottom {
	background: url(/Design/images/DetailsShopBottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size: 5px;
}

#divContent.viewProd #viewDetailsBottom {
	background: url(/Design/images/DetailsProdBottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size: 5px;
}

#viewDetailsPromErrorTop {
	background: url(/Design/images/DailyPromTop.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size: 5px;
}

#viewDetailsShopErrorTop {
	background: url(/Design/images/DailyShopTop.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size: 5px;
}

#viewDetailsProdErrorTop {
	background: url(/Design/images/DailyProdTop.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size: 5px;
}

#viewDetailsPromError {
	background: url(/Design/images/DailyPromMiddle.jpg);
	background-repeat: repeat-y;
	font-size:5px;
	width: 532px !important;
	width /**/:560px; /*ie5 hack*/
	padding: 8px 14px;
}

#viewDetailsShopError {
	background: url(/Design/images/DailyShopMiddle.jpg);
	background-repeat: repeat-y;
	font-size:5px;
	width: 532px !important;
	width /**/:560px; /*ie5 hack*/
	padding: 8px 14px;
}

#viewDetailsProdError {
	background: url(/Design/images/DailyProdMiddle.jpg);
	background-repeat: repeat-y;
	font-size:5px;
	width: 532px !important;
	width /**/:560px; /*ie5 hack*/
	padding: 8px 14px;
}

#viewDetailsPromErrorBottom {
	background: url(/Design/images/DailyPromBottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size: 5px;
}

#viewDetailsShopErrorBottom {
	background: url(/Design/images/DailyShopBottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size: 5px;
}

#viewDetailsProdErrorBottom {
	background: url(/Design/images/DailyProdBottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size: 5px;
}

#tdDetailViewError {
	vertical-align: top;
}

#tdDetailViewError h1 {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#tdDetailViewError p {
	color: #FFFFFF;
}

#tdDetailView_Details {
	vertical-align: top;
}

#viewDetails h1 {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 15px;
}

#viewDetails .viewLeft {
	width: 208px;
	float: left;
	/*overflow:auto;*/
	/*position:absolute;*/
}

#viewDetails .viewRight {
	float: left;
	width: 215px;
	/*overflow:auto;*/
}

#viewDetails .viewRightBottom {
	float: right;
	width: 215px;
	margin-top: 20px;
	/*overflow:auto;*/
}

#viewDetails .viewImages {
	width: 208px;
	overflow:auto;
}

#viewDetails .viewDetailsImg_4,
#viewDetails .viewDetailsImg_5,
#viewDetails .viewDetailsImg_6,
#viewDetails .viewDetailsImg_7,
#viewDetails .viewDetailsImg_8 {
	display: none;
}

#viewDetails .viewImages table {
	width: 208px;
}

#viewDetails .viewImages table td {
	vertical-align: top;
	padding-right: 11px;
}

#divPrimaryPicture {
	margin-bottom: 10px;
}

#divPrimaryPicture img {
	width: auto;
}

#divThumbs {
	width: 208px;
}

#divThumbs .viewDetailsImg_1, #divThumbs .viewDetailsImg_2 {
	margin-right: 11px;
}

.preloadPic {
	border:0 none;
	display:none;
	height:0;
	visibility:hidden;
	width:0;
}

#viewDetails .viewDesc {
	float: right;
	width: 200px;
	margin-top: -13px !important;
	margin-top /**/:0px; /*ie5 hack*/
}

#viewDetails .viewDesc p {
	color: #FFFFFF;
}

#viewDetails .viewDesc h1,
#viewDetails .viewDesc h2,
#viewDetails .viewDesc h3,
#viewDetails .viewDesc h4,
#viewDetails .viewDesc strong,
#viewDetails .longDesc strong {
	color: #000000;
	font-size: 11px;
	margin: 0;
	padding: 0;
	border: 0px none;
}

#viewDetails .viewDesc h4 {
	padding-bottom: 5px;
}

#viewDetails .longDesc {
	clear: both;
	width: 420px;
	margin-top: 10px;
	border-bottom: 1px solid #FFFFFF;
}

#viewDetails .viewAddInfo {
	float: right;
	width: 202px;
}

#viewDetails .viewOptions {
	padding: 5px 0px 5px 0px;
}

#viewDetails .viewOptions select{
	width: 200px;
}

#viewDetails .viewDetailsAddDesc {
	margin-bottom: 10px;
}

#viewDetails .viewDeliveryTime {
	color: #ffffff;
}

#viewDetails .viewFooter {
	color: #000000;
	text-transform: uppercase;
	height: 80px;
	float: right;
	width: 202px;
	padding-top: 30px;
}

#viewDetails .viewPrice {
	width: 130px;
	text-align: left;
	float: left;
}

#viewDetails .viewPrice span.price_small {
	font-size: 11px;
}

#viewDetails .viewPrice span.price_big {
	font-size: 15px;
}

#viewDetails .viewCountPromotion {
	float: right;
	background: url(/Design/images/promotionCounter.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	color: #ffffff;
	height: 70px;
	width: 63px;
	padding-top: 8px;
}

#viewDetails .viewCount {
	float: left;
	color: #ffffff;
	height: 70px;
	width: 63px;
	padding-top: 30px;
	text-align: center;
}

#viewDetails .viewCount input {
	border: 1px solid #FFFFFF;
	background: #b5152b;
	color: #FFFFFF;
	text-align: center;
}

#viewDetails .viewCountNumber {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	margin-top: 16px !important;
	margin-top /**/:23px; /*ie5 hack*/
	color: #FFFFFF;
	letter-spacing: -2px;
}

#viewDetails  .viewCountText {
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	color: #FFFFFF;
}

#viewDetails .viewCountPromotion .viewCountText {
	margin-top: 20px;
}

#viewDetails .viewSubmit {
	float: right;
	width: 65px;
	padding-top: 5px;
}

#viewDetails .viewInput {
	display: none;
}

#viewDetails .viewShopAddress {
	padding-top: 20px;
}

#viewDetails .viewShopAddress, #viewDetails .viewShopAddress a {
	color: #FFFFFF;
}

#viewDetails ul.viewLabels {
	margin: 0;
	padding: 3px 0px 15px 15px;
}

#viewDetails ul.viewLabels li {
	list-style-type: disc;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#divContent.viewProm #viewDetails .viewSubmit a {
	display: block;
	height:42px;
	width: 54px;
	background: url(/Design/images/buzzerProm.jpg);
	background-repeat: no-repeat;
}

#divContent.viewProm #viewDetails .viewSubmit a:hover {
	background: url(/Design/images/buzzerProm_hover.jpg);
	background-repeat: no-repeat;
}

#divContent.viewProd #viewDetails .viewSubmit a {
	display: block;
	height:42px;
	width: 54px;
	background: url(/Design/images/buzzerProd.jpg);
	background-repeat: no-repeat;
}

#divContent.viewProd #viewDetails .viewSubmit a:hover {
	background: url(/Design/images/buzzerProd_hover.jpg);
	background-repeat: no-repeat;
}
#viewDetails .viewTellAFriend {
	position: relative;
	top: 0;
	color: #FFFFFF;
	text-align: left;
	clear: both;
}

#viewDetails .viewTellAFriend a,
#viewDetails .viewFile a,
#viewDetails .viewFile {
	color: #FFFFFF;
}

#viewDetails .viewTellAFriendShop {
	position: relative;
	top: 0;
	color: #FFFFFF;
	text-align: right;
	clear: both;
}

#tdDetailView_Sidebar {
	width: 259px;
	vertical-align: top;
}

#DetailView_SidebarTop {
	margin-left: 13px;
	position: relative;
	top: 0px !important;
	top /**/:0px; /*ie5 hack*/
}

#DetailView_SidebarMiddle {
	margin-top: 13px;
}


#DetailView_SidebarBottom {
	margin-top: 13px;
	margin-left: 13px;
}

#viewDetailsSidebarBasket .teaserEntry,
.shopListBasket .teaserEntry {
	background: transparent;
	background-image: url(/Design/images/sidebarBasketTop.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 12px;
}

#viewDetailsSidebarBasket .teaserCont,
.shopListBasket .teaserCont {
	background: url(/Design/images/sidebarBasketMiddle.jpg);
	background-repeat: repeat-y;
	clear: both;
	color:#000000;
	width: 222px !important;
	width /**/:246px; /*ie5 hack*/
	height:auto;
	padding:3px 12px 3px 12px;
	margin: 0px 0px 0px 0px; 
	text-align:left;
	color: #505050;
}

#viewDetailsSidebarBasket .teaserFooter,
.shopListBasket .teaserFooter {
	background: url(/Design/images/sidebarBasketBottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	width: 246px;
}


#viewMyBuzzMeSidebarMenu .teaserEntry,
.shopListBasket .teaserEntry {
	background: transparent;
	background-image: url(/Design/images/sidebarBasketTop.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 12px;
}

#viewMyBuzzMeSidebarMenu .teaserCont,
.shopListBasket .teaserCont {
	background: url(/Design/images/sidebarBasketMiddle.jpg);
	background-repeat: repeat-y;
	clear: both;
	color:#000000;
	width: 222px !important;
	width /**/:246px; /*ie5 hack*/
	height:auto;
	padding:3px 12px 3px 12px;
	margin: 0px 0px 0px 0px; 
	text-align:left;
	color: #505050;
}

#viewMyBuzzMeSidebarMenu .teaserFooter,
.shopListBasket .teaserFooter {
	background: url(/Design/images/sidebarBasketBottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	width: 246px;
}

#divTeaser.shopListBasket {
	margin-top: 0px !important;
}

li.viewMyBuzzMeSidebarMenu {
/*	list-style-image:; */
}

#viewDetailsSidebarPromotion {
	margin-top: 13px;
}

#viewDetailsSidebarShopTop {
	background: url(/Design/images/DetailsSidebarTop.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size:5px;
}

#viewDetailsSidebarShopContent {
	background: url(/Design/images/DetailsSidebarContent.jpg);
	background-repeat: repeat-y;
	padding: 3px 15px 3px 15px;
	color: #505050;
}

#viewDetailsSidebarShopContent h2 {
	text-transform: uppercase;
	color: #e2291c;
	border-bottom: 1px solid #e2291c;
	font-size: 12px;
}

#viewDetailsSidebarShopContent h3, #viewDetailsSidebarShopContent h4 {
	color: #000000;
	font-size: 11px;
	margin: 0;
	font-weight: normal;
}

#viewDetailsSidebarShopContent h3 {
	text-transform: uppercase;
}

.SidebarShopMore {
	text-align: right;
}

/* Shop list */


#divContent.divContentShopList {
	padding: 0;
	width: 560px !important;
	width /**/:550px; /*ie5 hack*/
	background: url(/Design/images/shopListContentMiddle.jpg);
	position: relative;
	top: 0px;
}

#divContent.divContentShopList #divContentBottom {
	background: url(/Design/images/shopListContentBottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size: 1px;
	position: relative;
	left: 0px;
}

#divContent .divContentTopList {
	background: url(/Design/images/shopListContentTop.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size: 5px;
}

#viewDetailsSidebarShopBottom {
	background: url(/Design/images/DetailsSidebarBottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size:5px;
}

.shopListDailyPromotion {
	position: relative;
	top: -9px;
	width: 100%;
}

.viewProm .shopListDailyPromotionTop {
	background: url(/Design/images/DailyPromTop.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size:5px;
	width: 560px;
}

.viewShop .shopListDailyPromotionTop {
	background: url(/Design/images/DailyShopTop.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size:5px;
	width: 560px;
}

.viewProd .shopListDailyPromotionTop {
	background: url(/Design/images/DailyProdTop.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size:5px;
	width: 560px;
}

.viewProm .shopListDailyPromotionMiddle {
	background: url(/Design/images/DailyPromMiddle.jpg);
	background-repeat: repeat-y;
	font-size:5px;
	width: 532px !important;
	width /**/:560px; /*ie5 hack*/
	padding: 8px 14px;
}

.viewShop .shopListDailyPromotionMiddle {
	background: url(/Design/images/DailyShopMiddle.jpg);
	background-repeat: repeat-y;
	font-size:5px;
	width: 532px !important;
	width /**/:560px; /*ie5 hack*/
	padding: 8px 14px;
}

.viewProd .shopListDailyPromotionMiddle {
	background: url(/Design/images/DailyProdMiddle.jpg);
	background-repeat: repeat-y;
	font-size:5px;
	width: 532px !important;
	width /**/:560px; /*ie5 hack*/
	padding: 8px 14px;
}

.viewProm .shopListDailyPromotionBottom {
	background: url(/Design/images/DailyPromBottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size:5px;
	width: 560px;
}

.viewShop .shopListDailyPromotionBottom {
	background: url(/Design/images/DailyShopBottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size:5px;
	width: 560px;
}

.viewProd .shopListDailyPromotionBottom {
	background: url(/Design/images/DailyProdBottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size:5px;
	width: 560px;
}

table.shopListDailyPromotion td {
	color: #FFFFFF;
	vertical-align: bottom;
	text-transform: uppercase;
}

table.shopListDailyPromotion td.dailyShopAddress {
	text-transform: none;
}

table.shopListDailyPromotion td h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 2px;
}

table.shopListDailyPromotion td span {
	color: #000000;
	text-transform: none;
}

table.shopListDailyPromotion td a {
	color: #FFFFFF;
}

table td.dailyPromotionShop h4 {
	
}

td.dailyPromotionTitle, td.dailyPromotionMore {
	border-bottom: 1px solid #FFFFFF;
}

td.DailyPromotionImg {
	width: 222px;
	padding-top: 10px;
}

td.DailyPromotionImgShop {
	width: 229px;
	padding-top: 10px;
}

td.DailyPromotionImg img {
	width: 208px;
}

td.DailyPromotionImgShop img {
	width: 229px;
	margin: 0;
	margin-right: 14px;
}

table td.dailyPromotionArtTitle {
	vertical-align: top;
	padding-top: 10px;
}

table td.DailyPromotionMore {
	text-align: right;
	text-transform: none;
}

td.DailyPromotionMore a {
	color: #FFFFFF;
}

td.dailyPromotionBuzzer {
	width: 54px;
	height: 50px;
}

td.dailyPromotionBuzzer.viewProm a {
	display: block;
	height:42px;
	width: 54px;
	background: url(/Design/images/buzzerProm.jpg);
	background-repeat: no-repeat;
}

td.dailyPromotionBuzzer.viewProm a:hover {
	background: url(/Design/images/buzzerProm_hover.jpg);
	background-repeat: no-repeat;
}

td.dailyPromotionBuzzer.viewProd a {
	display: block;
	height:42px;
	width: 54px;
	background: url(/Design/images/buzzerProd.jpg);
	background-repeat: no-repeat;
}

td.dailyPromotionBuzzer.viewProd a:hover {
	background: url(/Design/images/buzzerProd_hover.jpg);
	background-repeat: no-repeat;
}

td.dailyPromotionBuzzer input {
	display: none;
}

td.dailyPromotionPrice span {
	font-size: 14px;
}

.shopPagingTop {
	background: url(/Design/images/ListItemPagingTop.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size:5px;
	margin: 0;
	width: 560px;
}

.shopPagingMiddle {
	background: url(/Design/images/ListItemPagingMiddle.jpg);
	background-repeat: repeat-y;
	width: 560px;
}

.shopPagingBottom {
	background: url(/Design/images/ListItemPagingBottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size:5px;
	width: 560px;
}

.shopPagingContent {
	padding: 0 14px;
	width: 532px !important;
	width /**/:560px; /*ie5 hack*/
	color: #FFFFFF;
}

.shopPagingTitle {
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-transform: uppercase;
}

.shopPagingTable td {
	padding: 0;
	color: #000000;
	font-size: 10px;
}

td.shopPagingRight {
	text-align: right;
}

td.shopPagingRight a {
	color: #FFFFFF;
}

.shopPaging .activePage {
	color: #000000;
}

.shopPagingEntries {
	color: #FFFFFF;
}

#shopList {

}

#shopList .shopListItemTop, #shopList .shopListItemBottom {
	height: 9px;
}

#shopList .evenItem .shopListItemTop {
	background: url(/Design/images/ListItemDarkerTop.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size:5px;
	width: 560px;
}

#shopList .evenItem .shopListItemMiddle {
	background: url(/Design/images/ListItemDarkerMiddle.jpg);
	background-repeat: repeat-y;
	width: 550px !important;
	width /**/:560px; /*ie5 hack*/
}

#shopList .evenItem .shopListItemBottom {
	background: url(/Design/images/ListItemDarkerBottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size:5px;
	width: 560px;
}

#shopList .shopListItemMiddle {
	padding: 0 5px;
	width: 550px !important;
	width /**/:560px; /*ie5 hack*/
}

table.shopListItemContent {
	width: 100%;
}

table.shopListItemContent td {
	vertical-align: bottom;
	font-size: 11px;
	color: #676767;
}

table.shopListItemContent td span {
	color: #000000;
}

#shopList .shopListItemTitle, #shopList .shopListItemImg {
	vertical-align: top;
}

#shopList .shopListItemTitle h2 a {
	text-transform: uppercase;
	color: #000000;
}

#shopList .shopListItemTitle h2.promColor {
	border-bottom: 1px solid #f45223;
}

#shopList .shopListItemTitle h2.prodColor {
	border-bottom: 1px solid #b5152b;
}
#shopList .shopListItemTitle, #shopList .shopListItemShop {
	padding-left: 5px;
}

#shopList .shopListShopItemTitle {
	vertical-align: top;
	text-transform: uppercase;
	padding-left: 5px;
}

#shopList .shopListShopItemTitle a {
	color: #000000;
}

#shopList .shopListShopItemAddress {
	width: 210px;
	padding-left: 5px;
}

#shopList .shopListShopItemURL {
	width: 170px;
	text-align: right;
}

#shopList .shopListItemImg, #shopList td.shopListShopItemImg {
	width: 62px;
	vertical-align: top;
}

#shopList .shopListItemShop {
	width: 120px;
}

#shopList .shopListItemStock {
	width: 100px
}

#shopList .shopListItemOptions {
	width: 100px
}

#shopList .shopListItemPrice span {
	font-size: 14px;
}

#shopList .shopListItemPrice {
	text-transform: uppercase;
	width: 110px;
}

#shopList td.shopListItemBuzzer a {
	display: block;
	background-image: url();
	height:30px;
	width: 32px;
	background: url(/Design/images/buzzer_small.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}

#shopList td.shopListItemBuzzer a:hover {
	background: url(/Design/images/buzzer_small_hover.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}



#shopListSidebar, #orderProcessSidebar {
	left:560px;
	position:absolute;
	top:0;
}

/* Advanced Search */

#advSearch {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 14px;
}

.advSearchTop {
	background: url(/Design/images/advSearchTop.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size:5px;
	width: 260px;
}

.advSearchMiddle {
	background: url(/Design/images/advSearchMiddle.jpg);
	background-repeat: repeat-y;
	padding: 0 14px;
	width: 232px !important;
	width /**/:260px; /*ie5 hack*/
}

.advSearchBottom {
	background: url(/Design/images/advSearchBottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size:5px;
	width: 260px;
}

.advSearchMiddle p {
	margin-bottom: 4px;
}

.advSearchMiddle input, .advSearchMiddle select, a.advSearchButton {
	border: 1px solid #999999;
}

a.advSearchButton {
	background: #FFFFFF;
	color: #000000;
	font-size: 10px;
	display: block;
	height: 13px;
	padding: 1px 5px 0px 5px;
}

a.advSearchButton:hover {
	text-decoration: none;
}

.advSearchMiddle input.advSearchLabel {
	border: 0px none;
}

.advSearchMiddle input.advSearchTxt {
	width: 223px;
}

.advSearchSelect {
	width: 230px;
}

input.advSearchPrice {
	width: 74px;
}

#advSearchShopLabels .advSearchLabelItem{
	width: 116px;
	float: left;
}

.advSearchButton {
	float: right;
	background: #FFFFFF;
	margin-right: 5px;
}


table.shopSidebarItem {
	padding-top: 10px;
	width: 229px;
}

table.shopSidebarItem {
	padding-top: 10px;
	width: 222px;
}

table.shopSidebarItemAttached {
	padding-top: 10px;
	width: 229px;
}

table.shopSidebarItem td {
	vertical-align: top;
	color: #505050;
	font-size: 11px;
}

table.shopSidebarItem td.shopSidebarItemImg {
	width: 76px;
}

table.shopSidebarItem td.shopSidebarAnbieterImg {
	width: 229px;
}

table.shopSidebarItem td.shopSidebarItemImg img {
	margin: 0;
	margin-right: 14px;
}

table.shopSidebarItem td.shopSidebarAnbieterImg img {
	margin: 0;
	margin-bottom: 10px;
}

.ViewAnbieterImg {
	width: 222px;
}

table.shopSidebarItem td.shopSidebarItemTitle a,
table.shopSidebarItem td.shopSidebarItemPrice {
	font-size: 10px;
	color: #505050;
	text-transform: uppercase;
}

#divContent td.shopSidebarItemAddress {
	width: 153px;
}

#divContent td.shopSidebarItemAddress h3 a {
	font-size: 11px;
	color: #505050;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#divContent td.shopSidebarItemShortDesc {
	width: 229px;
}

#divContentContainer a.extLink {
	text-transform: uppercase;
	text-decoration: none;
}




/* Bestellprozess */

#divContent.divContentBasket h1 {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

#divContentContainer .divContentShopOrder,
#divContent.divContentShopOrder {
	width: 532px !important;
	width /**/:560px; /*ie5 hack*/
}

.OrderStage {
	text-transform: uppercase;
	background:transparent url(/Design/images/breadCrumbArrow.jpg) no-repeat scroll left center;
	padding-left:15px;
	padding-right: 5px;
	text-align: left;
}

.OrderStageFirst {
	background:transparent;
	padding: 0;
	padding-right: 5px;
}

.OrderStageActive {
	color: #e2291c;
}

label {
	cursor:pointer;
}

.cBasketShopTitle{
	border-bottom: 1px solid gray;
}

.cBasketShopEnd{
	font-weight: bold;
}

.cShopBasketCol{
	vertical-align:top;
}

.NoShipping {
	text-decoration:line-through;
}

#shopBasket .bu {
	background: url(/Design/images/BasketButton.jpg);
	background-repeat: no-repeat;
	border: 0px none;
	width: 125px !important;
	height: 17px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 0 0 4px 0;
	margin-right: 5px;
}

#shopBasket table td {
	vertical-align: top;
}

#orderProcessSidebar {
	margin-top: -14px !important;
	margin-top /**/: 0px; /*ie5 hack*/
}

#divContent .buOrder {
	background: url(/Design/images/BasketButtonNext.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border: 0px none;
	color: #505050;
	text-transform: uppercase;
	width: 108px !important;
	height: 17px;
	padding-bottom: 3px;
	font-size: 9px;
}

#divContent .buOrder:hover {
	cursor: pointer;
}

#divContent .buOrderLong {
	background: url(/Design/images/BasketButtonNextLong.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border: 0px none;
	color: #505050;
	text-transform: uppercase;
	width: 200px !important;
	height: 17px;
	padding-bottom: 3px;
	font-size: 9px;
}


/* MyBuzzMe */

#viewMyBuzzMeSidebarMenu {
	
}

ul#myBuzzMeMenu {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	list-style-type: none;
}

ul#myBuzzMeMenu li a {
	text-transform: uppercase;
}

/* Shop-Admin */

#divContentAdmin {
	width: 532px !important;
	width /**/:532px; /*ie5 hack*/
}

#divTeaserAdmin {
	left:175px;
	position:absolute;
	top: -219px !important;
	top /**/:-244px; /*ie5 hack*/
}

#divContent.divContentShopAdmin, #divContentContainer.ContentContainerAdmin {
	width: 792px !important;
}

#divContent.divContentShopCockpit {
	width: 532px !important;
}

#divContentContainer.ContentContainerAdmin #divContentTop {
	background: url(/Design/images/contentShopAdminTop.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size:5px;
	width: 820px;
}

#divContentContainer.ContentContainerAdmin .divContentShopAdmin{
	background: url(/Design/images/contentShopAdminMiddle.jpg);
	background-repeat: repeat-y;
	width: 820px;
	height: auto;
	position: relative;
	top: 0px;
}

#divContentContainer.ContentContainerAdmin #divContentBottom{
	background: url(/Design/images/contentShopAdminBottom.jpg);
	background-repeat: no-repeat;
	height: 9px;
	font-size:5px;
	width: 820px;
	position: relative;
	top: 9px;
	left: -14px;
}

.divContentShopAdmin .shopPagingEntries {
	color: #000000;
}

.cShopstateOpen {
	/*color:#2969C6;*/
}
.cShopstateValid {
	/*color:#2969C6;*/
}
.cShopstatePartfinished {
	/*color:#CB9C00;*/
}
.cShopstateFullfinished {
	/*color:#01A81D;*/
}
.cShopstateCancelled {
	/*color:#DC3E05;*/
}
.cFloatLeft {
	float:left;
}

/*--------------------------------Glossar - Tooltip Anzeige  ---------------------------------------*/
.tooltipTrigger {
	cursor: help;
}

.tooltip,
.actionHint {
	border: 1px solid #BF1307;
	background-color: #EDEDED;
	color: #000000;
	padding: 2px 4px;
	z-index: 10000;
}

.tooltip h4,
.actionHint h4 {
	background-color: #91a728;
	color: White;
	margin: -2px -4px 3px -4px;
	padding: 1px 4px 1px 4px;
}

.tooltip p,
.actionHint p {
	margin: 0;
}

.actionHint {
	width: 140px;
}