/* CSS fuer Hauser Author: Wolfgang Mayrhofer*/

a:link { text-decoration: none; color: #c46000; }
a:visited { text-decoration: none; color: #c46000; }
a:hover { text-decoration: none; font-weight: bold; }
a:active { text-decoration: none; color: #c46000; }

body {
margin: 0px;
background-color:#999999;
font: 12px Arial;
text-align: center;
}

h1 {
font-size: 20px;
color: #0000ff;
}

h2 {
font-size: 12px;
color: #0000ff;
}

img { vertical-align: bottom; } /* IE6 hack */


div, table, tr, td {
margin:0px;
padding:0px;
text-align: left;
vertical-align: top;
}

#centeringcontainer {
width:980px;
margin:0px auto;
}

#header {
width: 980px;
height:163px;
margin-top:20px;
background-color:#cccccc;
background-image:url(../layout/header.jpg);
background-repeat:no-repeat;
}


#maintable {
border-collapse: collapse;
background-color: #ffffff;
}


#leftcontainer {
width: 208px;
background-color: #cccccc;
padding-left: 20px;
padding-bottom: 20px;
border-right:8px solid #99ff00;
}

#menucontainer {

text-align: left;
}

#menucontainer img {
margin-bottom: 3px;
}

#middlecontainer {
width: 742px;
padding-right: 15px;
padding-left: 10px;
background-color:#cccccc;
/* border-top: 20px solid white; */
}



#content h1 {
margin: 20px 30px;
}
#content h2 {
margin: 0px 30px;
}


#content p.bodytext {
margin: 0px 0px 0px 30px;
font-weight: 400;
}

#related h1 {
font-size: 18px;
margin: 10px 32px;
}

#related p {
margin: 0px 10px 10px 50px;
font-weight: 400;
}

#related ul {
margin: 0px 10px 10px 14px;
list-style-type: none;
font-size: 14px;
font-weight: 300;
}

#news {
margin-top: 20px;
border-left: 1px solid black;
}

#news h1 {
margin: 4px 12px;
}

#news p {
margin: 20px 14px 10px 14px;
}

#news img {
margin-left: 30px;
}

#footnote {
font-size: 12px;
font-style: italic;
}
