@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_leo.css");
@import url("color_leo.css");
@import url("typography_leo.css");
@import url("mpwh.css");
@import url("details_leo.css");
/* @import url("rapidmail_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
{
    background: #05254c url(hg-header-loewe.jpg) no-repeat right top;
    width: 963px;
    height: 100px;
	border-left: 1px solid #d1ddf8;
	border-right: 1px solid #d1ddf8;
}
#header img
{
    float: left;
    border: none;
    padding-top: 7px;
	padding-left: 10px;
}
#header h1
{
    padding: 30px 0 0 30px;
    display: block;
    width: 800px;
    float: left;
	font-size: 2.5em;
	letter-spacing: 2px;
}
/*#header #util
{
    float: right;
    margin-top: 40px;
    padding-right: 10px;
}
#header #util ul li
{
    float: left;
    padding-left: 20px;
}
#teaserwrap
{
    width: 965px;
    height: 220px;
}
#nav
{
    clear: both;border: 1px solid #ccc;
}
#breadcrumb
{
    padding-left: 16px;
	margin: 10px;
}
#breadcrumb span,
#breadcrumb div
{
    float: left;
    padding-right: 5px;
}*/


/* CONTENT */

#content
{
    clear: both;
    width: 965px;
    float: left;
}
#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;
}
*/





/* FOOTER */

#footer
{
    /*clear: both;
    border-top: 1px solid #ccc;
    margin-top: 50px;*/
}
#footer ul
{
    padding: 6px 0px 50px 2px;
}
#footer ul li
{
    display: block;
    float: left;
    padding-right: 21px;
}
#footer ul li.last
{
    padding-right: 2px;
    float: right;
}


/*
a img,
img
{
	border: 1px solid #000;
}
img.ohneRand
{
	border: none;
}
*/

.floatleft
{
    float: left;
    margin-right: 19px;
    margin-left: 0;
}
.floatright
{
    float: right;
    margin: 0 0 10px 10px;
}
.clearer
{
    clear: both;
}
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;
}
