body {
background-color: #FFFFFF;
background-image: url('../images/background.png');
background-repeat: repeat-x;
margin: 0px; /* main-Box zentrieren in IE 5 und hoeher */
padding: 0px;
text-align:center; /* main-Box zentrieren in IE 5 und hoeher */
font-family: arial,helvetica,verdana,sans-serif;
font-size:13px;
color:#202020;
}

h1 {
 color:#00A650;
}

h2 {
 color:#00A650;
}

h3 {
 color:#00A650;
}


/* Application Buttons */

a.dwui { 
 text-decoration: none;
 width: 128px;
 height: 128px;
 display:block;
 /* border-top: 1px solid #c0c0c0; */
 background-image: url('../images/dwui_inactive.png');
 vertical-align: middle;
 text-align: center;
 line-height: 128px;
 margin: 0px;
 font-weight: bold;
 border:1px outset #bbbdc0;
 color:#bbbdc0;
 font-size:13px;
}

a.dwui:hover,active { 
 background-image: url('../images/dwui_active.png');
 color:#545454;
 border:1px inset #bbbdc0;
 color:#00A650;
}

a.portal { 
 text-decoration: none;
 width: 128px;
 height: 128px;
 display:block;
 /* border-top: 1px solid #c0c0c0; */
 background-image: url('../images/portal_inactive.png');
 vertical-align: middle;
 text-align: center;
 line-height: 128px;
 margin: 0px;
 font-weight: bold;
 border:1px outset #bbbdc0;
 color:#bbbdc0;
 font-size:13px;
}

a.portal:hover,active { 
 background-image: url('../images/portal_active.png');
 color:#545454;
 border:1px inset #bbbdc0;
 color:#00A650;
}

a.wiki { 
 text-decoration: none;
 width: 128px;
 height: 128px;
 display:block;
 /* border-top: 1px solid #c0c0c0; */
 background-image: url('../images/wiki_inactive.png');
 vertical-align: middle;
 text-align: center;
 line-height: 128px;
 margin: 0px;
 font-weight: bold;
 border:1px outset #bbbdc0;
 color:#bbbdc0;
 font-size:13px;
}

a.wiki:hover,active { 
 background-image: url('../images/wiki_active.png');
 color:#545454;
 border:1px inset #bbbdc0;
 color:#00A650;
}


#main {
background-color: #C0C0C0;
color: white;
width: 800px; /* oder auch z.B. 75% */
margin: 0 auto; /* main-Box zentrieren in Opera, NN, Mozilla */
text-align:center; /* main-Box zentrieren in Opera, NN, Mozilla */
}


#header {
height: 100px;
width: 100%;
text-align:left;
background-image: url('../images/ibh-Logo.gif');
background-repeat: no-repeat;
background-position: center right;
}

#topBorder {
width: 800px;
height: 16px;
background-image: url('../images/brd_drkgreen.png');
background-repeat: repeat-x;
}

#topTitle {
height: 16px;
float: right;
background-image: url('../images/brd_lghtgreen.png');
background-repeat: repeat-x;
color: #545454;
font-weight: bold;
padding-left: 5px;
padding-right: 5px;
}

#topleftCorner {
width: 22px;
height: 16px;
float: left;
background-image: url('../images/crntopleft.png');
background-repeat: no-repeat;
}

#loggedin_box
{
	position: absolute;
	bottom: -20px;
	margin-left: 20px;
}

#toprightCorner {
width: 18px;
height: 16px;
float: right;
background-image: url('../images/crntopright.png');
background-repeat: no-repeat;
}

#bottomBorder {
width: 800px;
height: 6px;
background-image: url('../images/brdbottom_drkgreen.png');
background-repeat: repeat-x;
}
#bottomleftCorner {
width: 8px;
height: 6px;
float: left;
background-image: url('../images/crnbottomleft.png');
background-repeat: no-repeat;
}
#bottomrightCorner {
width: 7px;
height: 6px;
float: right;
background-image: url('../images/crnbottomright.png');
background-repeat: no-repeat;
}

#nest {
background-color: #A4A4A4;
color: #545454;
text-align: left;
background-image: url('../images/brdleft.png');
background-repeat: repeat-y;
}



#leftBox {
/* background-color: red; */
background-color: #A4A4A4;
color: black;
width: 190px;
float: left;
margin-left: 4px;
}

#leftBoxBorder {
border-top: 1px solid #C0C0C0;
}

#leftBox h1, #leftBox p {
padding:0; margin:0;
}

#middleBorder {
margin-left: 200px;
background-image: url('../images/brdmiddle.png');
background-repeat: repeat-y;
background-position: top left;
}

#content {
background-color: #ECECEC;
background-image: url('../images/brdright.png');
background-repeat: repeat-y;
background-position: top right;
margin-left: 4px;
padding-left: 0px;
min-height: 500px;
height: auto;
}

.msg
{
        display:block;
        background-color: #ececec;
        border: 2px solid red;
        margin-left: 20px;
        margin-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
        color: red;
        font-size: 14px;
        font-family: courier, courier-new, monospace;
        font-weight: bold;
}

/* min-height hack fuer IE ... */
/* http://www.css-technik.de/details/309/5/CSS-Browser-Bugs.htm */
.prop
{
	float: right;
	width: 1px;
	height: 500px;	/* min-height von #content */
}

* html #content {height:500px;} /* bis IE6 */
html + body #content {height:500px;} /* IE5 */
* html .prop {display:none} /* bis IE6 */

#content h1, #content p {
padding:0; margin:0;
}

#leftLogo img {
float: left;
}


#content a
{
    color:#007a47;
}

a.nel { 
 width: 340px;
 display:block;
 /* border-top: 1px solid #c0c0c0; */
 vertical-align: middle;
 line-height: 21px;
 margin: 0px;
 font-weight: bold;
}

a.nel:hover,active { 
 background-image: url('../images/highlight.png');
 background-repeat: repeat-x;
 color:#545454;
}

a.nels { 
 display:block;
 border-top: 1px solid #c0c0c0;
 padding-left: 25px;
 vertical-align: middle;
 line-height: 21px;
 margin: 0px;
 text-weight: bold;
}

a.nels:hover,active { 
 background-image: url('../images/highlight.png');
 /* background-repeat: repeat-x; */
}

a {
 color:#007a47;
}

a:hover,active {
 color:#005632;
}

.form
{
	margin-left: 30px;
}

.center
{ 
  width: 100%;
  text-align: center;
  vertical-align: middle;
  }

.button
{
    color: #545454;
    /* color: #545454; */
    border: 1px outset #545454;
	/* border: 1px solid #007a47; */
	margin-right: 10px;
    text-align: center;
    height: 22px;
    font-style: helvetica,arial,verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    /* font-weight: bold; */
    /* background-color: #c0c0c0; */

    /* VHCS style: */
    background-repeat: repeat-x;
    background-image: url(../images/brdbttn2.gif);
    background-color: white;
}

.label /* input.text */
{
      width: auto;
      padding: 2px;
      margin-bottom: 2px;
      color: #545454;
      font-style: helvetica,arial,verdana,sans-serif;
      font-weight: bold;
      /*border: 2px inset #ececec;*/
      border: none;
      font-size: 12px;
      background-repeat: repeat-x;
      background-image: url(../images/lbckgrnd.png);
}

.labelred /* input.text */
{
      width: auto;
      padding: 2px;
      margin-bottom: 2px;
      color: red;
      font-style: helvetica,arial,verdana,sans-serif;
      font-weight: bold;
      /*border: 2px inset #ececec;*/
      border: none;
      font-size: 12px;
      background-repeat: repeat-x;
      background-image: url(../images/lbckgrnd.png);
}

input
{
      width: 295px;
      padding: 1px;
      color: #545454;
      font-style: helvetica,arial,verdana,sans-serif;
      /* border: 2px inset #ececec; */
      font-size: 12px;
}

input[type=radio]
{
    width: auto;
}

.icon
{
	/* border: 1px solid red; */
	margin-right: 20px;
	float: left;
}

.iconrow
{
	line-height: 50px;
	height: 50px;
	vertical-align: text-top;
	display: block;
	/* border: 1px solid green; */
}


.elementlarge
{
	padding: 2px;
	margin-bottom: 5px;
	width: 440px;
	border: 1px outset #ececec;
	display: block;
}

.element
{
	padding: 2px;
	margin-bottom: 5px;
	width: 330px;
	border: 1px outset #ececec;
	display: block;
}

.spacing
{ 
  padding: 2px;
  padding-top: 15px;
  margin-bottom: 5px;
  width: 330px;
  /*display: block;*/
  line-height: 22px;
  color: #202020;
  }

element.radio
{
    width: 20px;
    color: #545454;
    margin-left: 0px;
}

element.checkbox
{
      color: #545454;
      margin-left: 0px;
}

.select
{
      width: 300px;
      color: #545454;
      font-style: helvetica,arial,verdana,sans-serif;
      font-size: 12px;
}

.vspace
{
	display: block;
	padding-bottom: 30px;
}

/*
table
{
        margin-top: 30px;
        margin-bottom: 30px;
        font-size:13px;
}

*/

td
{
	
	
        font-size: 13px;
}

/*
td
{
        padding-right: 5px;
        padding-left: 5px;
        text-align: right;
        background-color: white;
}
*/

th
{
        color: white;
        background-color: #a4a4a4;
        border: 1px solid #545454;
        font-weight:bold;
        text-align: left;
}

tr.highlight
{
        /*padding-right: 30px;
        border: 1px dotted black; */
        background: #f2ffec;
}


