/*
* http://www.iab.de/css/drei_style_5.css
* Usage: Stylesheet for all devices - 3 columns, color style 5
*
* 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_5.png") no-repeat left top;
}
.center {
	background: url("../images/slogan/slogan_5.gif") no-repeat right top;
	background-color: #D6D28B;
}
.right {
	background: url("../images/visual/visual_5.jpg") no-repeat left top;
}
.content {
	background: #FFFFFF;
}


/*
* Special colored elements
*******************************************************************************/
ul li {
	background: url("../images/bullet/bullet_5_1.gif") no-repeat 0em 0.45em;
}
ul li ul li {
	background: url("../images/bullet/bullet_5_2.gif") no-repeat 0em 0.45em;
}
h4, legend {
	color: #666600;
}
.left ul .selected {
	background-color: #F2F1CF;
}
.left .active {
	background-color: #D6D28B;
}

}
