body {
   background-color: #FFFFFF;
   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 */

h1 {
   font-family: arial, sans-serif;
   font-size: 24px;
   font-weight: bold;
   color: #333333;
   margin-top: 13px;
   margin-bottom: 6px;
}

h2 {
   font-family: arial, sans-serif;
   font-size: 20px;
   font-weight: normal;
   /*color: #333333;*/
   color:#909090;
   margin-top: 18px;
   margin-bottom: 12px;
}

h3 {
   font-family: arial, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #333333;
   margin-top: 14px;
   margin-bottom: 2px;
}

p {
   font-family: arial, sans-serif;
   font-size: 13px;
   font-weight: normal;
   color: #666666;
   line-height: 1.6em;
   margin-top: 6px;
   margin-bottom: 4px;
}

ul {
   margin-left: 16px;
   margin-top: 8px;
   margin-bottom: 2px;
}

li {
   font-family: arial, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #666666;
   line-height: 1.6em;
   margin-left: 0px;
   margin-top: 2px;
   margin-bottom: 2px;
}


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

#container {
   background-color: #FFFFFF;
   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;
}

#menu-2 {
   /* background-color: blue; */
   /* background-image: url('images/menu.jpg'); */
   position: absolute;
   top: 100px;
   height: 32px;
   margin-top: 36px;
   margin-left: 640px;
   z-index: 60;
}

#menu-3 {
   /* background-color: blue; */
   /* background-image: url('images/menu.jpg'); */
   position: absolute;
   top: 100px;
   height: 32px;
   margin-top: 34px;
   margin-left: 800px;
   z-index: 70;
}

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

#main {
   float: left;
   background-color: #FFFFFF;
   width: 620px;
   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;
}


/* links */

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

/* 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;
}

.input_text {
   font-family: arial, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #666666;
}

.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;}
*/

.image_header_right {
	float: right;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:10px;
}

.image_paragraph_right {
	float: right;
	margin-top:4px;
	margin-left:20px;
	margin-bottom:5px;
}

.image_paragraph_left {
	float: left;
	margin-top:4px;
	margin-right:20px;
	margin-bottom:5px;
}

.image_section_right {
	float: right;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:10px;
}

.image_section_left {
	float: left;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:10px;
}


/*misc*/
#XS { font-size: 7pt; font-weight: normal; }
#S { font-size: 8pt; font-weight: normal; }
#S_grey        { font-size: 8pt; font-weight: normal; color: #888888; }
#Sb { font-size: 8pt; font-weight: bold; }
#b { font-weight: bold;        }
#L { font-size: 10pt; font-weight: normal; }
#Lb { font-size: 10pt; font-weight: bold; }
#XL { font-size: 10pt;        font-weight: normal; }
#XLb {font-size: 11pt;        font-weight: bold; }
#XXL { font-size: 12pt; font-weight: normal; }
#XXLb {        font-size: 12pt; font-weight: bold; }