﻿* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

html {
    height: 100%;
}

div {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
    color: #000;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    text-align: center;
}

#wrapper {
    width: 949px;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

#header {
    width: 949px;
    height: 68px;
    border-bottom: solid 1px #fff;
}

a#logo-link {
    left: 51px;
    position: absolute;
    top: 20px;
}

#header #letter {
    padding-top: 40px;
    padding-left: 650px;
    float: left;
}

#header #searcharea {
    padding-top: 37px;
    margin-left: 720px;
	position:relative;
}

#header #searcharea #searchicon {
    padding-top: 3px;
    float: left;
    width: 65px;
}

#header #searcharea #search {
    width: 130px;
    border-left: solid 1px #c2c1c1;
    border-top: solid 1px #c2c1c1;
    border-bottom: solid 1px #e2e1e1;
    border-right: solid 1px #e2e1e1;
    font-size: 12px;
    padding: 2px;
    margin: 0px;
	position:absolute;
	top:37px;
	right:97px;
}
#header #searcharea #search-input {
	width:54px; 
	height:14px;
	position:absolute;
	top:34px;
	right:20px;
	border:none;
}
#header #searcharea input[type=hidden]{
	display:none;
}
#menu {
    width: 949px;
    height: 52px;
    background: #fff;
}

#menu #menubig {
}

#menu #menubig a {
    display: block;
    text-decoration: none;
    float: left;
    padding-left: 1px;
    height: 52px;
}

#menu #menubig a:hover {
}

#menu #menubig a.active {
}

#menu #menusmall {
    float: right;
    padding-right: 1px;
}

#menu #menusmall a {
    display: block;
    text-decoration: none;
    float: left;
    padding-left: 1px;
}

#submenu {
    background-color: #47861C;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 11px;
    height: 18px;
    padding-left: 9px;
    padding-top: 6px;
}* html #submenu {
    height: 25px;
}

#submenu a {
    text-decoration: none;
    color: #fff;
}

#submenu a:hover {
}

#submenu a.active {
    font-weight: bold;
}

#breadcrumbs {
    padding: 12px 0px;
    color: #777;
    font-size: 10px;
	margin-bottom:10px;
}

#breadcrumbs a {
    text-decoration: none;
    color: #777;
    font-size: 10px;
}

#breadcrumbs .here {
    color: #333;
}

#breadcrumbs .current {
    font-weight: bold;
    color: #8cc12f;
}

#main {
    width: 949px;
    background-color: #fff;
    min-height: 500px;
    height: auto !important; /* für moderne Browser */
    height: 500px; /*für den IE */
}

#content {
    width: 919px;
    padding: 0 0 0 30px;
}

#content-bottom {
    width: 949px;
    height: 20px;
    background-image: url(../image/content-bottom-bg.gif);
    background-position: bottom;
    background-repeat: no-repeat;
}

#copywrite p {
    text-align: right;
    margin-bottom: 10px;
    line-height: 13px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    color: #8cc12f;
    margin-bottom: 8px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    color: #8cc12f;
    margin-bottom: 6px;
}

h1 {
    font-size: 22px;
    font-weight: bold;
    color: #8cc12f;
    margin-bottom: 10px;
}

p {
    text-align: justify;
    margin: 5px 0;
}

p.align-left {
    text-align: left;
    text-indent: 0;
}
p.align-right {
    text-align: right;
    text-indent: 0;
}

#footer {
    position: relative;
    width: 949px;
    height: 51px;
    background-image: url(../image/footer-bg.gif);
    background-repeat: no-repeat;
}

a#footer-link {
    position: absolute;
    right: 51px;
    top: 15px;
}

#footer #footernavi {
    padding-left: 35px;
    margin-top: 20px;
    font-size: 10px;
    color: #333;
    width: 500px;
    float: left;
}

#footer #footernavi a {
    font-weight: normal;
    text-decoration: none;
    color: #333;
    font-size: 10px;
}

#footer #footernavi a:hover {
    color: #97151F;
}

#footer #footernavi a.active {
    color: #97151F;
}

#footer #copyright {
    margin-left: 580px;
    margin-top: 20px;
    font-size: 10px;
    color: #333;
}

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

.boxclear {
    clear: both;
    height: 10px;
}


/* Safari Hack */
@media screen and (-webkit-min-device-pixel-ratio:0){
 
.clear {

  height:1px;

}

}


#left {
    float: left;
    padding-right: 20px;
}

#right {
    float: left;
}

