/* Markup-freies Clearing */
.clearfix:after { content: "."; display: block; font-size:0; height: 0; clear: both; visibility: hidden; }
.clearfix { display: block; } /* Für Safari */
 #ie_clearing { display: none; }

/*
 * Base Layout Framework
 *
 */
 
*, html{ margin: 0; padding: 0; }

body{
    background: #fff;
    margin: 0 auto;
    font-family: Arial, sans-erif;
    font-size: 11px;
    line-height: 15px;
    color: #000;
}

.imgborder {
    border:1px solid #C7CBBA;
    padding:3px;
    background:#fff;
}

hr {
    border:0 none;
    background-color:#FFFFFF;
    border-bottom:1px dotted #B9BAB2;
    color:#FFFFFF;
    height:3px;
}

#stage { 
    width: 964px;
    min-width: 964px;
    max-width: 964px;
    margin: 0;
    position: relative;
    background: #fff;
    min-height: 100%; height: auto !important;
    margin-bottom: -27px;
}

#header { height: 310px; }

#header #quad {
    position: relative;
    top: 0px;
}

    #header #quad #login {
        position: absolute;
        top: 12px; right: 0px;
        width: 232px; height: 120px;
        background: #ecede4;
    }

    #header #quad #visual {
        position: absolute;
        top: 0px; left: 0px;
    }

    #header #quad #path {
        position: absolute;
        top: 143px; left: 0px;
        width: 720px; height: 33px;
        background: url(../bilder/path_bg.jpg) repeat-x;
        color: #fff;
    }

    #header #quad #path a {
        color: #fff;
        text-decoration: none;
        padding: 0 6px;
        line-height: 33px;
        font-size: 10px;
    }

        #header #quad #path a.active {
            color: #f58a14;
            font-weight: bold;
        }

        #header #quad #path a:hover {
            text-decoration: underline;
        }
        
        #header #quad #path a:first-child {
            margin-left: 14px;
        }

        #header #quad #path a img {
            margin: 0;
        }

#claim { height: 76px; }
#claim img { margin: 0; }

#portal { 
    position: absolute;
    top: 0px;
    left: 15px;
    width: 85px;
    height: 40px;
}
#logo { 
    position: absolute;
    top: 24px; right: 0px;
    width: 288px;
    height: 76px;
    background: url(../bilder/logo.jpg) no-repeat;
}

/* Main */
#main{ 
    width: 964px;
    float: left;
    margin-top: 12px;
    padding-bottom: 40px;
    background: url(../bilder/main_bg.jpg) repeat-y left;
}
/* Main Noborders*/
#main.noborders{ 
    width: 964px;
    float: left;
    margin-top: 12px;
    padding-bottom: 40px;
    background: url(../bilder/main_bg_large.jpg) repeat-y left;
}

#main.large,
#main.is_microsite { background: url(../bilder/main_bg_large.jpg) repeat-y left; }

#large_content { margin-left: 16px; background: #fff; margin-top: -11px; padding-top: 9px; margin-bottom: 10px; }

/* Columns */
#col_l { 
    width: 177px;
    float: left;
    margin: 0 18px 0 12px;
}

#col_r { 
    width: 207px;
    float: right;
    margin: 0 12px 0 0;
    padding-top:38px;
}

#col_m {
    width: 720px;
    margin: 0;
}

/* Subcolumns */
.subcol_50-50 {	width: 285px; }
.subcol_70 { width: 450px; margin-left: 16px; overflow: hidden; }
.subcol_30 { width: 220px; }

#large_content .container.divider {
    background: url(../bilder/dottedline_100.jpg) no-repeat top;
    padding-top: 16px;
}

.subcol_70 .container.divider {
    background: url(../bilder/dottedline_70.jpg) no-repeat top;
    padding-top: 16px;
}

.subcol_30 .container.divider {
    background: url(../bilder/dottedline_30.jpg) no-repeat top;
    padding-top: 16px;
}

#col_r .container.divider {
    background: url(../bilder/dottedline_marginal.jpg) no-repeat top;
    margin-top: 8px; margin-bottom: 10px; height: 2px;
}

#TB_ajaxContent .container.divider {
    background: url(../bilder/dottedline_100.jpg) no-repeat top;
    padding-top: 16px;
}

/* Generic float classes */
.left { float: left; }
.right { float: right; }
.clearer { clear: both; }

/* Footer */
#footer {
    clear: both;
    position: relative;
    width: 963px;
		height: 27px;
		border-right: 1px dotted #BBBBBB;
    background: url(../bilder/footer_bg.jpg) repeat-x bottom;
}

#footer_inner { width: 964px; min-width: 964px; max-width: 964px; position: relative; }

#push { height: 27px; }

#imprint { position: absolute; left: 16px; top: 6px; color: #666556; font-size: 10px; }

/* Footer Navi */
#footer_nav {
    position: absolute;
    right: 0px; top: 0px;
    float: left;
    list-style-type: none;
}
#footer_nav li { 
    float: left;
    padding: 0 10px;
    background: url(../bilder/footer_divider.jpg) no-repeat bottom right;
}

#footer_nav a {
    line-height: 27px;
    color: #666556;
}

#footer_nav li:last-child {
    background-image: none;	
}

#footer_nav li:last-child a {
    border: none;
    padding-right: 0;
}

/* Foerderer */
#foerderung {
    position: absolute;
    bottom: 5px; left: 20px;
}

#mediathek_pflege div.line {
	margin: 5px 0;
}

div.container.half {
	width: 45%;
}

ul.mediathek_relationen {
	list-style: none;
}

ul.mediathek_relationen li {
	float: left;
	width: 150px;
	height: 115px;
	background-color: #CCC;
	padding: 2px;
	margin: 2px;
	text-align: center;
}
