@charset "utf-8";
/* CSS Document ADAC fsz-lueneburg
 * 
 * Von Angela Fengler, me@angelafengler.de, www.fengler.net
 * 18. Februar 2010
 *
 */
 
@import url("reset.css");
@import url("nav_adac.css");
@import url("color_adac.css");
@import url("typography_adac.css");
@import url("mpwh.css");
@import url("details_adac.css");

body
{
    margin: 0;
    padding: 0;
    background: #d1ddf8 url(hg-logo.gif) no-repeat top center;
}
#superwrap
{
    margin: 0 auto;
    width: 965px;
}
/*#wrap
{
}*/
#header,
#footer
{
    background-color: #05254c;
    width: 963px;
    height: 70px;
    border-left: 1px solid #d1ddf8;
}
#header img
{
    float: left;
    border: none;
    padding: 10px;
}
#header h1
{
    padding: 12px 0 0 10px;
    display: block;
    width: 800px;
    float: left;
}
#header #util
{
    float: right;
    /*margin-top: 7px;
    padding-right: 10px;*/
    
    color: #fff;
    border-left: 1px solid #405178;
    border-bottom: 1px solid #405178;
}
#header #util ul li
{
    float: left;
    padding: 4px 5px 5px 5px;
    border-right: 1px solid #405178;
}
#header #util ul li.last
{
    border-right: none;
}
/*
#teaserwrap
{
    width: 965px;
    height: 220px;
}
#nav
{
    clear: both;border: 1px solid #ccc;
}
*/
#breadcrumb
{
	margin: 3px 0 -5px 10px;
}
/*#breadcrumb span,
#breadcrumb div
{
    float: left;
    padding-right: 5px;
}*/


/* CONTENT */

#content
{
    clear: both;
    width: 965px;
    float: left;
    padding-bottom: 10px;
}
#content .contentperse /* unit 12 plus 2, wg. border; left wg. sidebar */   
{   
    width: 770px;
    float: left;
} 
#content .unit
{
    float: left;
    border: 1px solid #ccc;
    margin: 10px 0 10px 10px;/*position: relative; -  sonst verschwindet Navi dahinter*/
}
#content .unitfirst
{
    margin-left: 0;
    clear: both;
}
#content .unitlast
{
    margin-left: 0;
    float: right;
}
#content .unitbottom0
{
    margin-bottom: 0;
}
/* Units Widths see mpwh.css */

/*#content .day       
{
    position: absolute;
    top: 0px;
    right: 22px;
    text-align: right;
    font-size: .75em;
    margin: 0 0px -12px 0;
    padding-right: 2px;
}
*/


 /*SIDEBAR */

#sidebar
{
    float: right;
    width: 183px;
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}



/* FOOTER */

#footer
{
    clear: both;
    border-top: 5px solid #fecd05;
    height: 100px;
    padding-top: 20px;
}
#footer ul
{
    /*padding: 60px 0px 50px 2px;*/
}
#footer ul li
{
    /*display: block;
    float: left;
    padding-right: 21px;*/
}
#footer ul li.last
{
    /*padding-right: 2px;
    float: right;*/
}

.clearer
{
    clear: both;
}
.clearleft
{
    clear: left;
}
.clearright
{
    clear: right;
}
/*
a img,
img
{
	border: 1px solid #000;
}
img.ohneRand
{
	border: none;
}
*/

a.extern
{
    background: transparent url(externer-link.gif) no-repeat left 3px;
    padding-left: 13px;
}
a.pdf
{
    background: transparent url(pdf.gif) no-repeat left top;
    padding-left: 18px;
    padding-top: 2px;
}
a.top
{
    background: transparent url(pfeil-top-16.gif) no-repeat left top;
    padding-left: 18px;
    
}
a.re
{
    background: transparent url(pfeil-re-16.gif) no-repeat left top;
    padding-left: 18px;
    padding-top: 2px;
}
.floatleft
{
    float: left;
    margin: 0 10px 10px 0;
}
.floatright
{
    float: right;
    margin: 0 0 10px 10px;
}
.pichgleft
{
    float: left;
    margin: -10px -99px 0 0;
}
.pichgright
{
    float: right;
    margin: -10px 0 0 -99px;
}
/*
hr
{
    height: 1px;
    color: #ccc;
    size: 1px;
}
.bordertop,
#wrap #content .unit .bordertop
{
    border-top: 1px solid #ccc;
    margin-top: 30px;
}
.borderright
{
    border-right: 1px solid #ccc;
}
*/