/* Grundelelemente */
body {
        margin:0;
        padding:0;
        background:#737373;
        text-align:center;
        width:100%;
        height:100%;
        font: 13px arial;
        color: #4F4F4F;
}

h2 {
    font-size: 13px;
    color: #2F4183;
    font-weight: bold;
    }
	
h3 {
    font-size: 12px;
    color: #2F4183;
	text-align: center;
    font-weight: bold;
    }


a   {
    color: #2F4183;
    text-decoration: underline;
        }
ul, li {
        margin-left: 10px;
        margin-bottom: 15px;
        }

/* Strukturelemente */
#container {
        background:#8F8F8F;
        position:relative;
        margin:0 auto;
        padding:0 3px;
        width:750px;
        text-align:left;
}

#box {
        padding:0;
        margin: 0;
        background: #CFCECC url(bgm.jpg) repeat-y top left;
        min-height: 400px;
}
#kopf {
        background:url(kopf2.jpg) no-repeat top left;
        height:200px;
}
#kopf:hover {
        background-position: 0 -200px;
}


#enkopf {
        background:url(header_en.jpg) no-repeat top left;
        height:200px;
}
#enkopf:hover {
        background-position: 0 -200px;
}

/* Menu */
#menu {
        margin: 0px;
        width: 150px;
        padding-top: 20px;
        float: left;
        }
.navi {
        font-size:15px;
        color: #CFCECC;
        font-weight:bold;
        padding-left: 15px;
        margin-bottom: 10px;
        }

.navi a:link,.navi a:hover,.navi a:visited{
        color:#CFCECC;
        font-weight:bold;
        text-decoration:none;
}
.navib {
        font-size:15px;
        color: #FFFFFF;
        font-weight:bold;
        padding-left: 15px;
        margin-bottom: 10px;
        }
.navib a:link,.navib a:hover,.navib a:visited {
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
        }
/* Inhalt */

#inhalt {
        margin-left: 150px;
        width:530px;
        background: url(bg.jpg) repeat-y top right;
        min-height: 300px;
        padding-top:10px;
        padding-right: 45px;
        padding-left: 20px;
        padding-bottom: 10px;
        line-height:1.5em;
}


#fuss {
        text-align:right;
        border-bottom:3px solid #8F8F8F;
        padding:4px;
        background:#445350;
        margin:0 2px 0 0;
        font-size:8px;
        font-weight:normal;
}
#fuss a:link, #fuss a:active, #fuss a:visited {
        color:#5D6772;
}
#fuss a:hover {
        color:#919AA4;
}

.bild {
         border: 1px #8F8F8F solid;
		 margin: 0;
         }
		 

.space {
         border: 1px #8F8F8F solid;
		 margin: 4px;
		 float:left;
         }

.bild_r {
         border: 1px #8F8F8F solid;
         margin-left: 10px;
         margin-bottom: 10px;
         float: right;
         }

.bild_l {
         border: 1px #8F8F8F solid;
         margin-right: 10px;
         margin-bottom: 10px;
         float: left;
         }
		 
#leist {
        font: 13px arial;
        color: #2F4183;
		}
.klein { font-size: 9px;}


