@charset "UTF-8";

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
padding: 0;
margin: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

body {
	/* padding und margin fuer safari: */
	padding: 0;
	margin: 0;
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
list-style: none;
}


/* >>> .clearfix */
.clearfix:after {
content: ".";
visibility: hidden;
display: block;
clear: both;
height: 0;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* >>> .clear */
.clear {
visibility: hidden;
clear: both;
height: 0;
line-height: 0;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Macro */

body {
font-family: Arial, sans-serif;
font-size: 62.5%;
background: #ffffff;
}

/* >>> .left */
.left {
float: left;
}

.right {
float: right;
}

/* >>> .box */
.box,
.box-simple {
position: relative;
margin-bottom: 20px;
}

.box {
border: 1px solid #f48422;
margin-bottom: 0;
background: #fff url(http://e.myhcdn.net/v3/live/structure/bg_box.gif) repeat-x;
}

.box .head {
position: relative;
padding: 7px 10px;
border-bottom: 1px solid #f48422;
color: #fff;
background: #ff6b0d url(http://f.myhcdn.net/live/structure/bg_box_head_orange.gif) repeat-x;
}

.box .head a {
color: #fff;
}

.box .head span.right {
margin-top: 3px;
font-size: 1.2em;
}

.box .head h2,
.box .head h3 {
margin: 0;
}

.box dd.body {
margin: 0;
}


/* .box > .box.einloggen */
.teaser-big  {
margin-bottom: 20px;
}

.teaser-big  .body {
overflow: hidden;
width: 100%;
}

.teaser-big .body img {
display: block;
}


/* .box > color variations */

/* .box-blue */
.box-blue {
border-color: #004e9a;
}

.box-blue .head {

border-bottom-color: #c1c1c1;
background-color: #004e9a;
background-image: url(http://f.myhcdn.net/v3/live/structure/bg_box_head_blue.gif);
}

/* .box-grey */
.box-grey {
border-color: #bdc6d3;
}

/* .box-red */
.box-red {
border-color: #feb3ae;
color: #c6010a;
background: #ffe2e4;
font-weight: bold;
}
/* .box-green */
.box-green {
border-color: #4d9a40;
color: #4d9a40;
background: #d5efd1;
font-weight: bold;
}

/* .box-full-orange */
.box-full-orange {
border-color: #da5c0c;
background: #ff6a0b;
margin: 0 !important;
padding: 0 !important;
}

/* .box-darkgrey */
.box-darkgrey {
border-color: #999999;
background-color: #f2f2f2;
}

.box-darkgrey .head {
border-bottom-color: #fff;
background-color: #bdc6d3;
background-image: url(http://c.myhcdn.net/live/structure/bg_box_head_darkgrey.gif);
}

.box-brown {
border-color: #45371e;
background-color: #ffffff;
}


/* >>> Rounded corners */
.top-left, .top-right, .bottom-left, .bottom-right {
display: block;
position: relative;
z-index: 1;
width: 3px;
height: 3px;
line-height: 0;
font-size: 0;
background: url(http://c.myhcdn.net/live/structure/r.gif) no-repeat;
}

.box .top-left,
.box .top-right,
.box .bottom-left,
.box .bottom-right {
width: 4px;
height: 4px;
background: url(http://d.myhcdn.net/live/structure/r_orange.gif) no-repeat;
}

.top-left, .bottom-left { float: left; }
.top-right, .bottom-right { float: right; }

.top-left, .top-right { margin-bottom: -4px }

.top-left { margin-right: -4px; }
.bottom-left { margin: -4px -4px 0 0; }
.bottom-right { margin-top: -4px; }

/* .top-left */
.top-left { top: 0; left: 0; }

/* .box .top-left */
.box .top-left { top: -1px; left: -1px; }

/* .top-right */
.top-right {
top: 0;
right: 0;
background-position: right top !important;
}

/* .box .top-right */
.box .top-right { top: -1px; right: -1px; }

/* .bottom-left */
.bottom-left {
bottom: -1px;
left: 0;
background-position: left bottom !important;
}

/* .box .bottom-left */
.box .bottom-left { bottom: -1px; left: -1px; }

/* .bottom-right */
.bottom-right {
bottom: -1px;
right: 0;
background-position: right bottom !important;
}

/* .box .bottom-right */
.box .bottom-right { bottom: -1px; right: -1px; }


/* Rounded corners > Color variations */

/* .box-blue */
.box-blue .top-left,
.box-blue .top-right,
.box-blue .bottom-left,
.box-blue .bottom-right {
background-image: url(http://f.myhcdn.net/v3/live/structure/r_blue.gif);
}

/* .box-grey */
.box-grey .top-left,
.box-grey .top-right,
.box-grey .bottom-left,
.box-grey .bottom-right {
background-image: url(http://b.myhcdn.net/live/structure/r_grey.gif);
}
/* .box-darkgrey */
.box-darkgrey .top-left,
.box-darkgrey .top-right,
.box-darkgrey .bottom-left,
.box-darkgrey .bottom-right {
background-image: url(http://d.myhcdn.net/live/structure/r_darkgrey.gif);
}
/* .box-red */
.box-red .top-left,
.box-red .top-right,
.box-red .bottom-left,
.box-red .bottom-right {
background-image: url(http://a.myhcdn.net/live/structure/r_red.gif);
}
/* .box-green */
.box-green .top-left,
.box-green .top-right,
.box-green .bottom-left,
.box-green .bottom-right {
background-image: url(http://d.myhcdn.net/live/structure/r_green.gif);
}
/* .box-brown */
.box-brown .top-left,
.box-brown .top-right,
.box-brown .bottom-left,
.box-brown .bottom-right {
background-image: url(http://b.myhcdn.net/live/structure/r_brown.gif);
}

.box-green .message {
padding: 7px 0 7px 35px;
background: url(http://b.myhcdn.net/live/icons/icon_message_green.gif) no-repeat;
}

.box-green .multiMessage {
padding: 7px 0 7px 50px;
background: url(http://b.myhcdn.net/live/icons/icon_message_green.gif) no-repeat;
}

.box-red .message {
padding: 10px 0 7px 50px !important;
padding: 10px 0 7px 35px;
background: url(http://c.myhcdn.net/live/icons/icon_message_red.gif) no-repeat;
}

/* Schriften und Farben */

h1 {
font-size: 20px; 
color: #ffffff;
}

.normal{
font: normal normal 12px arial;
}

ul.normal li {
list-style:none; 

padding-top:1px; 
background: url(http://e.myhcdn.net/live/landingpages/searchengine/kueche/ilu_arrow_24x24.gif) no-repeat top left;
padding-left:40px;
padding-bottom:13px;
}

.small{
font: normal normal 11px arial;
}

a {
color: #000;
}

/* Footer */

#footer {
background: #f1f1f1 url(http://c.myhcdn.net/live/structure/bg_footer.gif) repeat-x;
padding: 20px 0 20px 0;
}

/* #footer > #footer-navigation */
#footer #footer-navigation {
margin: 0 20px 0;
}

#footer #footer-navigation dd {
margin-left: 0;
}

#footer #footer-navigation dl {
float: left;
margin-bottom: 0;
}

#footer #footer-navigation dl.last {
margin-right: 0;
}

#footer #footer-navigation dl dt {
font-size: 14px;
}

#footer #footer-navigation dl dd a {
text-decoration: none;
color: #000;
}

#footer #footer-navigation dl dd a:hover {
text-decoration: underline;
}

/* #footer > #footer-navigation > german */
#footer #footer-navigation dl.auftraggeber 							{ width: 23%; }
#footer #footer-navigation dl.handwerker-dienstleister	{ width: 26%; }
#footer #footer-navigation dl.ueber-uns 								{ width: 18%; }
#footer #footer-navigation dl.kontakt-agb 							{ width: 18%; }
#footer #footer-navigation dl.presse-links 							{ width: 15%; }


/* #footer > ul.hl */
#footer ul.hl {
margin: 10px 0 0 20px;
}

#footer ul.hl li {
margin-right: 30px;
}

#footer ul.hl li.last {
margin-right: 0;
}


/* #footer > p.copyright */
#footer p.copyright {
text-align: center;
margin-top: 20px;
margin-bottom: 0;
}

#footer p.copyright a {
color: #000;
}

/* Images > Logos */
.logo-agof {
width: 40px;
height: 37px;
background: url(http://f.myhcdn.net/live/structure/logo_agof.gif);
}

.logo-ivw {
width: 35px;
height: 35px;
background: url(http://c.myhcdn.net/live/structure/logo_ivw.gif);
}

.replaced {
display: block;
text-indent: -9999px;
line-height: 0;
font-size: 0;
}
