@charset "UTF-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
a{ 
	text-decoration: none;
	color:#0066FF;
}
a:hover{
	text-decoration: none;
	color:#999999;
}
.twoColFixLtHdr #container {
	color: #333;
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	_width:920px;
	background: #FFFFFF;
	_background-image: url(images/ieborder.jpg);
	_background-position: right top;
	_background-repeat: repeat-y;
	margin: 20px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height:140px;  
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	color: #fff;
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(images/sidebar-bg.png);
	background-repeat: no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 20px;
}
.twoColFixLtHdr #sidebar1 p,h6{
padding-right: 20px;}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #footer { 
	background-color: #000;
	height:200px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/footer-bg.png);
	background-repeat:repeat-y;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#rolebox {
	margin-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	padding-top: 50px;
	background-image: url(images/role-bg.png);
	background-repeat: no-repeat;
	width: 640px;
	height: 150px;
	float: left;
}
#whobox {
	padding-left: 20px;
	margin-top: 20px;
	padding-top: 50px;
	background-image: url(images/who-box-bg.png);
	background-repeat: no-repeat;
	width: 660px;
	height: 190px;
	float: left;
}
#howbox {
	padding-left: 20px;
	margin-top: 20px;
	padding-top: 50px;
	background-image: url(images/how-box-bg.png);
	background-repeat: no-repeat;
	width: 660px;
	height: 260px;
	float: left;
}
#whybox {
	padding-left: 20px;
	margin-top: 20px;
	padding-top: 50px;
	background-image: url(images/why-box-bg.jpg);
	background-repeat: no-repeat;
	width: 660px;
	height: 260px;
	float: left;
}
.bulleta {
	text-decoration: none;
	width: 50px;
	height: 50px;
	background-image: url(images/icon-farmer.png);
}

#clients{
padding: 10px;
display:none;
	visibility: hidden;
}
#downloads{
padding: 10px;
display:none;
	visibility: hidden;
}
#value{
padding: 10px;
display:none;
	visibility: hidden;
}
#projects{
padding: 10px;
display:none;
	visibility: hidden;
}
#resources{
padding: 10px;
display:none;
	visibility: hidden;
}

#test{
display:none;
	visibility: hidden;
}
#testb{
display:none;
	visibility: hidden;
}
#testc{
display:none;
	visibility: hidden;
}
#testd{
display:none;
	visibility: hidden;
}
#teste{
display:none;
	visibility: hidden;
}
#testf{
display:none;
	visibility: hidden;
}
#testg{
display:none;
	visibility: hidden;
}
#testh{
display:none;
	visibility: hidden;
}
#testi{
display:none;
	visibility: hidden;
}
#testj{
display:none;
	visibility: hidden;
}
#testk{
display:none;
	visibility: hidden;
}
#principles{
display:none;
	visibility: hidden;
}
#value{
display:none;
	visibility: hidden;
}

#sidebox{
	border:thin;
	border-color:#ffffff;
	border-style:solid;
}

table 
{
	margin-top:20px;
	text-align: left;
	border-spacing: 0px;
	border: 1px solid #A0885D;
	border-collapse: collapse;
	
}


table a, table, tbody, tfoot, tr, th, td 
{
   font-family: Arial, Helvetica, sans-serif;
	line-height: 2.0em;
	font-size: 12px;
	color: #25c1e2;
}
tbody td{
	line-height: 2.5em;
}

table caption
{
	padding: .4em 0 ;
	font-size: 240%;
	font-style: normal;
	color: #FB7E00;
}

table a
{
	display: block;
	text-decoration: none;
	color: #25c1e2;
	padding-left: 1.5em;
	
}

table a:hover, table a:focus
{
text-decoration: none;
}

table th a
{
	color: #0066FF;
	text-align: left;
}
table .odd th a,table .odd td a,table .odd td{
	color: #666;
	padding-right:0;
}

table th a:hover, table th a:focus, tbody tr:hover th
{   
   text-decoration: none;
   background-color: #0066FF;
	color: #fff !important;
}
table .odd th,table .odd td{
	background-color: #DDDDDD;
}

thead th
{
	background: #A0885D;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
	
}
tfoot{
	background-image: url(verlauf_schwarz.gif);
	border-top: 1px solid #fff;
	
	
}
tfoot th,tfoot td{
	color: #fff;
}

tbody th
{
   padding-right: 1.0em;
	color: #25c1e2;
	font-style: normal;
	background-color: #fff;
	border-bottom: 1px dotted #aeb3b6;
}

td
{
   color: #FF8E1C;
	border-bottom: 1px dotted #aeb3b6;
	padding-right: 0.5em;
	
}

tbody tr.odd
{
	border-bottom: 1px dotted #aeb3b6;
}

tbody tr:hover td
{
  background-color: ##DDDDDD;
}

tbody tr:hover td,tbody tr:hover th, tbody tr:hover a
{
	color: #fff !important;
}

.pic{
float: left;
padding-right: 10px;
}
p{
margin: 0; padding-bottom: 5px;
}
h3{
margin: 0; padding-top:5px;
}
#links{
padding: 10px;
display:none;
	visibility: hidden;
}
#mpu{
padding: 10px;
display:none;
	visibility: hidden;
}
#event1{
padding: 10px;
display:none;
	visibility: hidden;
}
#event2{
padding: 10px;
display:none;
	visibility: hidden;
}
#event3{
padding: 10px;
display:none;
	visibility: hidden;
}
#event4{
padding: 10px;
display:none;
	visibility: hidden;
}
#event5{
padding: 10px;
display:none;
	visibility: hidden;
}
#event6{
padding: 10px;
display:none;
	visibility: hidden;
}
#roland{
padding: 10px;
display:none;
	visibility: hidden;
}
#yvette{
padding: 10px;
display:none;
	visibility: hidden;
}
#karl{
padding: 10px;
display:none;
	visibility: hidden;
}
#jan{
margin: 10px;
display:none;
	visibility: hidden;
}
#location{
padding: 10px;
display:none;
	visibility: hidden;
}
#imgright{
	border: 3px solid #A0885D;
	margin:20px;
	float: right;
}
#flashright{
	margin:20px;
	float: right;
}
#indent{
	padding-left: 20px;
}
#footone{
	padding-left: 30px;
	padding-top: 40px;
	color: #ffffff;
	float: right;
	width: 680px;
	height: auto;
}
#footone h5{
	
	color: #ffffff;
}
#foottwo{
	color: #ffffff;
	float: right;
	width: 150px;
	height: auto;
}
