/* Main structure */
html {
padding:0px;
margin:0px;
}



body {
background-color: #FFFFFF;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}

/*  positioning-layers statisch und absolut */
#box {
width:800px;
margin: 0px auto;
padding:0px;
text-align:left;
}
#left {
width:160px;
padding-right:6px;
padding-top: 10px;
float:left;
background-color:#fffff;
text-align:right;
}
#content {
width:625px;
padding:0px;
float:left;
background-color:#fffff;
overflow: auto;
}

a {
	color: #3E6B02; 
}

a:hover {
	color: #578619;
}

#head {
background-color:#BCE18B;
padding-top:4px;
padding-bottom:4px;
display: block;
line-height:20px;
}

#headerlinks {
	display: block;
	float:left;
	width:680px;
}

#headerlinks a {
font-size: 14px;
text-transform:uppercase;
text-align: right;
padding:0px 15px;

font-weight: bold;
}

#footer {
	display:block;
	height:30px;
	line-height: 30px;
	text-align: center;
}

#content h2 {
	margin-top: 4px;
	margin-bottom:4px;
}

/* Table */

#sites_table a {
	color: black;
}

#sites_table a:hover {
	color: #3E6B02;
}

th {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	
	border-right: 1px solid #C5EE8E;
	border-bottom: 1px solid #C5EE8E;
	border-top: 1px solid #C5EE8E;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #BCE18B url(images/bg_header.jpg) no-repeat;
}

td {
	border-right: 1px solid #C5EE8E;
	border-bottom: 1px solid #C5EE8E;
	padding: 6px 6px 6px 12px;
	font-size: 0.9em;
	
	background: #D7F5B0;
}


td.alt {
	background: #fFfFfF;
}
