html{
  height: 100%;
  margin-bottom: 1px;
}

body{
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	font: 400 0.8em verdana, arial, sans-serif;
	line-height: 170%;
	color: #4F4F4F;
	background: url(../images/menubar.gif) top left repeat-x;
}

h1 {
  clear: both;
  margin: 10px 20px;
  padding: 0;
  font: 700 2.2em "Trebuchet MS", serif;
  color: #4E4636;
}

h2 {
  margin: 30px 0 0 20px;
  padding: 0;
  font: 400 1.4em "Trebuchet MS", serif;
  color: #9A9386;
}

p {
  margin: 25px 20px;
}

img {
  border: 0;
}

.demoimage{
	float: left;
	text-align: left;
	border: 1px solid #0F519D;
	margin: 0 10px 5px 0;
	clear:both;
}

label {
  display: block;
  font-weight: bold;
}

input, 
textarea {
  font: 400 1em verdana, arial, sans-serif;
}

.w60 {
  width: 50%;
}
.w90 {
  width: 90%;
}
.cb{
	clear: both;
	margin-bottom:-20px;
}

.smright{
clear:both;
text-align:right;
font-size:.7em;
margin:0;
padding:0;
}
.uline{
border-bottom:1px solid #9A9386;
}
/***************************************************************
   Layout
 ***************************************************************/

#content{
  min-height: 100%;
  height: auto !important;
  height: 100%;
  max-width: 1000px;
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "98%" );
  margin: 0 auto;
  text-align: left;
}

#content[id]{
  width: 98%;
}


#header{
  position: relative;
  height: 102px;  
  clear: both;
  margin-bottom: 4em;
}

#header img.trees{
  position: absolute;
  top: 32px;
  right: 50px;
}

#logo{
position:absolute;
top:10px;
left:0;
width:309px;
height:48px;
z-index:10;
}

#loginbox{
  position: absolute;
  top: 0px;
  right: 5px;
  font-size:.7em;
  color: #000;  
}
#loginbox a:link, #loginbox a:visited{color: #000;text-decoration:none}
#loginbox a:hover{text-decoration:underline}

/* Page Content */

#page {  
  margin: 0 10px;
}
 
#main {
  float: left;
  width: 100%; /* changed 70% to 100% */
}

#sideBar {
  float: right;
  width: 28%;
}

/* Footer */

#footer {
  clear: both;
  margin-top: -3.6em;
  height: 3.6em;
  font-size: 0.85em;
  color: #979583;
  background: #eee;
}

#footer a {
  color: #979583;
}

#footer a:hover {
  color: #4E4636;
  background: none;
}
.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.aLeft {
  text-align: left;
}

.aRight {
  text-align: right;
}
.button {
	font: 400 1em "Trebuchet MS", serif;
	color: #FFF;
	border-left: 1px solid #1E90FF;
	border-top: 1px solid #1E90FF;
	border-right: 1px solid #0F398C;
	border-bottom: 1px solid #0F398C;
	background: #0F519D;
}

/***************************************************************
   Tables
 ***************************************************************/
table.tabelle{
    background-color:#FFFFFF;
	border: solid #000 1px;
	margin-left:20px;
	border-collapse:collapse;
}
table.tabelle td{
    padding: 5px;
    border: solid #000 1px;
}
.data{
    color: #000000;
    text-align: right;
    background-color: #CCCCCC;
}
.toprow{
    font-style: italic;
	font-weight:bold;
    text-align: center;
    background-color: #FFFFCC;
}
.leftcol{
    font-weight: bold;
    text-align: left;
    width: 150px;
}

table.tabelleedit{
	background-color:#FFFFFF;
	border:none;
	margin-left:20px;
	border-collapse:collapse;
}
table.tabelleedit td{
    padding: 5px;
    border:none;
}

/***************************************************************
   Gradient Blocks
 ***************************************************************/

#sideBar p.center{
	text-align:center;
}
 
#sideBar h1{
	color:#FFF;
} 
#sideBar h2{
	color: #3F3F3F;
}
#sideBar a:link, #sideBar a:visited{
	color: #0F519D;
	font-weight: bold;
	text-decoration: underline;
}
#sideBar a:hover{
	background:#0F519D;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
} 
.gradientBlock,
.gradientBlockShort {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  background: #DFD8D0 url(../images/gradient.jpg) repeat-x bottom right;
}

.gradientBlockShort {
  background: #DFD8D0 url(../images/gradient_short.jpg) repeat-x bottom right;
}

.topLeft {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.topRight {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

/***************************************************************
   Big Brown Link Classes
 ***************************************************************/
 
 
.bigLink {
  font: 700 1.2em "Trebuchet MS", serif;
  text-decoration: none;
  color: #4E4636;
  width: 80px;
}

a:hover.bigLink {
  color: #000;
  background: none;
}

.helpIcon {
  padding-left: 24px;
  background: url(../images/help.gif) no-repeat center left;
}

a:hover.helpIcon {
  background: url(../images/help.gif) no-repeat center left;
}

.arrowIcon {
  padding-left: 24px;
  background: url(../images/arrow.gif) no-repeat center left;
}

a:hover.arrowIcon {
  background: url(../images/arrow.gif) no-repeat center left;
}

#sideBar .resources{
list-style-image: url(../images/arrow.gif);
}
#sideBar .resources li{
vertical-align:top;
line-height:2em;
padding-left:.5em;
}

#sideBar .attributes{
list-style-type:none;
font: 400 1.4em "Trebuchet MS", serif;
}
#sideBar .attributes{
margin-left:1em;
padding:0;
}
#sideBar .attributes ul{
list-style-type:bullet;
list-style-image: url(../images/arrow.gif);
}
#sideBar .attributes ul li{
font: 0.7em verdana, arial, sans-serif;
vertical-align:top;
line-height:2em;
padding-left:.5em;
}

#sideBar .features{
list-style-type:bullet;
list-style-image: url(../images/arrow.gif);
margin-left:2.5em;
padding:0;
}
#sideBar .features li{
font: 1em verdana, arial, sans-serif;
font-weight:bold;
vertical-align:top;
line-height:2em;
padding-left:10px;
}
html>body #sideBar .features{
margin-left:3.5em;
}

#main .bulletlist{
list-style-image: url(../images/arrow.gif);
}
#main .bulletlist li{
vertical-align:top;
line-height:2em;
padding-left:.5em;
}
#main a:link, #main a:visited{
	color: #0F519D;
	font-weight: bold;
	text-decoration: underline;
}
#main a:hover{
	background-color:#0F519D;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
} 
#sideBar a.pic, #sideBar a.pic:hover{
background-color:#fff;
}
#main pre{
	margin-left:20px;
	font: 0.7em courier;
	color: brown;
	line-height:2em;
}
textarea.textareacode{
width:90%;
height:60px;
overflow:auto;
font: 0.7em courier;
color:blue
}

/*==== Comments ====*/

.hide{display:none}
.show{display:block}
#comment_text{width:97%;height:80px;font-size:.9em}

#commentlist ul{margin:0;padding:0;}
#commentlist li{list-style-type:none;margin-top:15px;margin-left:25px;font-size:11px;padding:0}
.ba{padding-left:15px;background:url(../images/b.gif) 5px bottom no-repeat;font-weight:bold}
.bc{border:1px solid #0F519D;padding:5px}

