/**************************************************'*/
/* Pinetree Music styles.css			      		*/
/* copyright 20010 tp-werbeagentur, freiburg		    */
/*											 	    */
/****************************************************/
body {
	background: #3a3124;
	margin: 0px;
  	padding: 0px;
	leftmargin: 0px; 
	topmargin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #63432a;
	text-align: center;	
}
html, body{	height: 100%; }
table, tr, td {	font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #63432a; }
#containerMain {
	width: 851px;
	height: auto;
	text-align: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 10px;
}
/***********************************************/
/*********** Header  ***************************/
/***********************************************/
#header {
  	width: 851px;
	height: 150px;
	text-align: left;
	margin: 0;
	padding: 0;
	background: url("../images/header_bg.jpg") 0px 0px no-repeat;
	overflow: hidden;
}
#headerLogoBox{
	float: left; 
  	width: 270px; 
  	height: 90px;
  	padding: 0 0 0 0;
  	margin: 0;
}
/***********************************************/
/*********** navi  *****************************/
/***********************************************/
#nav{
	text-align:left;
	margin: 5px 11px 0 11px;   
	list-style: none; 
	padding: 0px 20px 0px 20px;
	width: 789px;
	/*border-bottom: 1px solid #f7f7ee;*/
	background: url("../images/w_pixel.gif") bottom left repeat-x;
	color: #f7f7ee;
	font: normal 11px/18px verdana, arial, sans-serif; 
	height: 28px;
}
#nav ul { padding: 0px; margin: 0px; list-style: none; line-height: 1; } 
#nav ul li { float: left; text-align: left; }

#nav ul li a {     
	display: block;     
	font: normal 11px/18px verdana, arial, sans-serif; 
  	margin: 0; 
	padding: 0 10px 10px 10px;
	color: #21120c;
	text-decoration: none;
	/*border-bottom: 1px solid #f7f7ee;*/
	background: url("../images/w_pixel.gif") bottom left repeat-x;
	height: 18px;
	width: auto;
} 
#nav ul li a:hover, #nav ul li .navActive{
	/*border-bottom: 1px solid #3a3124;*/
	background: url("../images/b_pixel.gif") bottom left repeat-x;
}
#nav ul li.trenner{
	font: normal 11px/18px verdana, arial, sans-serif; 
	height: 18px;
}
.nocursor{
	cursor: default;
}

#langNav{ float: right; width: 100px; font: normal 11px/18px verdana, arial, sans-serif; height: 28px; color: #21120c; background: url("../images/w_pixel.gif") bottom left repeat-x; }
#langNav a{ color: #21120c; font-size: 9px; font-weight: normal; text-decoration: none }
#langNav a:hover, #langNav a.navActive{ text-decoration: underline; }
/***********************************************/
/*********** Sub-Navi  *****************************/
/***********************************************/
#subNaviLeft{
	float: left;
	width: 164px; /*187*/
	padding: 20px 0 20px 23px;
	text-align: right;
}
#subNaviLeft ul { padding: 0px;	margin: 0px; list-style: none; line-height: 1; } 
#subNaviLeft ul li { text-align: right; }

#subNaviLeft ul li a {     
	display: block;     
	font: normal 11px/20px verdana, arial, sans-serif; 
  	margin: 0; 
	padding: 0 20px 0 0;
	color: #333;
	text-decoration: none;
	background: transparent;
	width: 144px;
	background: url("../images/w_pixel.gif") top right repeat-y;
	text-transform: uppercase;
} 
#subNaviLeft ul li a:hover, #subNaviLeft ul li .navActive{
	color: #000;
	font: bold 11px/20px verdana, arial, sans-serif; 
	background: url("../images/b_pixel.gif") top right repeat-y;
}

/***********************************************************************************/
/******** MainContent **************************************************************/
/***********************************************************************************/
#containerContent{
	width: 851px;
	padding: 0 0 20px 0;
	overflow: hidden;
	background: url("../images/content_bg.gif") 0px 0px repeat-y;
}
#textContent{
	float: left;
	width: 490px;
	padding: 20px 151px 10px 23px;
	line-height: 14px;
	font-size: 11px;
	color: #63432a;
}
#textContent2{
	width: 751px;
	padding: 20px 0px 10px 100px;
	line-height: 14px;
	font-size: 11px;
	color: #63432a;
}
#textContent h1{
	font-size:11px;
	font-weight: bold;
	padding: 0;
	margin: 0px 0x 10px 0px;
	text-decoration: underline;
	text-transform: uppercase;
}
.impressum_links{
	float: left;
	margin: 0;
	padding: 0;
	width: 311px;
}
.impressum_rechts{
	float: left;
	width: 395px;
	padding-left: 15px;
	font-size: 10px;
	line-height: 12px;
	background: url("../images/b_pixel.gif") top left repeat-y;
		
}
/*************************************************************/
/* footer  */
/*************************************************************/
#footer{
	color: #666;
	padding: 0;
	text-align: right;
	font-size: 10px;
	width: 851px;
	margin: 0;
	background: url("../images/footer_bg.gif") 0px 0px no-repeat;
	line-height: 10px;
	height: 20px;
}


/*************************************************************/
/*-- Links ----------------*/
/*************************************************************/
a {
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	color: #63432a;
}
a:link {
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
/*************************************************************/
/*---------------Sonder-Links-----------------------*/
/*************************************************************/


/*************************************************************/
.floatKiller{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
/*************************************************************/
/*  Formulare */
/*************************************************************/
form {
	padding: 0px;
	margin: 0px;
	display: inline;
}
input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;	
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	border: 1px solid #3a3124;
	height: 12px;
	padding: 1px 2px 2px 2px;
	background: #f7f7ee;
	width: 235px;
	float: left;
}
form br{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/**************************************************'*/
/**************************************************'*/
.labelData{
	float: left; 
	width: 150px;
	margin: 0px 0px 5px 0px;
	font-size: 11px;
}
.labelText{
	float: left; 
	width: 270px;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	background: #f7f7ee;
}
.labelTextarea{
	float: left; 
	width: 270px;
	height: 120px;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	background: #f7f7ee;
}
select{
	float: left; 
	width: 205px;
	height: 18px;
}
.button {
	width: 150px;
	height: 18px;
	background: #000;
	color: #FFF;
	font-weight: bold;
	float: none;
	border: 1px solid #000;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
	padding: 0 5px 0 5px;
}




/* Subnav Code 
#nav li ul {     
	position: absolute;          
	display: none;
} 
#nav li:hover ul {     
	display: block; 
}	
#nav li:hover ul, #nav li.sfhover ul {     
	display: block;
}

 2. Ebene 
#nav li ul li{     
	float: none;    
}
#nav li ul li a{
	border-top: 1px solid #FFF;
	display: block;
	padding: 2px 10px 2px 10px;
	float: none;
	background: #006540;
	font: bold 10px/18px verdana, arial, sans-serif;
	color: #FFF;
	height: 18px;
	text-align: left;
	width: 170px;
	border-left: none;
	border-right: none;
}
#nav li ul li a:hover{
	background: #c3d8a0;
	color: #000;
}
*/

