@charset "UTF-8";
/**
 * Diese CSS-Datei definiert die Stylesheets die global,
 * d.h. auf allen Seitentemplates von http://www.akad.de.
 *
 * <a.meister@iveins.de 16.02.2009> Erstversion
 *
 * @author Alexander Meister <a.meister@iveins.de>
 * @since 05.03.2009
 * @version 1.0.0
 */


@media print {
	div#content_wrap { overflow:visible !important; } /* Fix fuer FF */
}




body {
	background-color:#e2ddd7;
	background-image: url(../_gfx/bgr_body_gradient_x855.png);
	background-repeat:repeat-x; background-position:top;
	padding-bottom:30px;
}

form#searchbox {
	position: absolute;
	left: 64px;
	top: 10px;

}

form#searchbox input#searchboxinput,
input.sword {
	width:217px;
	height:17px;
	padding:4px 4px 0 6px;
	background-image: url(../_gfx/bgr_searchboxinput.png);
	background-repeat: no-repeat;
	border:0 none;
	vertical-align:top;
	margin-right:2px;
	color:#c4c0bc;
	font-size:12px;
}

/*
form#searchbox input#searchboxsubmit {
	width: 21px;
	height: 21px;
	background-image: url(../_gfx/bgr_searchboxsubmit.png);
	background-repeat: no-repeat;
	border:0 none;
	float: right;
}
*/

ul#metanavigation_top {
	list-style-type: none;
	overflow: hidden;
	position: absolute;
	left: 334px;
	top: 8px;
}

ul#metanavigation_top li {
	float:left;
	margin-right:16px;
	font-size:10px;
}

ul#metanavigation_top li a { color: #7F7E7D; }

img#logo {
	position: absolute;
	top: 21px;
	left: 812px;
}


ul#menulvl1 {
	position: absolute;
	top: 96px;
	width:38px;
}
ul#menulvl1 li {
	height:135px;
	overflow: hidden;
}

ul#menulvl2 {
	list-style-type: none;
	position:absolute;
	top:65px;
	left:64px;
	z-index:5;
}

ul#menulvl2 img { behavior:none; }

ul#menulvl2 li {
	float: left;
	overflow:hidden;
	margin-right:2px;
	background-color:white;
	height:29px;
	border-bottom:solid 2px #f1eeeb;
}

ul#menulvl2 li a {
	display:block;
	color:#333333;
}

ul#menulvl2 li.act,
ul#menulvl2 li.act a {
	color:#1fa22e;
}

ul#menulvl2 li.act,
ul#menulvl2 li:hover,
ul#menulvl2 li.hover {
	border-bottom-color:white;
	/*background-color:white;*/
}

ul#menulvl2 li:hover ul.menulvl3,
ul#menulvl2 li.hover ul.menulvl3,
ul#menulvl2 li.act ul.menulvl3 {
	display:block;
}

ul#menulvl2 ul.menulvl3 {
	display:none;
	list-style-type:none;
	position:absolute;
	padding:0 3px 5px 0;
	background-image:url(../_gfx/bgr_menulvl3_dropshadow.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	margin-top:2px;
	/* behavior: url(fileadmin/akad.de/templates/_css/iepngfix.htc); */
}

*html ul#menulvl2 ul.menulvl3 {
	width:100px; /* IE-Ausnahme für die Breite, die @ IE fix gesetzt werden muss... */
}

ul#menulvl2 ul.menulvl3 li {
	float:none;
	overflow:visible;
	border:none;
	border-left:solid 1px #f6f6f6;
	padding:2px 80px 2px 10px;
	background-color:white;
	height:auto;
}

ul#menulvl2 ul.menulvl3 li.firstitem { padding-top:10px; }
ul#menulvl2 ul.menulvl3 li.lastitem { padding-bottom:10px; }



div#content_outer_wrap {
	margin-left:64px;
	margin-top:96px;
	width:928px;
	background-image:url(../_gfx/bgr_shadow_y.png);
	background-position:right;
	background-repeat:repeat-y;
	z-index:1;
}

div#content_wrap {
	background-color: #FFFFFF;
	background-image: url(../_gfx/pt_product_bgr_contentwrap.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 895px;
	padding:20px 5px 130px 20px;
	overflow:hidden;
}

div#shadowsquare-top {
	position:absolute;
	left:984px;
	top:96px;
}

div#footer	{
	background-color:#E2DDD7;
	background-image:url(../_gfx/bgr_shadow_bottom_bgcolored.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#7F7E7D;
	font-size:10px;
	height:10px;
	margin-left:0;
	padding-right:8px;
	padding-top:10px;
}
div#footer a { color:#888;text-decoration:underline;margin-left:5px; }
div#footer span a { margin:0; }

br.clear {
	clear: both;
}

img#headimg	{
	margin:-15px 0 30px -15px;
}


div.column_left {
	float:left;
	padding-right:10px;
	width:230px;
	margin-left:-10px;
	display:inline; /* um IE6-Eigenart doppelten Margins zu umgehen */
}

/**
 *  Menüdeklaration in Navi-Spalten:
 */
.navi ul { list-style-type:none; }
.navi ul li {
	color:black;
	list-style-type:none;
	background-image:url(../_gfx/bgr_li_gt.png);
	background-repeat:no-repeat; background-position:2px 10px;
	padding:4px 0 6px 15px;
	border-bottom:1px dotted #B4B4B4;
	font-size:14px;
}
.navi ul li.act {
	background-image:url(../_gfx/bgr_li_down_act.png);
	background-position:left 14px;
	color:#1fa22e;
	padding-top:8px;
	padding-bottom:4px;
}

div.content_wrap .navi a:hover { color:#1fa22e; }

/* zweite und ff Ebenen einstellen: */
.navi ul li li,
.navi ul li li.act { border:none;background:none;background-image:none;padding:2px 0;font-size:13px;}

/* dritte und ff Ebenen einstellen: */
.navi ul li li li,
.navi ul li li li.act { font-size:12px;list-style-type:square;margin-left:15px; }

/* ul-Settings für zweite Ebene: */
.navi ul ul { border-top:1px dotted #B4B4B4;margin:4px 0 8px -15px;padding-top:5px; }
.navi ul ul ul { border-top:none;margin:0;padding:0; } /* und wieder abschalten für tiefere */

/* ul-Settings für dritte Ebene: */
.navi ul ul ul { margin-bottom:4px; }


div#content_wrap .navi ul li a,
div#content_wrap .navi ul li.act li a,
div#content_wrap .navi ul li.act li.act li a,
div#content_wrap .navi ul li.act a,
div#content_wrap .navi ul li.act li.act a,
div#content_wrap .navi ul li.act li.act li.act a {
	color: black;
	font-size: 13px;
	text-decoration: none;
}

div#content_wrap .navi ul li a:hover,
div#content_wrap .navi ul li.act li a:hover,
div#content_wrap .navi ul li.act li.act li a:hover {
	color: #1fa22e;
}

div#content_wrap .navi ul li.act a,
div#content_wrap .navi ul li.act li.act a,
div#content_wrap .navi ul li.act li.act li.act a {
	color: #1fa22e;
}


/**
 *  END Menüdeklaration in Navi-Spalten
 */



/**
 * Selektbox-Deklaration für Startseitenfilter
 */

ul.selbox {
	list-style-type: none;
	font-size: 15px;
}

ul.selbox li {
	height:20px;
	width:241px;
	background-color:white;
	background-image:url(../_gfx/bgr_selbox_dropdown_arrow_22xy.png);
	background-position:right top;background-repeat:no-repeat;
	padding-left:5px;margin-bottom:18px;
	padding-top:2px;
	cursor:hand;
	cursor:pointer;
	color: #666666;
}

ul.selbox ul.selbox-sub {
	list-style-type: none;
	margin-left: -6px;
	margin-top:2px;
	border: solid 1px #d2d2d2;
	position:relative;
	display: none;
	z-index: 2;
}

*html ul.selbox ul.selbox-sub {
	width:100px; /* IE-Ausnahme für die Breite, die @ IE fix gesetzt werden muss... */
}

ul.selbox li.clicked ul.selbox-sub { display:block;font-size:12px; }

ul.selbox ul.selbox-sub li {
	background-image:none;
	margin-bottom:0;
	height:auto;
	padding-bottom:4px;
	color:black;
}

div#content_wrap ul.selbox ul.selbox-sub li a {
	color: black;
	text-decoration: none;
}

div#content_wrap ul.selbox ul.selbox-sub li:hover,
div#content_wrap ul.selbox ul.selbox-sub li:hover a {
	color:#1fa22e;
	background-color:#ebf7ed;
}

/**
 * ENDE Selektbox-Deklaration für Startseitenfilter
 */



body.tvtoid1 img#headimg { display:block; }

body.tvtoid2 img#headimg { float:left; }

body.tvtoid3 img#headimg { float:right; }
body.tvtoid3 div#content_right_wrap {
top: 390px;
clear: right;
}

body.tvtoid4 img#headimg { display:none; }
body.tvtoid4 div#content_right_wrap { top:170px; }

body.tvtoid7 img#headimg { float:right; }

body.tvtoid10 img#headimg,
body.tvtoid10 embed#headswf { float:right;margin:5px 13px 5px 5px; }

body.tvtoid11 div#content_wrap { padding-left:10px;width:905px; }
body.tvtoid11 div.fce_3colums div.columncol1 { width:310px; }
body.tvtoid11 div.fce_3colums div.columncol2 { padding-right:25px;width:285px; }
body.tvtoid11 div.fce_3colums div.columncol3 { width:285px; }
body.tvtoid11 div.fce_3colums ul {
	list-style-position:inside;
	list-style-type:none;
	margin:0 0 18px 0;
}

body.tvtoid12 ul.selbox {
	margin: 135px 0px 40px 20px;
}
body.tvtoid13 ul.selbox {
	margin: 140px 0px 0px 20px;
}
body.tvtoid13 ul.selbox li { margin-bottom:14px; }
body.tvtoid13 ul.selbox ul.selbox-sub li { margin-bottom:0; }


/**
 * TVID 17 (Error page (404,...). Hier wurde das CSS der Startseite übernommen. Zusätzlich werden
 * die Teaser im unteren Seitenbereich über "display:none" ausgeblendet.
 **/
body.tvtoid17 img#headimg {
	float: right;
	margin: 5px 13px 5px 5px;
}

body.tvtoid17 div#content_left_wrap,
body.tvtoid17 div#content_right_wrap {
	display: none;
}

body.tvtoid17 div#content_outer_wrap {
	background-image: none;
}

body.tvtoid17 div#footer {
	border: none;
}


#below-footer { margin-left:64px; }

div.fce-4colPlainHtml {
	color:#7F7E7D;
	font-size:9px;
	margin-left:5px;
	margin-top:44px;
}

div.fce-4colPlainHtml h6 { font-size:11px;font-weight:bold;margin-bottom:12px; }

div.fce-4colPlainHtml a { color:#7F7E7D;text-decoration:none; }
div.fce-4colPlainHtml a:hover { text-decoration:underline; }

div.fce-4colPlainHtml div.col1 { width:315px; }
div.fce-4colPlainHtml div.col2 { width:300px; }
div.fce-4colPlainHtml div.col3 { width:168px; }
div.fce-4colPlainHtml div.col4 { width:165px; }

div.fce-4colPlainHtml div.col-body { line-height:12px; }




/**
 * PNG support for IE
 */
div#footer,
div#content_wrap,
div#content_outer_wrap,
img	{ behavior: url(fileadmin/akad.de/templates/_css/iepngfix.htc); } /* important: as of documentation, the url must NOT be relativ like images etc. */


/* exceptions due to ie6 crash on these pages: */
body.pid257 div#footer,
body.pid257 div#content_wrap,
body.pid257 div#content_outer_wrap,
body.pid257 img	{ behavior:none; }

body.pid135 div#footer,
body.pid135 div#content_wrap,
body.pid135 div#content_outer_wrap,
body.pid135 img	{ behavior:none; }
