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

/* bgcolor="FDEFD6" background="gif/hin.gif" text="#000000" link="#333333" vlink="#CC9900" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" */

body{
	background-color: #FDEFD6;
	background-image: url("../../gif/hin.gif");
	font-family		:  Arial, Verdana,  Tahoma,  Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: 400; 
	line-height: 17px;
	color: #000000;
	text-decoration		: none;
	text-transform		: none;
	margin:0px;
	padding:0px;
}


#frontend{
	background-color:#8baec9;
}

p {
	padding: 0px;
	margin:0px;
}

a,  a:active,  a:visited {  
	color: #000000;
	border:0px; 
	text-decoration: none;
	font-weight:bold;
}

 a:hover	{
	text-decoration: none;
	color:#CC9900; 
	}



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;
}


hr{
	border:solid #cfcfcf 1px;
	height: 1px;
}


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



td{
	font-family		:  Geneva, Arial,  Helvetica, sans-serif;
	font-size		: 11px;
	font-weight	: 400; 
	line-height: 14px;
	text-decoration: none;
	text-transform: none;
	margin:0px;
	padding:0px;
	color:#333;
	
}


/* --------------------------------------
    spezielle Definitionen
   -------------------------------------*/

.produktbox{
	border: 1px solid #000;
	padding-top: 5px;
}

