@charset "utf-8";
/* CSS Document */

/** Upper Container und Container muss in einezelen css **/
#uppercontainer {
	position    : relative;
	width: 832px;
	text-align  : left;
	height: 357px;
	background-image:url(../images/home_gr-pr-hg.png);
	background-repeat:no-repeat; 
	background-position: top;
}    

#uppercontainer_menue {
	position       : absolute;
  	top            : 18px;
  	left          : 0px;
  	height         : 286px;
  	width          : 143px;


	
}  

#uppercontainer_cont {
	position       : absolute;
  	top            : 20px;
  	left           : 187px;
  	height         : 286px;
  	width          : 621px;
	text-align		: left;
}   


/** CONTEND **/
#content {
	position    : ablolute;
	width: 645px;
	text-align  : left;
	padding-left: 187px;
	padding-right: 0px;
       
}

#content td .text-dblau-fett {
	padding-right: 8px;
	/*text-shadow: 0.1em 0.2em 0.1em rgba(102,102,102,0.3);
	
	
	text-shadow: -1px -1px rgba(0,0,0,0.3);
	border-bottom: thin solid rgba(204,204,204,0.5);
	background-color:#F00;
	background-color:  rgba(204,204,204,0.2);

	
	
	overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    height: 12px;
    display: block;
    padding: 7px 10px;
    font: 400 12px/16px "Open Sans",Arial,Helvetica,sans-serif;
    color: #666;
    text-shadow: 0 1px 1px #fff;
	background: #d3d3d3;
	*/
} 


#content p, #content h1, #content h2, #content h3 {
	width: 300px;
	text-align: justify;
	hyphens: auto;  
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;

	
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2;	
/*	*/
}


