@charset "utf-8";
/* CSS Document Logo
 * 
 * Von Angela Fengler, me@angelafengler.de, www.fengler.net
 * 5. Dezember 2009
 *
 */
 
@import url("reset.css");
@import url("nav_logo.css");
@import url("color_logo.css");
@import url("typography_logo.css");
@import url("mpwh.css");
@import url("details_logo.css");
@import url("rapidmail_logo.css");

body 
{ 
	margin: 0;
	padding: 0;
 background: #fff url(hg-streifen.gif) repeat-x;
}
#backgroundpic
{
	position: absolute;
	right: 0;
	top: 0;
	width: 394px;
	height: 110px;
	background: url(hg-mainboard.gif) no-repeat;
	z-index: -1000;
}
#superwrap
{
	margin: 0 auto;
	width: 965px;
}

/* HGs per Kategorie*/





#wrap
{

}
#header
{
	padding-top: 10px;
	height: 75px;
}
#header a img
{
	float: left;
	border: none;
	padding: 0;
}
#header h1
{
    padding: 20px 0 0 10px;
    display: block;
    width: 400px;
    float: left;
}
#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: 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;
}


#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: 1px solid #ccc;
	margin-top: 50px;
}
#footer ul
{
	padding: 6px 0px 50px 0px;
}
#footer ul li
{
	display: block;
	float: left;
	padding-right: 21px;
}
#footer ul li.last
{
    padding-right: 0;
    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;
}


