/************************** Allgemeine Formatierungen ******************/
					
h1.allgemeineHeadline {
	width:				100%;
	margin-bottom: 10px;		
	background-color:	#006699;
	text-align:			left;
	font-size:			12px;
	font-weight:		bold;
	line-height:		20px;
	text-indent:		5px;
	color:				#ffffff;
}

h1.allgemeineHeadline a {
	color:				#ffffff;
}

h1.contentHeadline {
	width:				100%;
	background-color:	#D0D5D9;
	text-align:			left;
	font-size:			11px;
	font-weight:		bold;
	text-indent:		5px;
	color:				#6D808F;
	line-height:		18px;
	margin-top:			10px;
}

.contentAusgabe {
	display:			block;
	margin:				10px;
}

.contentRow {
	display:			block;
	width:				100%;
	text-align:			left;
	font-size:			11px;
	margin-top:			1px;
	padding:			2px;
}

.contentSecondRow {
	display:			block;
	width:				100%;
	background-color:	#F2F2F2;
	text-align:			left;
	font-size:			11px;
	margin-top:			1px;
	padding:			2px;
}

.fliesstext {
	display:			block;
	margin-top:			10px;
	margin-bottom:		10px;
}

.higlightText {
	font-weight:		bold;
}

/***** Listformatierungen ********/

ul.list {
	list-style-position: inside;
}

ol.list {
	list-style-position: inside;
}


/******* Hervorhebungen fuer Preise und Infos **********/

h2.contentHervorhebung {
	display:			inline;
	font-size:			14px;
	color:				#FF7900;
	padding-right:		4px;
}

h1.textHeadline {
	font-weight:		bold;
	font-size:			18px;
	color:				#006699;
	text-align:left;
}

h3.contentWichtig {
	display:			block;
	font-size:			12px;
	padding-right:		4px;
	padding-top:		10px;
	padding-bottom:		10px;
}

.blockausgabe {
	display:			block;
	text-align:			left;
}

.fehlerMeldung {
	display:			block;
	color:				red;
	font-size:			12px;
	font-weight:		bold;
	margin:				8px;
	text-align:			center;
}

.erfolgsMeldung {
	display:			block;
	color:				green;
	font-size:			12px;
	font-weight:		bold;
	margin:				8px;
	text-align:			center;
}

.artikelCleaner {
	clear:				both;
	padding-bottom:		10px;
}

.startArtikelBox {
	width: 100%;
	text-align: center;
	border: 0;
}

.startArtikelBox a:link, .startArtikelBox a:visited {
}

/*********************************** Artikel Kategorieanzeige ***************************************/

#kategorieArtikelFormat {
   display: 			block;
   float: 				left;
   width: 				118px;
   height: 				100px;
   margin: 				6px;
   border: 				1px solid #000000;
   text-decoration: 	none;   
   text-align:			center;
}

span.kategorieArtikelbildFormat a {
	display:			block;
	padding-top:		3px;
}

span.kategorieArtikelnameFormat a {
	display:			block;
}




/***************************** Artikeluebersicht Formatierung ******************************/

.weiterZurueckFormat {
	text-align:			center;
	line-height:		25px;
}

span.artikelweiterButton  a {
	font-weight:		bold;
	font-size:			14px;
	margin:				5px;
}

span.artikelZurueckButton a {
	font-weight:		bold;
	font-size:			14px;
	margin:				5px;
}

.artikelBox {
	
}

#ArtikelUebersichtFormat {
   display: 			block;
   float: 				left;
   width: 				528px;
   min-height:			130px;
   border: 				1px solid #D0D5D9;
   text-decoration: 	none;   
   margin-bottom:		20px;
   background-color:	#F2F2F2;
}

.artikelUebersichtBild a {
	width:				140px;
	float:				left;
	text-align:			left;
	margin:				10px;
}

.artikelUebersichtName a {
	width:				355px;
	float:				right;
	text-align:			left;
	margin-top:			10px;
	padding-right:		10px;
	font-weight:		bold;
}

.artikelUebersichtPreis {
	width:				355px;
	float:				right;
	text-align:			left;
	margin-top:			3px;
	margin-right:		10px;
}

.artikelUebersichtInfos {
	display:			block;
	float:				right;
	width:				355px;
	text-align:			left;
	margin-top:			5px;
	margin-right:		10px;
	line-height:		17px;
}


select.variantenForm {
	width:				150px;
	float:				left;
	text-align:			left;
	margin-top:			3px;
	margin-right:		10px;
	margin-left:		2px;
}

.staffelTable {
	text-align: center;
}

.staffelTable td, .staffelTable .header th {
	border: 1px solid #AEAEAE;
}

.staffelTable td td {
	border: 0;
}

.artikelDetailBild {
	width:				250px;
	height:				250px;
	text-align:			center;
	border: 1px solid;
	color: #C2C3C3;
	background-color:#ffffff;
}
.artikelDetailBild_small {
	width:				50px;
	height:				50px;
	text-align:			center;
	border: 1px solid;
	color: #C2C3C3;
	background-color:#ffffff;
}
a.artikelDetailBilder, .artikelDetailBilder {
	float:				left;
	margin:				10px;
}

.artikelDetailInfos {
	display:			block;
	width:				100%;
	text-align:			left;
	margin-right:		10px;
	margin-left: 2px;
	line-height:		17px;
}

.submitImage {
	background-color: white;
	border: 0;
}

.variantenFormat {
	display:			block;
	min-height:		20px;
	
}

#ArtikelDetailCrossellingFormat {
	
   	display: 			block;
   	float: 				left;
   	width: 				120px;
   	height:				120px;
   	margin:				5px;
   	border:				1px solid #000000;
   	text-decoration: 	none;
   	padding-top:		5px;
   	text-align:			center;
}

.ausgabeBewertung {
	display:			block;
	text-align:			left;
	margin-bottom:		15px;
}

textarea.artikelPartnerTextarea {
	width:				530px;
	height:				150px;
	border:				1px solid #6D808F;
	background-color:	#EDEFF0;
	font-size:			10px;
	font-family:		verdana, arial, "sans serif";
}


fieldset {
	padding: 5px;
}

label.content {
	float:				left;
	width:				160px;
}

input.content, select.content {
	width:				290px;
	height:				17px;
	font-size:			12px;
	border:				1px solid #B5B6BD;
	margin:				3px;
	background-color:	#FFFFFF;
}

input.contentMed {
	width:				245px;
	height:				19px;
	font-size:			12px;
	border:				1px solid #B5B6BD;
	margin:				3px;
}

input.kleincontent {
	width:				35px;
	height:				19px;
	font-size:			12px;
	border:				1px solid #B5B6BD;
	margin:				3px;
}

textarea.content {
	width:				290px;
	height:				120px;
	font-size:			12px;
	border:				1px solid #B5B6BD;
	margin:				3px;
}

input.radio {
	width:				10px;
	height:				10px;
}

.allgemeinSubmitButton, a.allgemeinSubmitButton {
	float:				right;
	margin:				5px;
	padding:			3 5px;
	border:				1px solid #000000;
	font-weight:		bold;	
}

.warenkorbButtonUebersicht {
	float:				right;
	margin:				5px;
	padding:			0 5px;
	border:				1px solid #000000;
	font-weight:		bold;
}

.merkzettelButtonUebersicht {
	float:				right;
	margin:				5px;
	padding:			0 5px;
	border:				1px solid #000000;
}

.warenkorbButtonDetail {
	float:				right;
	margin:				5px;
	padding:			0 5px;
	border:				1px solid #000000;
	font-weight:		bold;
}

.merkzettelButtonDetail {
	float:				right;
	margin:				5px;
	padding:			0 5px;
	border:				1px solid #000000;
}

.warenkorbButtonKasse {
	float:				right;
	margin:				5px;
	padding:			2 5px;
	border:				1px solid #000000;
	font-weight:		bold;
}

.weitershoppenButtonKasse {
	float:				right;
	margin:				5px;
	padding:			2 5px;
	border:				1px solid #000000;
}


#formfehler {
	background-color:	red;
	color:				#ffffff;
}

.naviTable, .naviContentTable {
	background-color: #006699;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 20px;
	font-size:	10px;
	text-align:left;
}
.naviTable_grey {
	background-color: #006699;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
}
.naviContentTable {
	width: 600px;
	font-size:	10px;
}

.ntLeft {
	background-image: url('http://www.werbezeichen.de/images/rund_links.gif');
	background-repeat: no-repeat;
}

.ntMiddle {
	border-top: 1px solid #AEAEAE;
	text-align: left;
}

.ntRight {
	background-image: url('http://www.werbezeichen.de/images/rund_rechts.gif');
	background-repeat: no-repeat;
}

#content table {
	width:				100%;
	table-layout:		auto;
	border-spacing:		8px;
	empty-cells:		show;
	border-collapse:	collapse; /* seperate unterteilt Spalte */
}

#content.th {
	background-color:	#D0D5D9;
	font-weight:		bold;
	font-size:			10px;
	color:				#6D808F;
	padding:			3px;
	spacing:			1px;
	border:				1px solid #ffffff;
}

#content.td {
	padding:			3px;
	font-size:			10px;
	border:				1px solid #ffffff;
	background-color:	#EDEFF0;
	vertical-align:		top;
	overflow:			hidden;
	line-height:		16px;
}

td.tdSummHighlightLow {
	text-align:			right;
}

td.tdSummHighlight {
	font-weight:		bold;
	text-align:			right;
}

td.tdSummeGesamt {
	text-align:			right;
	font-size:			11px;
	font-weight:		bold;
}



/********************** Formatierung fuer Zahlungsart und Versandartauflistung ***********************/

.zahlVersandListFormat {
	display: 			block;
	font-weight:		bold;
	font-size:			11px;
}

.zahlVersandListBeschreibung {
	display: 			block;
	padding-bottom:		15px;
	color:				#006699;
}


.cmstext {
	text-align: left;
	border: 1px solid #AEAEAE;
	padding: 0px 10px 0px 15px;
}

.cmstext p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.CMSBox {
	width:				100%;	
}

#CMSUebersichtFormat {
   display: 			block;
   float: 				left;
   width: 				100%;
   min-height:			130px;
   border: 				1px solid #D0D5D9;
   text-decoration: 	none;   
   margin-bottom:		20px;
   background-color:	#F2F2F2;
}

.CMSUebersichtBild a {
	width:				140px;
	float:				left;
	text-align:			left;
	margin:				10px;
}

.CMSUebersichtName {
	width:				95%;
	float:				right;
	text-align:			left;
	margin-top:			10px;
	padding-right:		10px;
	font-weight:		bold;
}

.CMSUebersichtInfos {
	display:			block;
	float:				right;
	width:				95%;
	text-align:			left;
	margin-top:			5px;
	margin-right:		10px;
	line-height:		17px;
}

.textBildFormat {
	float:					left;
	margin:					0 10px 10px 0;
}

#angebot p, #angebot table, #angebot h1 {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#angebotlogin {
	border: 1px solid #AEAEAE;
	padding: 5px;
	width: 480px;
	text-align: left;
}

#angebotlogin p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#angebotlogin h3 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.pageNaviTable a {
	color: #006699;
	text-decoration: underline;
}

.artikelOverviewBox {
	text-align: center;
	border: 1px solid #AEAEAE;
	width: 290px;
	height: 170px;

}

.preisfilter {
	width: 35px;
}

.gruppenListe a, .zurueckBox a, .kundenbereich a, .filterbox a {
	color: #006699;
}

.azTable {
}

.azTable td {
	text-align: left;
	padding-left: 5px;
	padding-bottom: 5px;
}

.azTable .letter {
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	text-align: center;
}

.mainBox {
	border: 1px solid #AEAEAE;
	text-align: left;
	padding: 5px;
}

.willkommenText {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
}

#startWelcomeText {
	margin-left: 7px;

	text-align: left;
}

#startWelcomeText ul {
	margin-left: 15px;
}

#startWelcomeText li {
	margin-bottom: 10px;
}
p {
	margin: 10px 0px;
}


