.cleaner {
 clear: both;
 height: 1px;
 line-height: 1px;
 font-size: 1px;
}

body {
 background: #113130 url('../img/bg_body.jpg') top left repeat-x;
 font-family: Verdana, Arial;
 font-size: 12px;
}

/* ************************* HEAD **************************/

#main {
 width: 740px;
 text-align: center;
 margin: auto;
}

#head {
 width: 740px;
 height: 30px;
}

#logo {
 width: 184px;
 height: 30px;
 background: url('../img/bg_logo.jpg');
 float: left;
}

#slogan {
 width: 237px;
 height: 30px;
 float: left;
 color: #ffffff;
 font-weight: bold;
 font-size: 14px;
 line-height: 30px;
}

#navi {
 width: 319px;
 height: 32px;
 float: left;
}

#header, #header a img {
 width: 740px;
 height: 178px;
 border: 0px;
}

/* *********************** HEAD ENDE ************************/
/* ************************ TOP-NAVI ************************/

.navi-point {
 width: 96px;
 height: 30px;
 float: left;
}

.navi-point a, .navi-point a:link, .navi-point a:visited, .navi-point a:active {
 width: 95px;
 height: 30px;
 line-height: 30px;
 display: block;
 text-decoration: none;
 color: #395958;
 border-top: 2px solid transparent;
 border-right: 1px solid #c8c8c8;
 background: #ffffff;
 font-size: 12px;
 font-weight: bold;
}

.navi-point a:hover, .navi-point-act a, .navi-point-act a:link, .navi-point-act a:visited, .navi-point-act a:active {
 background: #ffffff;
 color: #113130;
 border-top: 2px solid #ae0a0e;
}

/* ********************* TOP-NAVI ENDE **********************/
/* ************************* BODY ***************************/

#middle {
 background: #ffffff url('../img/bg_main.jpg') top left repeat-y;
}

#body_left {
 width: 452px;
 float: left;
 text-align: left;
 background: #ffffff;
}

#content_inner {
 margin: 0px 20px 20px 20px;
}

#body_right {
 width: 288px;
 float: left;
 text-align: left;
 background: #ffffff url('../img/bg_right_middle.jpg') top left repeat-y;
}

#right_inner {
 margin-left: 20px;
}

#links, #google {
 width: 134px;
 float: left;
}

/* ************************ BODY ENDE *************************/
/* ************************* FOOTER ***************************/

#footer {
 width: 740px;
}

#inner_footer {
 text-align: left;
 margin-top: 5px;
}

#inner_footer a, #inner_footer a:visited, #inner_footer a:hover {
 color: #ffffff;
 text-align: left;
 margin-right: 10px;
 text-decoration: none;
}

#inner_footer a:hover {
 text-decoration: underline;
}