/* CSS Document */

/*--------------------------------------- Elemente ---------------------------------------*/
body {
	background-image: url(images/bg_body.gif);
	background-repeat:repeat;
	color: #000000;
	padding: 0px;
	margin: 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, ul, ol, select, textarea, input, form {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
}

input {
/*	vertical-align:middle; */
}

input[type="checkbox"]{ padding:0; margin:0 3px 0 0;}

pre {
	font-family:"Courier New", Courier, monospace;
	color:#000000;
}

address {
	font-style:italic;
}

img {
	border:0px none;
}

hr {
	border: 1px solid #CCCCCC;
	width: 100%;
	height: 1px;
}


/* --------- Liste - Aufzaehlung --------- */

UL, MENU {
	list-style-type:square;
}

LI {
	list-style-type:square;
	padding-left:0px;
	margin-left:-15px;
}
	
LI LI {
	list-style-type:square;
	padding-left:0px;
	margin-left:-15px;
}

LI LI LI {
	list-style-type:square;
	padding-left:0px;
	margin-left:-15px;
}

/* --------- Titel im Hauptteil --------- */
h1	{
	font-size:13px;
	color:#000000;
	font-weight:bold;
}

h2 {
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

h3 {
	font-size:11px;
	color:#666666;
}

h4 {
	font-weight:bold;
	font-size:11px;
	color:#FF0000;
}

h5 {
	font-size:10px;
	color:#FF0000;
}

h6 {
	font-size:10px;
	color:#FF0000;
}

/*---------------------- Links ----------------------*/
/* Allgemein im Content-Bereich */
a:link	  		{color:#000000; background-color:transparent; text-decoration:underline;}
a:visited 		{color:#000000; background-color:transparent; text-decoration:underline;}
a:hover   		{color:#CC0000; background-color:transparent; text-decoration:underline;}
a:active  		{color:#000000; background-color:#E1E1E1; text-decoration:underline;}

a.noline:link	  		{color:#000000; background-color:transparent; text-decoration:none;}
a.noline:visited 		{color:#000000; background-color:transparent; text-decoration:none;}
a.noline:hover   		{color:#CC0000; background-color:transparent; text-decoration:underline;}
a.noline:active  		{color:#000000; background-color:#E1E1E1; text-decoration:none;}

.cArrowMore {
	font-weight: bold;
	padding: 0 0 0 12px;
	letter-spacing: 1px;
	background-image: url(/images/pict_link_arrow.gif);
	background-repeat: no-repeat;
}

a.cArrowMore:link 		{color:#666; background-color:transparent; text-decoration:none;}
a.cArrowMore:visited 	{color:#666; background-color:transparent; text-decoration:none;}
a.cArrowMore:hover   	{color:#666; background-color:transparent; text-decoration:underline;}
a.cArrowMore:active  	{color:#666; background-color:#CCCCCC; text-decoration:none;}

.cOverview {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
a.cOverview:link 	{color:#666; background-color:transparent; text-decoration:none;}
a.cOverview:visited 	{color:#666; background-color:transparent; text-decoration:none;}
a.cOverview:hover   	{color:#666; background-color:transparent; text-decoration:underline;}
a.cOverview:active  	{color:#666; background-color:#CCCCCC; text-decoration:none;}

/* TOPNAV - Links */
#divTopNav a:link 		{color:#FFFFFF; background-color:transparent; text-decoration:none;}
#divTopNav a:visited 	{color:#FFFFFF; background-color:transparent; text-decoration:none;}
#divTopNav a:hover   	{color:#FFFFFF; background-color:transparent; text-decoration:underline;}
#divTopNav a:active  	{color:#FFFFFF; background-color:#000000; text-decoration:none;}

/* Bikenav - Links */
a.ItemOverView:link 		{color:#000000; background-color:transparent; text-decoration:none;}
a.ItemOverView:visited 	{color:#000000; background-color:transparent; text-decoration:none;}
a.ItemOverView:hover   	{color:#CC0000; background-color:transparent; text-decoration:underline;}
a.ItemOverView:active  	{color:#000000; background-color:#CCCCCC; text-decoration:none;}

/* More link*/

div.more a:link 		{color:#FFFFFF; background-color:transparent; text-decoration:none;}
div.more a:visited 	{color:#FFFFFF; background-color:transparent; text-decoration:none;}
div.more a:hover   	{color:#CCCCCC; background-color:transparent; text-decoration:none;}
div.more a:active  	{color:#FFFFFF; background-color:transparent; text-decoration:none;}

td.nlglNav a:link, td.nlglNavSel a:link	{color:#000000; background-color:transparent; text-decoration:none;}
td.nlglNav a:visited, td.nlglNavSel a:visited {color:#000000; background-color:transparent; text-decoration:none;}
td.nlglNav a:hover, td.nlglNavSel a:hover {color:#3366CC; background-color:transparent; text-decoration:none;}
td.nlglNav a:active, td.nlglNavSel a:active {color:#000000; background-color:#transparent; text-decoration:none;}

li.ContentAdminNav a:link, li.ContentAdminNavSel a:link	{color:#000000; background-color:transparent; text-decoration:none;}
li.ContentAdminNav a:visited, li.ContentAdminNavSel a:visited {color:#000000; background-color:transparent; text-decoration:none;}
li.ContentAdminNav a:hover, li.ContentAdminNavSel a:hover {color:#3366CC; background-color:transparent; text-decoration:none;}
li.ContentAdminNav a:active, li.ContentAdminNavSel a:active {color:#000000; background-color:#transparent; text-decoration:none;}

/*--------------------------------------- Classes ---------------------------------------*/

#divTop {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 120px;
}
		#divTopChild {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 221px;
			height: 40px;
			background-image: url(images/bg_top_left.jpg);
			background-repeat: no-repeat;
		}
		#divTopNav {
			position: absolute;
			top: 20px;
			left: 221px;
			background-image: url(images/bg_topnav_left.gif);
			background-position: right;
			background-repeat: no-repeat;
			background-color: transparent;
			width: auto;
			height: 19px;
			padding-right: 19px;
			color: #FFFFFF;
		}
		#divHeader {
			position: absolute;
			left: 0px;
			top: 40px;
			background-image: url(images/bg_header.jpg);
			background-repeat: no-repeat;
			width: 1000px;
			height: 80px;
		}
		
		
		
#divMiddle {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 1000px;
	height: auto;
	padding: 0px;
	margin: 0px;
}

		#divMenu {
			position: absolute;
			top: 0px;
			left: 0px;
			background-color: transparent;
			width: 180px;
			height: auto;
			margin: 0px;
			padding: 0px;	
		}
		#divMenuTop {
			float: left;
			clear: left;
			background-image: url(images/bg_menutop.jpg);
			background-repeat: no-repeat;
			height: 20px;
			width: 100%;
		}
		#divMenuBg {
			float: left;
			clear: left;
			background-image: url(images/menu_left.jpg);
			background-repeat: no-repeat;
			background-color: #000000;
			height: auto;
			width: 162px;
			padding-left: 18px;
		}
		#divMenuMain {
			float: left;
			clear: none;
			background-image: url(images/menu_bottom.gif);
			background-repeat: no-repeat;
			background-position: bottom;
			background-color: #CC0000;
			width: 162px;
			height: auto;
			border-top: 1px solid #990000;
		}
		
		#divMenuBottom {
			float: left;
			clear: none;
			width: 100%;
			height: 80px;
			background-image: url(images/menu_bottom_black.gif);
			background-repeat: no-repeat;
			background-position: bottom;
			background-color: #000000;
			padding-top: 10px;
			margin: 0px;
		}
		
		
		#divContent {
			position: absolute;
			top: 0px;
			left: 180px;
			background-color: #CCCCCC;
			width: 783px;
			height: auto;
			padding: 15px 0px 15px 15px;
		}
		
		#divContentRight {
			position: absolute;
			top: 0px;
			left: 959px;
			background-image: url(images/bg_middle_right.gif);
			background-repeat: repeat-y;
			width: 41px;
			height: auto;
		}
		#divContRightTop {
			position: absolute;
			background-image:url(images/cont_right_top.jpg);
			background-repeat: no-repeat;
			width: 41px;
			height: 21px;
		}
		#divContRightMiddle {
			position: absolute;
			top: 21px;
			background-image: url(images/bg_Cont_Right_Middle.gif);
			background-repeat: no-repeat;
			height: 206px;
			width: 41px;
			margin: 0 0 0 19px;
		}
		
		
		#divContHeader {
			background-image: url(images/bg_cont_header.gif);
			background-repeat: no-repeat;
			height: 19px;
			width: 765px;
			margin: 0px;
			z-index: +1;
			padding-left: 15px;
		}
		#divContHeader div {
			color: #FFFFFF;
			font-weight: bold;
			padding-top: 3px;
		}
		
		#divContBg {
			float:left;
			clear: both;
			background-color: #FFFFFF;
			width: 762px;
			height: auto;
			border: 1px solid #666666;
			padding: 0px;
			margin: 0px;
			min-height: 310px;
		}
		
		#divContBgTeaserLine {
			float:left;
			clear: both;
			background-image: url(images/bg_LineForTeaser.gif);
			width: 762px;
			height: auto;
			border: 1px solid #666666;
			padding: 0px;
			margin: 0px;
			min-height:175px;
		}
		
		#divConContainerBoxModel {
			float:left;
			clear: both;
			/*width: 762px;*/
			width: 800px;
			height: auto;
			padding: 0px;
			margin: 5px 0 0 0;
			min-height:175px;
		}
		
			#divContLarge {
				float:left;
				clear: left;
				height: auto;
				width: 732px;
				padding: 5px 15px 15px 15px;
				margin: 0px;
			}
			
			#divContWithTeaser {
				float:left;
				clear: none;
				height: auto;
				width: 560px;
				margin: 0;
				padding: 5px 15px 15px 15px;
			}
			
			#divConBoxModel {
				float:left;
				clear: none;
				height: auto;
				width: 572px;
			}
			
			#divBoxTop {
				float:left;
				clear: both;
				height: 4px;
				width: 100%;
				background-image: url(images/bg_ContentBoxTop.gif);
				background-repeat:  no-repeat;
			}
			
			#divBoxMid {
				float:left;
				clear: both;
				height: auto;
				width: 542px;
				padding: 5px 15px 15px 15px;
				background-image: url(images/bg_ContentBoxMiddle.gif);
				background-repeat:  repeat-y;
			}
			
			#divBoxBot {
				float:left;
				clear: both;
				height: 8px;
				width: 100%;
				background-image: url(images/bg_ContentBoxBottom.gif);
				background-repeat:  no-repeat;
			}
			
			#divTeaser {
				float: right;
				clear: none;
				width: 171px;
				height: auto;
				padding-top: 30px;
				margin: 0px;
			}
			
			#divTeaserBoxModel {
				float: left;
				clear: right;
				width: 196px;
				height: auto;
				padding: 0;
				margin: 0 0 0 5px;
			}
			
			.divTeaserBoxEntry {
				float: left;
				clear: right;
				width: 100%;
				height: auto;
				padding: 0;
				margin: 0 0 15px 0;
			}
			
			.divBoxTop {
				float: left;
				clear: right;
				height: 5px;
				width: 100%;
				background-image: url(images/bg_TeaserBoxTop.gif);
				background-repeat:  no-repeat;
				padding: 0;
				margin: 0;
			}
			.divBoxMid {
				float: left;
				clear: right;
				height: auto;
				width: 100%;
				background-image: url(images/bg_TeaserBoxMiddle.gif);
				background-repeat:  repeat-y;
				padding: 0;
				margin: 0;
			}
			
			.divBoxMid p,table { padding: 0 10px 5px 5px; margin: 0; }
			
			.divBoxMid h1 {
				padding:0 0 1px 5px;
				margin: -4px 0 3px 0;
				width: 183px;
				background-color:#666;
				color: white;
				font-size:11px;
				text-transform: uppercase;
				letter-spacing:3px;
			}
			
			.divBoxBot {
				float: left;
				clear: right;
				height: 9px;
				width: 100%;
				background-image: url(images/bg_TeaserBoxBottom.gif);
				background-repeat:  no-repeat;
				padding: 0;
				margin: 0;
			}
			
			#divTeaserNullPadd {
				float: right;
				clear: none;
				width: 171px;
				height: auto;
				padding-top: 0px;
				margin: 0px;
			}

#divTopNav div {
	float: left;
	clear: none;
	width: 100px;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	background-color: #CC0000;
	height: 17px;
	padding-top: 2px;
}

#divSearch {
	background-image:url(/images/search_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height: auto;
	min-height:250px;
}

.teaserEntry {
	float: left;
	clear: both;
	width: 100%;
}

.vv_teaser {
	float: left;
	clear: none;
	background-color:#CC0033;
}
.pTeaser {
	padding: 0px 5px 0px 5px;
}

.pTeaserNoMargin {
	padding: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.h1Teaser {
	color: #FFFFFF;
	font-size: 11px;
	background-color: #666666;
	padding: 1px 0px 1px 5px;
}



.red {
	color: #CC0000;
	font-weight: bold;
}

.linksLet {
	color: #B06E70;
}
.bu {
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
	color: #000000;
}
.small { font-size: 10px; }
.large, tr.large td { font-size: 14px; letter-spacing:1px; }
 

.bold {font-weight:bold; font-size:11px;}



.nlglNav {				/* Registertitel - standard */
	font-weight:normal;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #AAA;	
	border-bottom:1px solid #666666;
	text-align:center;
}

.ContentAdminNav {		
	color:#000;
	background-color:#FFF;
	font-size:11px;
	font-weight:bold;
	padding:2px 3px 2px 3px;
	border-left:1px solid #666;
/*	border-bottom:1px solid #AAA; */
	text-align:center;
}

.nlglNavSel {			/* Registertitel - selected */
	color:#000;
	background-color:#E1E1E1;
	font-size:11px;
	font-weight:bold;
	padding:2px 3px 2px 3px;
	border-left:1px solid #CCC;	
	border-bottom:1px solid #CCC;
	text-align:center;
}

.ContentAdminNavSel {			/* Registertitel - selected */
	color:#FFF;
	background-color:#bbb;
	font-size:11px;
	font-weight:bold;
	padding:2px 3px 2px 3px;
	border-left:1px solid #666;	
/*	border-bottom:1px solid #bbb;*/
	text-align:center;
}

.nlglNavNotAvailable {		/* Registertitel - nicht vorhanden */
	font-weight:normal;
	color:#999;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #999;	
	border-bottom:1px solid #666666;
	text-align:center;
}




.ItemOverView td {
	font-size: 10px;
}

.Headlist td {
	background-color:#CCCCCC;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

.newsItem {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
}


.titleAdd {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

/* ---------------------- Klassen für Auflistung Bikes --------------------------*/
.tbl_HeadList td {
	background-color: #FFFFFF;
	border-bottom: 1px solid #666666;
	color: #666666;
}
.BrandName {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.ListDesc {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.Userrange td {
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	border: none;
}

.userRangeDesc td {
	border-bottom: 1px solid #000000;
	padding-bottom: 2px;
}
/* -----------------------------------------------------------------------------*/

div.more {
	background-color: #CC0000;
	float:right;
	width:auto;
	margin-right: 10px;
	color:#FFFFFF;
	text-transform: uppercase;
	font-size: 9px;
	padding: 0 2px 0 2px;
}

.small {
	font-size:10px;
}

.NullPadding {
	float:left;
	clear: none;
	height: auto;
	width: 560px;
	margin: 0px;
	padding: 0px;
}

.AdminTitleRow {
	background-color:#666666;
	color:#FFFFFF;
	font-weight: bold;
}

.TabLight {
	background-color:#FFFFFF;}

.TabDark { background-color:#E1E1E1;}

.DottedTitleGrey {
	border-bottom: 1px dotted #666666;
	font-weight: bold;
	color: #666666;
	padding: 0;
	margin: 0;
}

.DottedTitleGrey a:link 	{color:#666666; background-color:transparent; text-decoration:none;}
.DottedTitleGrey a:visited 	{color:#666666; background-color:transparent; text-decoration:none;}
.DottedTitleGrey a:hover   	{color:#666666; background-color:transparent; text-decoration:none;}
.DottedTitleGrey a:active  	{color:#666666; background-color:transparent; text-decoration:none;}


.DottedTitleBlack {
	border-top: 1px solid #333333;
	font-weight: bold;
	color: #333333;
	font-size:12px;
	padding: 2px 0 0 0;
	margin-bottom: 10px;
}

.Upper {
	text-transform:uppercase;
	font-weight: bold;
	color:#666666;
	background-color: #E1E1E1;
	padding: 2px;
	margin-bottom: 5px;
}

.bgRow {
	background-color: #E1E1E1;
}

.IndexRowHeader {
	background-image:url(/images/bg_Title_Grey.gif);
	background-repeat:repeat-x;
	color:#FFF;
	background-color:#484848;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:12px;
	padding:1px 2px 1px 2px;
	margin:0px;
	text-align:center;
}

.IndexContent {
	padding: 10px 5px 10px 5px;
}

.IndexNewsTitle {
	padding: 10px 5px 0 5px;
}
.IndexNewsContent {
	padding: 10px 5px 20px 5px;
}

h2.IndexNewsContent {
	background-color:white;
	color:#336699;
	font-size:11px;
	letter-spacing:1px;
	margin:0 0 5px;
	padding:2px;
	text-transform:uppercase;
}

.round li {
	list-style: disc;
	padding:3px;
}
.vertLine {
	border: 1px dotted #666666;
	height: 1px;
}
.space { padding: 2px 0 5px 15px; }
.spacestart { padding: 2px 0 5px 0; }
.sameLine { 	float:left; clear:none; }

td.checkboxlist  { background-color:#d1d1D1; padding:5px 0 5px 0; height:35px;}

#ItemPreview {
	display:none;
	position:absolute;
	width:auto;
	height:auto;
	padding:5px;
	margin:-150px;
	border:1px solid #cccccc;
	background-color:white;
	z-index:1000;
}

.divFloatLeft {
	float:left;
	clear:none;
	padding-right:2px;
	margin:0px;
	border:none;
}

.cContentList2 {
	line-height:20px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}


.cContentList2 li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background-image:url(/images/pict_arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	
	padding-left:14px;
	text-decoration:none;
}

.cItalic {font-style:italic;}

.Userrange input {
	margin:1px 3px 1px 3px;
}
.OpeningsPrio2 td { color: #999; }

h1.cProdTitle {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size:15px;
	}
h2.cProdTitle{
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size:13px;
	font-weight:normal;
}

.cTypeHeaderBox {
	background-repeat: no-repeat;
	width:532px;
	height:100px;
	padding: 0 200px 5px 0;
	margin: 0;
}

.cTypeHeaderBox h1 {
	font-size:18px;
	color:#555;
	font-weight:bold;
	letter-spacing:10px;
	text-transform:uppercase;
	padding:50px 0 15px 0;
	margin:0;
}

.cTypeHeaderBox h2 {
	font-size:12px;
	color:#666;
	font-weight:normal;
	letter-spacing:5px;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

.cTypeDesc { letter-spacing:1px; line-height:18px; }

/* --- Credit Now - Teaser --- */
#divCN_RateResulte {
	display:none;
	padding: 0 10px 5px 5px; margin: 0;
	text-align:center;
}
#spanCN_Rate {
	color:#7F117B;
	font-size:14px;
	font-weight:bold;
}
/* --- --- */

#divUserRangeDetail {
	margin: 15px 0 15px 0;
	border: 1px solid #ccc;
	background-color: #eee;
}

.UserRangeNot {
	background-color:transparent;
}
.UserRangeSel {
	background-color:#666666;
}

.cTblBikeList {
	padding:10px 0 20px 0;
}

.BikeBoxView {
	float: left;
	width: 168px;
	height: 208px;
	display: inline;
	padding: 5px;
	margin: 0 -1px -1px 0;
	text-align:center;
	border: 1px solid white;
	background-color: #ccc;
}

.BikeBoxView img {border: none; padding:0;}
.BikeBoxView span {display:block; padding:0;margin:0; }

.BikeBoxViewImage {
	background-color: white;
	padding:0;
	margin:8px 8px 0 8px;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
}
.BikeBoxViewBottom {
	background-color: white;
	margin:0 8px 8px 8px;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	height:66px;
}

.BikeBoxViewBottom div.Label {
	float:left;
	clear:both;
	width:135px;
	min-height:25px;
	padding:7px 5px 5px 5px;
}
.BikeBoxViewBottom div.Label span {
	text-transform:uppercase;
	letter-spacing:1px;
}

.BikeBoxViewBottom div.Table {
	float:left;
	clear:both;
	width:135px;
	padding:0 5px 5px 5px;
}

.BikeBoxViewBottom div.Table  table {
	width:100%;
	padding:0;
	margin:0;
}

.BikeBoxViewBottom div.Table  table td {
}

.BikeBoxViewBottom div.BrandImage {
}
.BikeBoxViewBottom div.BrandImage img { width:70px; }

.BikeBoxViewBottom div.Discount {
	font-size:12px; font-weight:bold;
}

.cSmallBrandImg img { width:60%; }

#OccLoadingState {
	text-align: center;
	margin:0;
	padding: 10px 0 10px 0;
	visibility: hidden;
}

.cTbOccList td {
	padding:1px;
}

.cTbOccHeadList td {
	background-color: #666666;
    color: white;
    letter-spacing: 3px;
    text-transform: uppercase;
	font-weight:bold;
}

.cTbOccList tr.datarow td {
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:1px solid #ccc;
}

.cTbOccList td.mainlabel {
	letter-spacing: 1px;
    text-transform: uppercase;
	font-weight:normal;
	line-height:15px;
}
.cTbOccList td.brandimage img {
	width:70%;
}

.cBikeNavi {
	background-color: transparent; padding:2px 5px 2px 5px; margin:0; width: 188px;
}


/* --- NEWS --- */
.cNwsFieldset {
	border:1px dotted #666666;
	margin:10px 0 0 0;
	padding: 10px 5px 5px 5px;
	width:100%;

}
.cNwsLegend {
	margin:0px;
	padding:0 10px 0 10px;
	font-size: 12px;
	font-weight:normal;
	color: #666;
	text-transform: uppercase;
	letter-spacing:5px;
	background-color: white;
}
div.cNwsText{ padding: 10px; border:1px solid #DDD; }
div.cNwsText:hover { background-color: transparent; cursor: text; border:1px solid #333; }

#conImageUpload {
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
	color: #000000;
	width: 80px;
	text-align:center;
	margin:10px 0 10px 85px;
}
#conImageUploadState {
	background-image:url(/images/pict_loading_small.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	display:none;
	float:left;
	margin:10px;
}

#conPdfUpload {
	float:left;
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
	color: #000000;
	width: 80px;
	text-align:center;
	margin:0;	
}

.divFollowEle {
	display:none;
	width:96%;
	background-color: #bbb;
	margin:0;
	padding:10px;
	border-left:1px solid #bbb;	
	border-right:1px solid #bbb;	
	border-bottom:1px solid #bbb;
	color: #333;
}
#divFollowPdf {

}
#divFollowGalerie {
	
}
#divFollowNo {
	
}

#divAdminContentFollowNavi {
	margin:10px 0 0 5px;
	padding:0;
}

#divAdminContentFollowNavi ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#divAdminContentFollowNavi ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #bbb;
	list-style: none;
	display: inline;
	}
	
		
#divAdminContentFollowNavi ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
#divFollowSections {
	margin:0 0 0 5px;
	padding:0;
}

a.disable:link 		{color:#666; background-color:transparent; text-decoration:none;}
a.disable:visited 	{color:#666; background-color:transparent; text-decoration:none;}
a.disable:hover   	{color:#666; background-color:transparent; text-decoration:none;}
a.disable:active  	{color:#666; background-color:transparent; text-decoration:none;}

#spanLoading {
	background-image:url(/images/pict_loading_small.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	margin:0 20px 0 10px;
	display:none;
}

#spanAppState {
	color: #009900;
	font-weight:bold;
	font-style:italic;
	letter-spacing:1px;
}

/* NEWS-Modul View*/

h1.cContListHeader  {
	background-color:White;
	border:1px solid #DDDEDF;
	color:#336699;
	display:block;
	font-size:12px;
	margin:0;
	padding:2px 5px;
	text-transform:uppercase;
	letter-spacing:2px;
}
div.cContListBox {
	margin:0;
	padding:15px 0 0 0;
}

div.cContListBox img {
	margin: 0 5px 5px 0;
}

td.cContListBoxMainImg img {
	background-color:#F5F5F5;
	border:1px solid #DDDEDF;
	padding:5px;
}

div.cContListBox h1 {
	color: #666;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:12px;
	margin:0;
}

div.cContListBox h2 {
	color: #666;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:11px;
	margin:0;
}

div.cContListBox h3 {
	color: #666;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:10px;
	margin:0;
}

div.cContListBoxFooter {
	clear:both;
	margin:0 0 20px 0;
	padding:2px 5px;
}

div.cContListBoxFooter div.cContListDate {
	float:right;
}

div.cContListBox div.cContMore ,div.cContMore {
	float:left;
	background-image:url(/images/pict_morelink_left.gif);
	background-repeat:no-repeat;
	border:0 none;
	color:#000000;
	font-weight:bold;
	margin:0;
	padding:0 2px 0 10px;
}

div.cContListBox div.cContMore,div.cContMore a:link {color:#000; background-color:transparent; text-decoration:none;}
div.cContListBox div.cContMore,div.cContMore a:visited {color:#000; background-color:transparent; text-decoration:none;}
div.cContListBox div.cContMore,div.cContMore a:hover {color:#000; background-color:transparent; text-decoration:underline;}
div.cContListBox div.cContMore,div.cContMore a:active {color:#000; background-color:transparent; text-decoration:none;}

div.cContListNewFlag {
	float:right;
	color:white;
	background-color:#336699;
	font-size:10px;
	padding:0 5px 1px 5px;
	margin:0;
}


/* umschliessendes DIV */
.cListNavDiv {
	border-bottom: 1px solid #000;
	border-left:  1px solid #000; 
	padding: 0px;
	margin: 0px;
}

.cListNavUl {
	display: table;
	margin: 0px;
	padding: 0px;
}

.cListNavUl li {
	display: inline;
	list-style: none;
	line-height: normal;
	margin-left: 0px;
	padding: 0px 7px 0px 7px;
}

.cListNavUl li.cListNav {
}

.cListNavUl li.cListNavNotAvailable {
	color:#D9D9D9;
}

.cListNavUl li.cListNavSel {
	background-color: #BBB;
	font-weight:bold;
}

li.cListNav a:link {color: #2C2C2C; background-color:transparent; text-decoration:none;}
li.cListNav a:visited {color: #2C2C2C; background-color:transparent; text-decoration:none;}
li.cListNav a:hover {color: #006682; background-color:transparent; text-decoration:none;}
li.cListNav a:active {color: #2C2C2C; background-color:transparent; text-decoration:none;}

li.cListNavSel a:link {color: #ffffff; background-color:transparent; text-decoration:none;}
li.cListNavSel a:visited {color: #ffffff; background-color:transparent; text-decoration:none;}
li.cListNavSel a:hover {color: #ffffff; background-color:transparent; text-decoration:none;}
li.cListNavSel a:active {color: #ffffff; background-color:transparent; text-decoration:none;}

.cTblShop tr { height:160px;}

.cTblShop tr td h2 { margin-top: 0;}

.imageslider {
	width:100%;
	height:30px;
}

.imageslider div.image {
	position:absolute;
}

.imageslider div.image p { text-align:center; margin:0;padding:0; }

.tblAdminItemDetail { background-color:#666; padding:0;margin:0;}
.tblAdminItemDetail td { background-color:white; padding:5px; }
.tblAdminItemDetail td.label { background-color:#e1e1e1; }

tr.cDiscount td {
	font-size:17px;
	font-weight:bold;
	letter-spacing:1px;
}

tr.cDiscount td span.small {font-weight:normal;}
