/*
* http://www.iab.de/css/drei_style_7.css
* Usage: Stylesheet for all devices - 3 columns, color style 7
*
* 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_7.png") no-repeat left top;
}
.center {
	background: url("../images/slogan/slogan_7.gif") no-repeat right top;
	background-color: #AFB4CE;
}
.right {
	background: url("../images/visual/visual_7.jpg") no-repeat left top;
}
.content {
	background: #FFFFFF;
}


/*
* Special colored elements
*******************************************************************************/
ul li {
	background: url("../images/bullet/bullet_7_1.gif") no-repeat 0em 0.45em;
}
ul li ul li {
	background: url("../images/bullet/bullet_7_2.gif") no-repeat 0em 0.45em;
}
h4, legend {
	color: #666699;
}
.left ul .selected {
	background-color: #EBECF2;
}
.left .active {
	background-color: #AFB4CE;
}

}
