/*
* http://www.iab.de/css/drei_style_2.css
* Usage: Stylesheet for all devices - 3 columns, color style 2
*
* 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_2-eng.png") no-repeat left top;
}
.center {
	background: url("../images/slogan/slogan_2.gif") no-repeat right top;
	background-color: #FDD6A0;
}
.right {
	background: url("../images/visual/visual_2.jpg") no-repeat left top;
}
.content {
	background: #FFFFFF;
}


/*
* Special colored elements
*******************************************************************************/
ul li {
	background: url("../images/bullet/bullet_2_1.gif") no-repeat 0em 0.45em;
}
ul li ul li {
	background: url("../images/bullet/bullet_2_2.gif") no-repeat 0em 0.45em;
}
h4, legend {
	color: #CC6600;
}
.left ul .selected {
	background-color: #FEEACF;
}
.left .active {
	background-color: #FDB350;
}

}
