@charset "UTF-8";
/**
 * Diese CSS-Datei definiert die Stylesheets für die
 * entsprechende
 *
 * <a.foeder@iveins.de 23.03.2009> Erstversion
 *
 * @author Adrian Föder <a.foeder@iveins.de>
 * @since 23.03.2009
 * @version 1.0.0
 */


div#content_outer_wrap {
	background-image:url(../_gfx/bgr_arrow_nne_transp.png);
	background-position:left bottom; background-repeat:no-repeat;
	background-color:transparent;

}
div#footer {
	background:none;clear:left;
}

div#largenav_w_image_wrap {
	background-image:url(../_gfx/bgr_largenav_w_image_mask.png);
	background-position:left top; background-repeat:no-repeat;
	padding-bottom:8px;
	margin-bottom:12px;
}

div#largenav_w_image_wrap ul { list-style-type:none; }

div#largenav_w_image_wrap ul.spmenulvl1 li {
	width:280px;
	height:115px;
	padding-top:15px; padding-left:15px;
	background-color:white;
	background-image:url(../_gfx/bgr_largenav_elem_130x.png);
	background-position:left top; background-repeat:repeat-x;
	margin-bottom:5px;
}

div#largenav_w_image_wrap ul.spmenulvl2 {
	display:none;
	position:absolute;
	left:364px;
	top:96px;
	width:215px;
	height:385px;
	padding:15px 0px 0 10px;
	background-color:white;
}

div#largenav_w_image_wrap ul.spmenulvl2 li {
	padding:0;background:none;
	width:auto; height:auto;
	margin:0 0 0 0;
}


div#largenav_w_image_wrap ul.spmenulvl3 {
	margin-bottom:15px;
	padding-top:5px;
	background-image:url(../_gfx/bgr_sepbar_hor_dotted_whitebg_185x.png);
	background-position:left top; background-repeat:no-repeat;
}

div#largenav_w_image_wrap ul.spmenulvl3 li {
	width:216px;
}


div#largenav_w_image_wrap ul.spmenulvl4 {
	display:none;
	position:absolute;
	/*left:226px;*/
	left:225px;border-left:solid 1px #d6d6d6;
	top:0;
	width:auto;
	/* REMMED due to TODO #74:
	height:358px;
	padding:42px 30px 0 10px;
	*/
	/* ADDED due to TODO #74: */
	min-height:392px;
	padding:8px 30px 0 10px;
	/* END ADDED due to TODO #74: */
	background-color:white;
}

div#largenav_w_image_wrap ul.spmenulvl4 li { width:auto;/*min-width:115px;*/ }


/* Menü-dropout: */
div#largenav_w_image_wrap ul.spmenulvl1 li:hover,
div#largenav_w_image_wrap ul.spmenulvl1 li.hover {
	width:285px;
	background-color:white;
	background-image:none;
}
div#largenav_w_image_wrap ul.spmenulvl1 li:hover ul.spmenulvl2,
div#largenav_w_image_wrap ul.spmenulvl1 li.hover ul.spmenulvl2 {
	display:block;
}

div#largenav_w_image_wrap ul.spmenulvl2 li:hover,
div#largenav_w_image_wrap ul.spmenulvl2 li.hover {
	width:auto;
	background-color:transparent;
}

div#largenav_w_image_wrap ul.spmenulvl3 li:hover,
div#largenav_w_image_wrap ul.spmenulvl3 li.hover {
	width:216px;
}

div#largenav_w_image_wrap ul.spmenulvl3 li:hover ul.spmenulvl4,
div#largenav_w_image_wrap ul.spmenulvl3 li.hover ul.spmenulvl4	{
	display:block;
}



div#content_left_wrap	{
	float:left;width:300px;
	display:inline;
}
div#content_right_wrap	{
	margin-left:300px;
	padding-left:20px;
	/*overflow:hidden; <-- a.foeder: troubles with SAFARI and is not really necessary here...*/
}

div.teaser-col { padding-right:20px; }

div#teaser-left-wrap {
	float:left;width:280px;
}
div#teaser-right-wrap {
	margin-left:300px;
}

div#footer { border-top:solid 1px white;margin-left:5px;padding-right:0; }



/**
 * 404-Elemente...
 */

div#wrap404 {
	float:right;
	height:390px;
	margin:5px 13px 5px 5px;
	width:610px;
}

div#wrap404 * {color:#666666; }

div#wrap404 p { margin-bottom:6px; }

div#wrap404 h1,
div#wrap404 h1 * {
	font-weight:normal;
	font-size:22px;
	line-height:28px;
	margin:0;
}

div#wrap404 h1 { margin-left:15px;margin-bottom:38px;width:70%; }

div#wrap404 h4 {
	color:#1FA22E;
	font-family:"Times New Roman",Times,serif;
	font-size:9px;
	font-weight:normal;
	letter-spacing:0.2em;
	text-transform:uppercase;
	margin:15px 0 12px 15px;
}

div#wrap404 div.rtetext { margin-left:15px; }
div#wrap404 div.rtetext * { font-size:12px; }
div#wrap404 div.rtetext ul { width:275px;list-style-type:square;list-style-position:outside;margin-left:15px; }
div#wrap404 div.rtetext ul li { margin-bottom:10px; }