/*
* http://www.iab.de/css/drei_style_3.css
* Usage: Stylesheet for all devices - 3 columns, color style 3
*
* 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/en-logo.png") no-repeat left top;
}
.center {
	background: url("../images/slogan/slogan_3.gif") no-repeat right top;
	background-color: #DBDF90;
}
.right {
	background: url("../images/visual/kontakt.jpg") no-repeat left top;
}
.content {
	background: #FFFFFF;
}


/*
* Special colored elements
*******************************************************************************/
ul li {
	background: url("../images/bullet/bullet_3_1.gif") no-repeat 0em 0.45em;
}
ul li ul li {
	background: url("../images/bullet/bullet_3_2.gif") no-repeat 0em 0.45em;
}
h4, legend {
	color: #849002;
}
.left ul .selected {
	background-color: #F2F4CB;
}
.left .active {
	background-color: #D1D752;
}

}
