/* CSS Document */

html, body {
height:100%;
width:100%;
margin:0px 0px 0px 0px;
}

div#site {
width:700px;
height:inherit;
}

div#logo_area {
width:700px;
height:150px;
padding:0px 0px 0px 0px;
/*background-image:url(../grafik/banner_logo.gif);
background-repeat:no-repeat;
*/
}

div#header_area {
width:700px;
height:200px;
padding:10px 20px 0px 20px;
}

div#content_area {
width:700px;
height:inherit;
padding:0px 0px 0px 0px;
text-align:left;
/*overflow:auto;
scrollbar-3dlight-color:#ffffff;
scrollbar-arrow-color:#333333;
scrollbar-base-color:#cccccc;
scrollbar-darkshadow-color:#ffffff;
scrollbar-face-color:#f0f0f0;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-track-color:#ffffff;
*/
}

table#content_table {
width:700px;
height:300px;
border:0px solid #D9D9D9;
border-bottom-width:0px;
border-top-width:0px;
}

div#content {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
padding:0px 0px 0px 0px;
}

div#content h1, h2, h3, h4, h5, h6 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#666666;
/*
background-image:url(../grafik/arrow_20x20_rev1_red.gif);
background-position:left;
background-repeat:no-repeat;
*/
padding-left:0px;
}

div#content a {
border:0px dashed #D41619;
border-bottom-width:1px;
text-decoration:none;
color:#D41619;
}

div#content a:hover {
border:0px dashed #D41619;
}

div#bottem_content {
width:700px;
height:150px;
/*background-image:url(../grafik/banner_bottom.gif);
background-repeat:no-repeat;
*/
}

div#print_icon {
float:right;
}

div#footer_area {
position:static;
width:700px;
padding:0px 0px 0px 0px;
text-align:right;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#CCCCCC;
}

div#xhtml_validation {
position:static;
width:700px;
height:inherit;
padding-top:5px;
text-align:center;
border:1px solid #FFFFFF;
}