/* -----------------------------------------------
  Project: Karin Buchali
  File: buchali.css
  Date: 10/2005
  Author: DECART new media, Markus Freyt
  Compatibility: CSS Level2
                             IE4+, NS4+
----------------------------------------------- */

/* -----------------------------------------------
general settings
----------------------------------------------- */
HTML {
/*	background-position : 0px 0px; 
	background-image : url(/cms/upload/Bilder/background.jpg); 
	background-repeat : repeat-x; 
*/
	background-color : #D9D8D7; 
	text-align:center;
}

BODY {
/*	background-position : 0px 0px; 
	background-image : url(/cms/upload/Bilder/background.jpg); 
	background-repeat : repeat-x; 
*/
	background-color : #D9D8D7; 
	margin : 0px; 
	padding : 0px; 

	text-align:center; 
	font-size : 12px; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
}


A:link { text-decoration:none; font-weight:bold; color:#888888; }
A:visited { text-decoration:none; font-weight:bold; color:#666666; }
A:hover { text-decoration:none; font-weight:bold; color:#db9259;  }
A:active { text-decoration:none; font-weight:bold;  }


P {
		text-align:left; 
		vertical-align:top;
}

P.grey {
	text-align:center;
	color: #db9259;
}

.h1 {
position:relative;
	text-align:left;
	font-size:14px;
	top : -100px;
	color:#db9259;
	font-weight : bold;
}

TABLE.full{
	width:800px;
	margin:0px;
	padding:0px;
}

TD.left_col {
	width:300px;
	text-align:left;
	vertical-align : top;
}

TD.right_col{
	width:500px;
	text-align:left;
	vertical-align : top;
}