/*
* http://www.iab.de/css/drei_style_4.css
* Usage: Stylesheet for all devices - 3 columns, color style 4
*
* Copyright (C)2007 Institut fuer Arbeitsmarkt- und Berufsforschung
*
* Last modification: 2007-05-11 15:00
*******************************************************************************/

@import url("./base.css");
@import url("./accessibility.css");
@import url("./navigation.css");
@import url("./content.css");


@media all {

/*
* Columns
*******************************************************************************/
.boxOuter, .left {
	background: url("../images/logo/logo_4.png") no-repeat left top;
}
.center {
	background: url("../images/slogan/slogan_4.gif") no-repeat right top;
	background-color: #F7CE66;
}
.right {
	background: url("../images/visual/visual_4.jpg") no-repeat left top;
}
.content {
	background: #FFFFFF;
}


/*
* Special colored elements
*******************************************************************************/
ul li {
	background: url("../images/bullet/bullet_4_1.gif") no-repeat 0em 0.45em;
}
ul li ul li {
	background: url("../images/bullet/bullet_4_2.gif") no-repeat 0em 0.45em;
}
h4, legend {
	color: #BD7900;
}
.left ul .selected {
	background-color: #FDF2D8;
}
.left .active {
	background-color: #F7CE66;
}

}
