@CHARSET "UTF-8";

/************************************
 *			Allgemeinbereich		*
 ************************************/

body {
      background-color:#CCDDEE;
      font-family:Arial,Verdana,sans-serif;
      font-size:11px;
      line-height:18px;
    }
a {
      text-decoration:none;
      color: black;
    }
a:hover {
	text-decoration:underline;
    }
img {
	border:none;	
}
h1, fieldset legend.outerForm {
	font-weight:normal;
	font-size:20px;	
}
h2 {
	font-size:16px;	
}
#container { /* beinhaltet die ganze Seite */
	max-width:1200px;
	min-width:930px;
	margin:auto;
	border:1px solid darkblue;
	background-color:white;
    }
    
div.error {
	margin-top: 20px;
	border: 4px solid #f00;
	padding:10px;
	text-align:center;
	}
div.error pre{
	text-align:left;	
	}

.fett {
	font-weight: bold;	
	}
	
.errortooltip{
	color: red;
	display: block;
	text-align: right;
	}

/************************************
 *	Headerbereich Startseite		*
 ************************************/

#header {
	 text-align:right;	
	/* background-image:url('img/header_linie.png');*/
	 background-repeat:repeat-x;
	 background-position:top left;
	 border-bottom:1px solid darkblue;
    }

/************************************
 *	Contentbereich	Startseite		*
 ************************************/

#main {  
      margin:10px 0;
      text-align:center;
      vertical-align: middle;   
    }
    

.shop {
      display:inline-block;
      width:225px;
      height:205px;
      border:1px solid darkblue;
      margin:2px 1px; 
    }

.shop span {
	  display:table-cell;
	  vertical-align: middle;
	  text-align:center;
	  height: 50px;
      border-bottom:1px solid darkblue;
      background-color:#DFDFDF;
      font-size:15px;
      font-weight:bold;
      padding: 6px 0;  
      width:225px; 
    }



/************************************
 *			Footerbereich			*
 ************************************/

 #footer {
	border-top:1px solid darkblue;
	text-align: center;
    }

 #footer ul {
	list-style-type: none;
	margin: 5px;
	text-align: left;
    }

 #footer ul li a {
	margin:0 10px;
    }
 
 #footer .right {
 	text-align: right;
 	margin-right: 10px;
 	margin-top: -35px;
 	}

/************************************
 *			Google Analytics		*
 ************************************/
 
 #googleanalytics {
 	text-align: justify;
 	margin-left: 100px;
 	margin-right: 100px;
 	}


/************************************
 *	   Zusatz für Shopseite			*
 ************************************/
 
/************Navigation****************/
 
 #Navigation{
	text-align:center;
	font-weight:bold;
	background-image: url(/style/default/graphics/register_ba2.png); 
	background-position: bottom; 
	background-repeat: repeat-x;
	}

 #Navigation ul, .pagePortlet ul{
	list-style-type: none;
	margin:4px;
	padding-left:0px;
	}

 #Navigation li	{
 	display: inline;
 	}

 #Navigation a{	
	color:#000000; 
	font-size:12px; 
	text-decoration:none;
	width:114px;
	height:23px;
	display:inline-block;
	background-image: url(/style/default/graphics/register_off.gif);
	background-repeat:no-repeat;
	}

 #Navigation a:active,#Navigation a:hover, #Navigation .active a{ 
	background-image: url(/style/default/graphics/register_on.gif);
	background-repeat:no-repeat; 
	}
					
/*******Tabellenformatierungen********/
.rahmenblockArtikelliste {
	border: 1px solid #dddddd;
	margin: 5px;
	padding: 5px;
	display:block;
}					
	
/*******Formulare********/

/* feldset legend -> part_head.html */
form {
	text-align:center;	
}
form fieldset {
	text-align:right;
	display:inline-block;
	margin:auto;	
}
fieldset fieldset{
	text-align:left;	
	margin-top:10px;
	margin-bottom:10px;
}
fieldset .haupt, .bold {
	font-weight:bold;
}
fieldset input{
	margin:2px;	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/***********Artikeltabelle************/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*Allgemein*/
#tb p{
	border: 1px solid #dddddd;
	width: 100%;
	text-align: left;
	position: relative;
	margin: 5px 0;
	min-width: 520px;
	}
	
	
/*Tabellenende*/

#tb div{ /*Allgemeiner div am Tabellenende*/
	text-align:center;
	}
	
#tb div.tbFooter-Kasse div{
	text-align:right; 
	border-top:1px solid #dddddd;
	font-size:14px;
	padding:3px;
	padding-right:9px;
	}
	
#tb div.tbFooter-Kasse div:first-child{
	color:#999999;
	font-size:10px;
	}
	
div.kasse-abschluss, div.kasse-abschluss h2{
	display: inline-block;
	}

/*Tabellenkopf*/

#tb p.tbHead, #tb p.tbHead-Kasse {
	font-weight: bold;
	}

#tb p.tbHead span:first-child{ /*Erste Zelle*/
	width:25%;
	margin-left: 46px;
	}

#tb p.tbHead span._last-child{ /*letzte Zelle*/
	width:30%;
	background-color: inherit !important;
	line-height: inherit !important;
	} 
	
#tb p.tbHead img{/*Für Pfeilsortierer Bilder*/
	padding: 0;
	}
	
#tb p.tbHead a{/*Für Pfeilsortierer Bilder*/
	padding: 3px 0;
	}

	
/*Tabellenzellen*/

#tb p.kasse-row span, #tb p.tbHead-Kasse span{
	width: 15%;
	}

#tb p span, #tb p a, #tb p img {
	display: inline-block;
	text-align: center;
	padding: 3px;
	vertical-align: middle;
	}
	
#tb p img, #tb p ._last-child{ /*Erste und letzte Zelle*/
	background-color:#f1f1f1 !important;
	line-height: 40px !important;
	}
	
#tb p img{ /*Erste Zelle (mit Bild)*/
	border: none;
	}

#tb p .tbArtNr, #tb p .tbBez{ /*Zweite Zelle mit Artikelnummer, mittlere Zelle mit Artikelbezeichnung*/
	width:24% !important;
	}
	
#tb p ._last-child{ /*Letzte Zelle mit Preis*/
	width: 75px;
	text-align: right;
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: bold;
	}
	
#tb p ._last-child-kasse{ /*Letzte Zelle mit MwSt bei Kasse*/
	width: 25px;
	text-align: right;
	right: 0px;
	top: 0px;
	overflow:hidden;
	}
						
/************Sonstiges****************/		
			
 #shop_maincontent{
 	margin:15px 210px;
 	}
 	
 img {
 	vertical-align:middle;
 	}
 	
.pageFooter a{
	margin: 0 5px;
	}

#search {
	display:block;
	float:right;
	margin:50px 20px 0 0;
	}
	
/*****Bereiche, die durch Benutzer-Farbangaben erweitert werden***/

 #ArtikelBild{ /* erweitert durch border-color*/
	border-style:solid;
	border-width:2px;
	float: left;
	margin-right: 10px;
 	}
 	
 #TableHeader{ /* erweitert durch border-color, color, background-color*/
	border-style:solid;
	border-width:1px;
 	}

 .pageFooter {
	border-top-style: solid;
 	border-top-width: 1px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	margin-top: 5px;
	}
			
 .pageHeaderLine{ 
	padding:2px;
	} 
	
 .pagePortlet span:first-child{
	display: block;
	font-weight: bold;
	padding:2px 5px;
	}
	
 .pagePortlet{
 	display: block; 
 	border-style: solid;
 	border-width: 1px;
 	width: 190px;
 	margin:0 3px;
 	}

.tbHead-Kasse-TB{
	margin-bottom:3px;
	border:1px solid #000000;
	font-weight:bold;
	width:100%;
	}

.tbCont-Kasse-TB{
	margin-bottom:3px;
	border:1px solid #dddddd;
	width:100%;;
	}

.tbArtikelNr-TB{
	width:15%;
	text-align:left;
	vertical-align:top;
	padding:5px;	
	}

.tbArtikelBez-TB{
	width:40%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	}

.tbEinzelpreis-TB{
	width:10%;
	text-align:right;
	vertical-align:top;
	padding:5px;
	}

.tbMenge-TB{
	width:10%;
	text-align:center;
	vertical-align:top;
	padding:5px;
	}

.tbMwst-TB{
	width:10%;
	text-align:center;
	vertical-align:top;
	padding:5px;
	}

.tbGesamtpreis-TB{
	width:15%;
	text-align:center;
	vertical-align:top;
	padding:5px;
	}
		
.tbGesamtpreisLoop-TB{
	width:15%;
	text-align:right;
	vertical-align:top;
	background:#f1f1f1;
	padding:5px;
	}	
/************************************
 *			altes CSS			*
 ************************************
 
 body {
	font-family: Verdana, Arial, "Nimbus Sans L", sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 18px;
}
body td {
	font-size: 11px;
	color: #000000;
}

body td a {
	text-decoration: none;
}

body td a:hover {
	text-decoration: underline;
}

body td a img {
	border: none;
}

h1 {
	font-size: 20px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	margin-bottom: 0px;
}

h4 {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
}

.mainTable {
	background-color: #ffffff;
	border-collapse: collapse;
	width: 990px;
}

.mainTable td {
	padding: 3px;
}

.detailNavigation a {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.detailNavigation img {
	text-align: center;
}

.detailNavigation a:hover {
	text-decoration: underline;
}

#Navigation td {
	
}

#Navigation #Point {
	padding-top: 1px;
	font-size: 10px;
	width: 110px;
	text-align: center;
	background-repeat: no-repeat;
}

#Navigation #Point.Active {
	
}

#Navigation #Point a {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

#Navigation #Point a:hover {
	font-size: 12px;
	text-decoration: underline;
}

.pageSearch {
	border: 1px solid #DDDDDD;
	background-color: #f1f1f1;
}

.pageHeaderLine {
	padding: 3px;
	color: #ffffff;
	font-size: 10px;
	height: 23px;
}			    

.pageHeaderLine a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.pageFooter {
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.pagePortlet {
	border-collapse: collapse;
	width: 200px;
}

.pagePortlet td {
	
}

.pagePortletContent {
	background-color: #ffffff;
}

.pagePortletContent td {
	color: #000000;
}

.pageError {
	font-weight: bold;
	color: #ff0000;
}
*/


/*
#Table {
	width: 100%;
	text-align: center;
	border-spacing: 10px;
}

#Table tr td {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	}

#Table tr:first-child{
	height: 30px;
	width: 100%;
	margin: 3px;
	font-weight: bold;
}

#Table tr td:first-child{
	border-left: 1px solid #dddddd;
}

#Table tr td:last-child{
	border-right: 1px solid #dddddd;
}

#Table tr {
	width: 100%;
	height: 44px;
	cursor: pointer;
	margin: 10px 0px;
}
#Table tr td.tbPreis{
	background-color:#f1f1f1;
	text-align:right;
	font-weight: bold;
	}

#Table tr td.tbBild{
	background-color:#f1f1f1;
	vertical-align=middle;
	text-align:center;
	}


#Table tr:first-child td.left {
	text-align: left;
}

#Table tr:first-child td.right {
	text-align: right;
}
#Table tr td.left {
	width: 40px;
	text-align: left;
	background-color: #f1f1f1;
}

#Table tr td.middle {
	text-align: left;
}

#Table tr td.right {
	width: 170px;
	text-align: right;
	background-color: #f1f1f1;
}

#Marktplatz {
	width: 100%;
}

div#Firma {
	display: inline;
}

table#Firma {
	width: 225px;
	height: 200px;
	border: 1px solid #000080;
	border-collapse: collapse;
}

table#Firma #Name {
	font-weight: bold;
	font-size: 15px;
	height: 50px;
	border-bottom: 1px solid #000080;
	background-color: #CCDDEE;
	text-align: center;
}

table#Firma #Link {
	font-size: 14px;
	height: 30px;
}

table#Firma #Logo {
	text-align: center;
}

h1 {
	color: #000080;
}

h2 {
	color: #CCDDEE;
}

ul {
	list-style-type: none;
	margin: 5px;
}

ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

#Table {
	width: 100%;
	text-align: center;
}

#TableHeader {
	height: 30px;
	width: 100%;
	margin: 3px;
	background-color: #CCDDEE;
	border: 1px solid #000080;
	font-weight: bold;
	color: #000080;
}

#TableHeader td.left {
	text-align: left;
}

#TableHeader td.right {
	text-align: right;
}

#TableRow {
	width: 100%;
	border: 1px solid #dddddd;
	margin: 3px;
	cursor: pointer
}

#TableRow td.left {
	width: 40;
	text-align: left;
	background-color: #f1f1f1;
	cursor: pointer
}

#TableRow td.middle {
	text-align: left;
	cursor: pointer
}

#TableRow td.right {
	width: 100;
	text-align: right;
	background-color: #f1f1f1;
	cursor: pointer
}

td.error {
	margin-top: 20px;
	border: 4px solid #f00;
}

.impressum {
	padding-top: 10px;
	width: 550px;
	text-align: left;
	border-collapse: collapse;
}

.impressum td,.impressum th {
	text-align: left;
	vertical-align: top;
	padding:0.2em;
}

.impressum th {
	font-size: 10pt;
	color: #000080;
}

.impressum td {
	padding-bottom: 15px;
}
*/
/********************bis hier neues CSS**********************************************/ 
