/* CSS document TREEPOWER.CH */

@charset "utf-8";

*{
margin:0px;
padding:0px;
}

body{
font-family:Arial, Helvetica, sans-serif;
color:#286247;
font-size:14px;
line-height:23px;
}

a img {
display:block;
}

.downloadpic {
display:inline;
}

#maincontainer{
height:768px;
width:1024px;
margin:auto;
}

/* LEFT */
#left {
height:768px;
width:270px;
float:left;
}

#logo{
height:252px;
width:270px;
background-image:url(../pictures/logo.gif);
}

#navigation{
height:516px;
width:270px;
background-image:url(../pictures/navigation.jpg);
}

#menu{
height:267px;
width:237px;
}

#address{
height:100px;
width:236px;
font-family:Arial, Helvetica, sans-serif;
color:#3da877;
font-size:12px;
line-height:20px;
text-align:right;
margin-top:60px;
}

a.addressLink {
color:#3da877;
text-decoration:none;
}

a.addressLink:hover {
color:#286247;
text-decoration:underline;
}

#logomenuspace{
height:57px;
width:237px;
}

.menupointone{
height:31px !important; /* Für moderne Browser */
height:10px; /* Für IE */
width:236px;
background-color:#ac5f7f;
}

.menupointtwo{
height:31px;
width:236px;
background-color:#f6cd00;
margin-top:16px;
}

.menupointthree{
height:31px;
width:236px;
background-color:#6fb9ff;
margin-top:16px;
}

.menupointfour{
height:31px;
width:236px;
background-color:#766dab;
margin-top:16px;
}

.menupointfive{
height:31px;
width:236px;
background-color:#41b98d;
margin-top:16px;
}

.menupointsix{
height:31px;
width:236px;
background-color:#9dac6d;
margin-top:16px;
}

/* MIDDLE */
#middle {
height:768px;
width:694px;
float:left;
}

#header{
height:252px;
width: 694px;
float:left;
}

#innerheader{
	color: #EEE;
	height: 172px;
	width: 614px;
	padding: 40px;
}

#innerheader h1{
	font-size: 20px;
	margin: 0 0 7px;
}

h1{
	font-size: 22px;
	color: #acd137;	
	margin: 0 0 25px;	
}

#content {
margin-top:252px !important; /* Für moderne Browser */
margin-top:0; /* Für IE */
height:516px;
width:694px;
overflow: auto;
}

a.standardLink {
color:#286247;
text-decoration:underline;
}

a.standardLink:hover {
color:#3da877;
text-decoration:none;
}

a.aktuellLink{
	text-decoration:underline;
	color: #acd137;	
}

a.aktuellLink:hover{
	color: #acd137;	
	text-decoration:none;
}

ul.redlist {
list-style-image:url(../pictures/redlist.jpg);
}

ul.yellowlist {
list-style-image:url(../pictures/yellowlist.jpg);
}

#textlocation{
padding-top:60px;
padding-left:33px;
padding-right:33px;
margin-bottom:17px;
}

.title{
font-size:22px;
margin-bottom:10px;
}

.hometext{
color:#1f4b37;
font-size:18px;
line-height:30px;
}

.smalltext{
margin-top:7px;
font-size:12px;
font-style:italic;
line-height:15px;
}

.undertitle{
font-size:17px;
margin-bottom:10px;
}

LI { margin-left:14px; }

TD { vertical-align:text-top; }

IMG thomasreutimann {
border-color:#6FB9FF;
}

.team{
width:622px;
}

/* Contactform */
.errorMsg {
background-color:#FFBBBB;
border:1px solid #FF7979;
padding:4px;
font-size:12px;
color:#FF7979;
margin-bottom:20px;
}

#contactForm tr{
height:24px;
}

.standardInputField{
width:260px;
}

.plzInputField{
width:32px;
}

.ortInputField{
width:221px;
}
	
/* RIGHT */
#right {
height:100%;
width:60px;
float:left;
background-image:url(../pictures/right.jpg);
}