body {
   background-color: #F5F5F5;
   font-family: Helvetica,Arial,sans-serif;
   /* background-image: url('images/bg.jpg'); */
   /* background-position: top center;  */
   /* background-repeat: no-repeat;    */
   /* margin: 0 auto; */
   /* padding: 0;  */
}

/* main layout */
/* logo Farbe #01488E */
/* Schriftfarbe Text #666666 */

#container, #header, #menu, #content, #footer {
   width: 800px;
   margin: 0 auto;
   padding: 0;
}

#container {
   background-color: #F5F5F5;
   z-index: 1;
}

#header {
   /* background-color: yellow; */
   position: absolute;
   top: 0px;
   height: 100px;
   z-index: 2;
}

#menu {
   /* background-color: green; */
   background-image: url('images/menu.jpg');
   position: absolute;
   top: 100px;
   height: 90px;
   z-index: 50;
}

#content {
   background-color: #F5F5F5;
   position: absolute;
   /* top: 190px; */
   top: 20px; /*test*/
   z-index: 3;
}

#main {
   float: left;
   background-color: #F5F5F5;
   width: 800px;
   z-index: 4;
}

#blog {
   float: right;
   background-color: #F8F8F8;
   width: 320px;
   position: relative;
   top: 20px;
   z-index: 5;
}

#footer {
   clear: both;
   /*position: relative;*/
   /*top: 30px;*/
   z-index: 6;
}


hr {
   width:100%;
   text-align:center;
   border:solid #999999 1px;
}

p, li {
   font-family: arial, sans-serif;
   font-size: 16px;
   font-weight: normal;
   color: #666666;
   line-height: 1.4em;
   /*margin-bottom: 6px;*/
}

/* links */

a:link {color:#01488E; text-decoration: none;}
a:visited {color:#01488E; text-decoration: none;}
a:focus {color:#ff0000; text-decoration: none;} /* ??? */
a:hover {color:#ff0000; text-decoration: none;}
a:active {color:#ff0000; text-decoration: underline;}

/* textsyles */

.box_3_title {
   font-family: arial, sans-serif;
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 6px;
}

.box_3_text {
   font-family: arial, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #666666;
   line-height: 1.4em;
   margin-bottom: 6px;
}

.box_3_link {
   font-family: arial, sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-align: right;
}

.box_3_link_left {
   font-family: arial, sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-align: left;
   margin-bottom: 6px;
}

.blog_header {
   font-family: arial, sans-serif;
   font-size: 11px;
   color: #666666;
}

.blog_title {
   font-family: arial, sans-serif;
   font-size: 18px;
   font-weight: normal;
   margin-top: 18px;
   margin-bottom: 6px;
}

.blog_text {
   font-family: arial, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #666666;
   line-height: 1.5em;
   margin-bottom: 6px;
}

.blog_link {
   font-family: arial, sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-align: right;
}

.blog_image {
   float: left;
   margin-top:5px;
   margin-right:10px;
   margin-bottom:2px;
}

.header_link {
   font-family: arial, sans-serif;
   font-size: 11px;
   color: #666666;
   text-align: right;
   margin-top:0px;
}

.header_link a:link {color:#666666; text-decoration: none;}
.header_link a:visited {color:#666666; text-decoration: none;}
.header_link a:focus {color:#666666; text-decoration: none;}
.header_link a:hover {color:#666666; text-decoration: underline;}
.header_link a:active {color:#666666; text-decoration: underline;}

.footer_text {
   font-family: arial, sans-serif;
   font-size: 11px;
   color: #999999;
   text-align: center;
   margin-top:0px;
}

.footer_text a:link {color:#999999; text-decoration: none;}
.footer_text a:visited {color:#999999; text-decoration: none;}
.footer_text a:focus {color:#999999; text-decoration: none;}
.footer_text a:hover {color:#999999; text-decoration: underline;}
.footer_text a:active {color:#999999; text-decoration: underline;}


/*
#footer a { color:#aaa; text-decoration: none;}
#footer a:hover { color:#aaa; text-decoration: none;}
*/
