html {
    height: 100%;
}
body {
    height: 100%;
    border : none;
    margin : 0;
    padding : 0;
    background : #ffffff url("/design/korte/img/bg.gif") repeat;
    font-family : tahoma, verdana, sans-serif;
    font-size : 13px;
    text-align: center;
    line-height:140%;
    color : #454545;
    vertical-align: top;
}
table {
    font-family : tahoma, verdana, sans-serif;
    font-size : 13px;
    text-align: center;
    line-height:135%;
    color : #454545;
}
p, input, table, tr, td, span, div, form {
    padding: 0;
    margin: 0;
    border: none;
}
img {
    border: none;
}
#all {
    position: relative;
    height: 100%;
    margin: auto;
    width: 992px;
    background : url("/design/korte/img/bg_all.gif") repeat;
    text-align: left;
}
#inhalt {
    width: 992px;
    height: auto;
    min-height: 100%;
}
html>body #all {
    height: auto;
    min-height: 100%;
}
#linke_spalte {
    margin-left: 1px;
    width: 204px;
    margin-right: 22px;
    float: left;
}
#mitte_spalte {    
    width: 550px;
    float: left;
	text-align:left;
}
#rechte_spalte{
    margin-left: 23px;
    width: 192px;
    float:left;
}
#logos{
    background-color: #D2E5F3;
    padding-bottom: 20px;
}
#logos A{
    margin-bottom: 5px;
}
.info{
    padding-left: 5px;
    padding-right: 7px;
    background-color: #D2E5F3;
}

#all .info H1{
    height: 23px;
    width: 172px;
    margin:0 0 10px -5px;
    padding-left: 20px;
    padding-top: 1px;
    background-image: url(/design/korte/img/info_h1_bg.gif);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #fff;
    font-size: 13px;
}

.content{
    padding-top: 25px;
}
a {
    color: #668393;
    text-decoration: underline;
}

/* Navi */
#linke_spalte ul {
    margin: 0px;
    padding: 0px;
	background: #D1D7E0;
}

#linke_spalte ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#linke_spalte ul li a{
    display: block;
    color: #668393;
    text-decoration: none;
    padding-left: 19px;
    height: 24px;
    line-height: 24px;
    letter-spacing: 0px;
}
#linke_spalte ul li a.xd-navi-active-0 {
    background: #ffffff url("/design/korte/img/nav_normal.gif") no-repeat;
}
#linke_spalte ul li a.xd-navi-active-1 {
    background: #ffffff url("/design/korte/img/nav_aktiv.gif") no-repeat;
}
#linke_spalte ul li li a.xd-navi-active-0 {
    font-size: 11px;
    padding-left: 25px;
    background: url("/design/korte/img/nav_u_normal.gif") no-repeat;
    color: #668393;
}
#linke_spalte ul li li a.xd-navi-active-1 {
    font-size: 11px;
    padding-left: 24px;
    background: url("/design/korte/img/nav_u_aktiv.gif") no-repeat;
}
#linke_spalte ul li li li a.xd-navi-active-0 {
    padding-left: 35px;
    width: auto;
}
#linke_spalte ul li li li a.xd-navi-active-1 {
    padding-left: 35px;
    width: auto;
}
#linke_spalte li a:hover {
    color: #668393;
}

#linke_spalte .spacer{
	line-height: 5px;
	padding: 3px;
}

#search {
	padding: 28px;
	padding-right: 0;
	/* background: #668393; */
    background: #D2E5F3;
}
#search input {
    padding: 2px;
    width : 130px;
    color : #454545;
    background : #ffffff;
    font-family : tahoma, verdana, sans-serif;
    font-size : 13px;
    line-height: 18px;
    border : 1px solid #CBD4E1;
}
#search a {
	font-weight: bold;
	color: #668393;
	text-decoration: none;
}

#empty, 
#footer {
	height: 100px;
}
#footer {
    height: 51px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    font-family : tahoma, verdana, sans-serif;
    font-size : 11px;
    text-align: right;
    vertical-align: bottom;
	color: #668393;
}
#footer a {
	color: #668393;
}
#footer Span{
    margin-right: 215px;
}
