/* 
    Document   : style
    Created on : Aug 24, 2009, 5:22:14 PM
    Author     : Maxim Küpper <mku@i22.de>
    Description:
        
*/
body{
    background: url(../images/img_bkg_middle.jpg) repeat-y;
    margin: 0;
    font-family: Verdana, Arial;
    font-size: 10px;
}

a {
    color: #00905B;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.center {
    z-index: 0;
    text-align: center;
    /*min-height: 700px;*/
    margin-bottom: 50px;
}

.mainTab {
    margin: 16px auto 0px;
    width: 818px;
    table-layout: fixed;
}

.mainTab td {
    vertical-align: top;
}

.ecke {
    vertical-align: top;
    width: 2px;
}

.logo {
    width: 197px;
    height: 149px;
    background: #ffffff url(../images/img_brand.jpg) bottom no-repeat;
  /*  border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;*/
}

.header {
    width: 613px;
    height: 149px;
    background: #ffffff url(../images/img_header.jpg) no-repeat;
   /* border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;*/
}

.blank {
    width: 50px;
}


.layoutHeader {
    top: 0px;
    position: absolute;
    width: 100%;
    height: 377px;
    z-index: -10;
    background: url(../images/img_bkg_top.jpg) no-repeat center;
}

.layoutFooter {
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left: -640px;
    /*position: relative;*/
    /*margin-top: -350px;*/
    width: 1279px;
    height: 377px;
    background: url(../images/img_bkg_bottom.jpg) no-repeat;
    vertical-align: bottom;
    z-index: -3;
}

.bottomBar {
    position: fixed;
    bottom: 0px;
    /*position: relative;
    margin-top: -15px;*/
    height: 20px;
    width: 100%;
    background: url(../images/bottomback.png) repeat-x;
    border-top: 1px solid #cccccc;
}

.bottomContainer {
    margin: 0 auto;
    width: 870px;
}

.bottomContent {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    width: 200px;
    text-align: center;
    vertical-align: middle;
}

.bottomContent a {
    color:#999999;
    font-family:Verdana,Arial;
    font-size: 11px;
    text-decoration: none;
}

.bottomContent a:hover {
    text-decoration: underline;
}

.navi {
    width: 195px;
    padding-top: 8px;
    padding-bottom: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #00905B;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    vertical-align: top;
    background-color: #ffffff;
}

.navi ul.navi-list {
    background:transparent none repeat scroll 0 0;
    list-style-type:none;
    margin-top:20px;
    padding:0;
}

.navi ul {
    background:transparent none repeat scroll 0 0;
    list-style-type:none;
    margin:0;
    padding:0 0 0 14px;
}

.navi li {
    background:transparent none repeat scroll 0 0;
    display:inline;
    list-style-image:none;
    list-style-type:none;
}

.navi a {
    -x-system-font:none;
    background-image:url(../images/navi-closed.gif);
    background-position:10px 0px;
    background-repeat:no-repeat;
    color:#00905B;
    display:block;
    font-family:Verdana, Arial;
    font-size:11px;
    padding:5px 5px 5px 27px;
    text-decoration:none;
}

.navi a:hover {
    text-decoration: underline;
}

.navi a.active {
    background-color:#83CFAE;
    background-image:url(../images/navi-open.gif);
    background-position: left -1px;
    border-bottom:1px solid #CCCCCC;
    border-top:1px solid #CCCCCC;
    color:#FFFFFF;
    font-family:Verdana, Arial;
    font-size:11px;
    font-weight:bold;
    padding-left:28px;
}

.navi .title {
    padding-left: 10px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #00905B;
    padding-top: 2px;
    margin-top: -33px;
}

.navi-bottom {
    background: url(../images/navi-bottom.gif) top no-repeat;
}

.content {
    width: 595px;
    padding: 8px;
    padding-bottom: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #00905B;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    vertical-align: top;
    background-color: #ffffff;
}

.content .title {
    padding-left: 14px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #00905B;
    padding-bottom: 25px;
    padding-top: 2px;
    margin-top: -35px;
}

.content-content {
    font-size: 12px;
    width: 590px;
    color: #000000;
}

.content-content a {
    color: #00905B;
    text-decoration: underline;
}

.content-content a:hover {
    text-decoration: none;
}

.content-bottom {
    background: url(../images/content-back.gif) no-repeat bottom center;
    height: 28px;
}

.bottom-content {
    padding-top: 8px;
    margin-left: 300px;
    vertical-align: middle;
    color: #00905B;
    font-size: 10px
}

.bottom-content span {
    margin-left: 50px;
}