/******************************************
*
* common.css
*
* Common CSS definitions for CMS
*
* Copyright 2005 by  Gerhard Sinnhuber
*
* Author(s):  http://www.transform.at
*
******************************************/


body,td {
	background-color: #fff;
	background-image: none;
	font-family		:  Verdana,Arial,  Tahoma,  Helvetica, sans-serif;
	font-size		: 11pt;
	font-weight		: 400; 
	line-height: 17pt;
	color: #000000;
	text-decoration		: none;
	text-transform		: none;
	margin:0px;
	padding:0px;
}

.frontend{
	background-image: none;
}

a, a:active, a:visited, a:hover	{text-decoration: none; text-transform: none;  color: #c22423;}


h1 {
	font-weight: 700; 
	font-size: 14pt;
	text-decoration: none;
	color: #c22423; 
	padding-top: 10px;
	padding-bottom: 0px;
}

h2,h3,h4 {
	font-weight: 700; 
	font-size: 12pt;
	text-decoration: none;
	color: #c22423; 
	padding-top: 10px;
	padding-bottom: 0px;
}


/* --------------------------------------
    ausgeblendete Bereiche
   -------------------------------------*/

.header{
	display:none;
}


.infotext{
	display: inline;
}

.basket_bg{
	display: none;
}

.top_link{
	display: none;
}

img { 
	display: none;
}

object { 
	display: none;
}

/* --------------------------------------
    Content Definitionen
   -------------------------------------*/


.produktbox{
	border: 0px solid #fff;
	height: 20px;
}

.outerbox{
	height: 100px;
	border-bottom: 1x solid #000;
}
