/* STYLESHEET VON VERLAG E-BUSINESS */

/* Allgemeine Anzeigeeinstellungen */
body, span, table, tr, td, font, p 
{
	font-family:Verdana, Arial;
	font-weight:normal;
	font-size:12px;
	color:#000000;
	line-height:150%;
}

font.plus-1
{
	font-size:14px;
	font-weight:normal;
	color:#346A5B;
}

font.plus-2 
{
	font-size:16px;
	font-weight:bold;
	color:#346A5B;
}

font.plus-3
{
	font-size:18px;
	font-weight:normal;
}

.jobs{ line-height:250%; font-size: 14px; color: #FFFFFF;  }
a.jobs:link { color: #FFFFFF; text-decoration: none; }
a.jobs:visited { color: #FFFFFF; text-decoration: none; }
a.jobs:active { color: #FFFFFF; text-decoration: none; }
a.jobs:hover { color: #FFFFFF; text-decoration: underline; }


a.plus-2:link { color: #3C8976; text-decoration: none; }
a.plus-2:visited { color: #3C8976; text-decoration: none; }
a.plus-2:active { color: #3C8976; text-decoration: none; }
a.plus-2:hover { color: #3C8976; text-decoration: underline; }

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/* Fuss-Leiste */
font.bottom
{
	font-size:10px;
	font-weight:normal;
	color: #3C8976;
}
a.bottom:link { color: #3C8976; text-decoration: none; }
a.bottom:visited { color: #3C8976; text-decoration: none; }
a.bottom:active { color: #3C8976; text-decoration: none; }
a.bottom:hover { color: #3C8976; text-decoration: underline; }
/*---------------------------------------------------------------------------------------------------------------------------------------*/

td.newsletter-top 
{
	background-color:#3C8976;
	color: #ffffff;
	text-align: center;
}

td.newsletter-content
{
	background-color:#ECE6E6;
	color: #000000;
	font-size: 10px;
	text-align: center;
}

td.kontakt-top 
{
	background-color:#3C8976;
	color: #ffffff;
	text-align: left;
}

td.kontakt-content
{
	background-color:#ECE6E6;
	color: #000000;
	text-align: left;
}


/*body
{
  margin: 0px; 
  margin-top: 0px; 
  margin-left: 0px;
}
*/

/* Allgemeine Link-Darstellung */
a:link { color: #3C8976; text-decoration: none; }
a:visited { color: #3C8976; text-decoration: none; }
a:active { color: #3C8976; text-decoration: none; }
a:hover { color: #3C8976; text-decoration: underline; }


/* ------------------------------------------------------- */
/* Online-Shop -> Anzeige eines Artikels          */
/* ------------------------------------------------------- */

table.artikel-table 
{
	border:0; 
	padding: 5px; 
	border-spacing: 0;
	background-color: #ffffff; 
	width:100%;
}

td.title
{
	font-size:20px;
}

td.subtitle 
{
	font-size:15px;
}

td.publisher
{
	font-size:10px;
}

td.price
{
	font-size:10px;
	font-weight:bold; 
	vertical-align:top; 
	width: 500px;
}

td.description
{
	font-size:10px;
	font-style:italic; 
	vertical-align:top;
}

td.avaible_as
{
	font-size:10px;
}

td.additional_information
{
	font-size:10px;
}

td.bild
{
	vertical-align:top;
	width:250px; 
}

/* Warenkorb Status  */

/* Warenkorb Status  */

table.warenkorb-status-inner 
{
    align:right; 
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000; 
	border-top: 1px solid #000000; 
	border-bottom: 1px solid #000000; 
	padding: 0; 
	border-spacing:0; 
	border: 1; 
	background-color: #EEEEEE; 
    text-align: left;
    font-weight:bold;
}

table.warenkorb-status
{
	align: right;
	border: 0; 
	width:100%;
    text-align: right;
    font-weight:bold;
}


/* ---------------------------------------------------- */ 

/* Leiste oben  */

table.topframe 
{
	border-left: 0; 
	border-right: 0; 
	border-top: 0; 
	border-bottom: 1px solid #000000; 
	padding: 0; 
	border-spacing:0; 
	border: 1; 
	width:778px;
}

td.topframe-1 
{
   background-color: #ffffff;
   vertical-align: bottom; 
}

td.topframe-2
{
   background-color: #FEF5CC;
   width: 100px;
}

td.topframe-3
{
   background-color: #FFEB9A;
   width: 120px;
}

td.topframe-4
{
   background-color: #FFCC00;
   font-weight: bold; 
   font-size: 18px;
   vertical-align: bottom;
   width: 250px;   
}


/* ------------------------------------------------------- */
/* COPYRIGHT LEISTE                                            */
/* ------------------------------------------------------- */

table.copyright
{
	border-left: 0; 
	border-right: 0; 
	border-top: 1px solid #000000; 
	border-bottom: 0; 
	padding: 0; 
	border-spacing:0; 
	border: 1; 
	width:778px;
}

td.copyright
{
   text-align: center;
   font-size: 9px;
}


/* ------------------------------------------------------- */
/* Online-Shop -> Warenkorb anzeigen                       */
/* ------------------------------------------------------- */

td.warenkorb-header
{
	font-weight:bold; 
	font-size:14px; 
}

tr.warenkorb-row-1 
{
	background-color: #FFEB9A; 
}

tr.warenkorb-row-2
{
	background-color: #FEF5CC; 
}

/* Warenkorb Link Darstellung */
a.warenkorb-artikel-link:link { color: #000000; font-weight:bold; text-decoration: ; }
a.warenkorb-artikel-link:visited { color: #000000; font-weight:bold; text-decoration: none; }
a.warenkorb-artikel-link:active { color: #000000; font-weight:bold; text-decoration: none; }
a.warenkorb-artikel-link:hover { color: #000000; font-weight:bold; text-decoration: underline; }


p.statusanzeige
{ 
border:1px solid grey; 
background-color:#FFCC00;
padding:4px; 
margin:0px; 
}


/* ------------------------------------------------------- */
/* Online-Shop -> LOGIN TABLE                               */
/* ------------------------------------------------------- */

table.login-table 
{
	border:0; 
	padding: 5px; 
	border-spacing: 0;
	background-color: #ffffff; 
	width:300;
}

