body, table{
font-family: verdana, arial;
font-size: 10px;
margin-top: 30px;
padding:0;
background: #FFFFFF;
/*background: #D9D7D7;  */
line-height: 1.5em;
}

a {
font-family: verdana, arial;
font-size: 10px;
color: black;
text-decoration:none

}

a:hover {
font-family: verdana, arial;
font-size: 10px;
color: black;
border-bottom: dashed 1px

}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 841px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/

}

#topsection{
background: #EAEAEA;
background-image: url(Layout/header.jpg);
height: 195px; /*Height of top section*/
}

#topsection h1{
margin: 0;
font-size: 11px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
height: 306px; /*Height of content column*/
background-image: url(Layout/inhalt-bg.jpg);
width: 556px;
background-repeat:repeat-y;
}

#rightcolumn{
float: left;
width: 286px; /*Width of right column*/
height: 306px; /*Height of right column*/
margin-left: -286px; /*Set left margin to -(RightColumnWidth) */
background: #FDE95E;
background-image: url(Layout/rechts.jpg);
}

#footer{
clear: left;
background: black;
font-family: verdana, arial;
font-size: 9px;
color: #000000;
line-height: 3.0em;
text-align: right;
background-image: url(Layout/footer.jpg);
height: 67px; /*Height of footer column*/
}

#footer a{
font-family: verdana, arial;
font-size:9px;
color: #000000;
text-decoration: none;
border-bottom:dashed 0px
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

table { margin: 0px; }