html{
margin:0;
padding:0;
}

body{
height: auto;
margin: 20px 0 20px 0;
padding:0;
background-color: #625950;
text-align:center;
}

#content{
height:auto;
min-height:500px;
width: 802px; 
margin:auto;
padding:0;
background:#ccc;
text-align:left;
}

body>#content{height:auto;}


#header {
height: 198px;
padding-bottom: 11px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}

#cntwrapper {
background-color: #ccc;
width: 800px;
height: auto;
min-height: 430px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}

#menue {
background-color: #ccc;
width: 162px; /* 250px - 66px padding - 22px padding */
float: left;
text-align:left;
padding: 44px 66px 44px 22px;
position: relative;
}

#textarea {
background-color: #ccc;
float:left;
width: 506px; /* 550px - 44px padding */
text-align:left;
padding: 44px 44px 22px 0;
position: relative;
}

/* font-styles */
p, body, #textarea {
color:#625950;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height: 1.6;
}
h1 {
color: #625950;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
margin: 0 0 5px 0;
}
h2 {
color: #625950;
font-size:14px;
font-weight:bold;
margin: 0;
}
#menue {
color: #625950;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-transform:uppercase;
}
a {
color: #fff;
}

/* formatting styles */
.leftpicproj {
	float: left;
	margin-right: 30px;
	margin-bottom: 70px;
	padding: 0px;
        border: 1px solid #fff;
}
.leftpic {
	float: left;
	margin-right: 30px;
	margin-bottom: 1px;
	padding: 0px;
        border: 1px solid #fff;
}
.rightpic {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	padding: 0px;
        border: 1px solid #fff;
}
img.pic {
	padding: 0px;
        border: 1px solid #fff;
}
.unfloater {
        clear: both;
        height: 0
        line-height: 0;
}
.leftfloater {
        float: left;
}
.rightfloater {
        float: left;
}
.listcolt1 {
        font-weight: bold;
        width: 120px;
        float: left;
}
.listcolt2 {
        font-weight: bold;
        width: 135px;
        float: left;
}
.contentCenter {
        text-align: center;
}
.contentRight {
        text-align: right;
        margin-top: 11px;
}
.contentLeft {
        text-align: left;
        margin-top: 11px;
}
.steering {
        padding: 2px 5px 2px 0px;
        margin-bottom: 11px;
}
.knopf {
        padding: 2px 5px 2px 0px;
        text-align: left;
}
.listcollefta {
        width: 200px;
        float: left;
        margin: 0;
        padding: 0;
}
.listcolrighta {
        width: 300px;
        float: left;
        margin: 0;
        padding: 0;
}        
.linie {
        margin: 11px 0 11px 0;
        border-bottom: 1px solid #fff;
}
.extlink {
        background-image: url(../img/extlink.gif);
        background-repeat:no-repeat;
        background-position:left;
        padding-left: 20px;
}
.projfoto {
        background-image: url(../img/pics.jpg);
        background-repeat:no-repeat;
        background-position:left;
        padding-left: 20px;
        line-height: 18px;
}
.projmehr {
        background-image: url(../img/info.jpg);
        background-repeat:no-repeat;
        background-position:left;
        padding-left: 20px;
        line-height: 18px;
}
.spacer {
        height: 44px;
}
.titelstart {
color: #625950;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
margin: 0;
line-height: 1;
}


/* ------ navigation level 1 ---------*/
#menue ul{
  margin: 0;
  padding: 0em;
  list-style-type: none;
  color: #485620;
  border-top: 1px solid #FFEA95;
}

#menue ul li {
 /* background-color: #b1b2b4;  */
	color: #485620;
        border-bottom: 1px solid #FFEA95;
}

#menue ul li#li_nav1_open{  /* special layout for open links */
/*  background-color: #b1b2b4;  */
	height: auto !important;
	height: 1.9em;
}

#menue ul li a{
  display: block;
  background-repeat: no-repeat;
  height: 2em;
  line-height: 1.9em;
  color: #485620;
  text-decoration: none;
}

#menue ul li a:hover, #menue ul li a:focus{
  font-weight: bold;
  color: #fff;
}

#menue ul a#a_nav1_open, #menue ul a:hover#a_nav1_open{
  font-weight: bold;
  color: #fff;
}
#menue ul a#a_nav2_open, #menue ul a:hover#a_nav2_open{
  font-weight: bold;
  color: #fff;
}

/* ------ Design for submenu --------*/
#menue li li{
  display: block;
  padding-left: 15px;
  line-height: 1.1em;
  color: #485620;
  border-bottom: 0px solid #FFEA95;
}

#menue ul ul a{
  position: relative;
  display: block;
  background-repeat: no-repeat;
  padding: 0em;
  padding-left: 0px;
  padding-top: 0.28em;
  padding-bottom: 0px;
  color: #485620;
  font-size: 11px;
  text-decoration: none;
}

#menue ul ul a:hover, #menue ul ul a:focus, #menue ul ul a#a_nav2_open{
  color: #fff;
  font-weight: bold;
}