
/*
div#visual {
	background-image: url(../images/visuals/qualifizierung.jpg);
}

div#column2 {
	background-image: url(../images/backgrounds/technologien_background.jpg);
}
p.headertext {
	color: #57686D;
	font-size: 18px;
	line-height: 1.6em;
}
p.headertext:first-letter {
    font-size: 26px;
}
#container #column2 #contentarea_top h2 {
    color: #FAFBFB;
}
#container #column2 #contentarea_bottom li {
    color: #CAD5D9;
}
*/
div#col2 {
	background-image: url(../images/backgrounds/bg_04_b.jpg);
}

ul li {
    margin-bottom: 0.5em;
}

.flL {
	border: 0 none #333;
	float: left;
	/*width: 30%;*/
	text-align: center;
	font-size: 11px;
}

.flL div {
	background: #93a2a5;
	height: 5em;
	padding: .5em;
	margin-right: 15px;
}

/* @group Verlauf */

.flL div {
	background: #99ccff; /* Old browsers */
	background: -moz-linear-gradient(top, #99ccff 0%, #9fcdfd 17%, #a8cff9 30%, #d2dae4 70%, #dadcdf 85%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99ccff), color-stop(17%,#9fcdfd), color-stop(30%,#a8cff9), color-stop(70%,#d2dae4), color-stop(85%,#dadcdf), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #99ccff 0%,#9fcdfd 17%,#a8cff9 30%,#d2dae4 70%,#dadcdf 85%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #99ccff 0%,#9fcdfd 17%,#a8cff9 30%,#d2dae4 70%,#dadcdf 85%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #99ccff 0%,#9fcdfd 17%,#a8cff9 30%,#d2dae4 70%,#dadcdf 85%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(top, #99ccff 0%,#9fcdfd 17%,#a8cff9 30%,#d2dae4 70%,#dadcdf 85%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ccff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}

.flL div.reverse  {
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top, #dddddd 0%, #dadcdf 15%, #d2dae4 30%, #a8cff9 70%, #9fcdfd 83%, #99ccff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(15%,#dadcdf), color-stop(30%,#d2dae4), color-stop(70%,#a8cff9), color-stop(83%,#9fcdfd), color-stop(100%,#99ccff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dddddd 0%,#dadcdf 15%,#d2dae4 30%,#a8cff9 70%,#9fcdfd 83%,#99ccff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dddddd 0%,#dadcdf 15%,#d2dae4 30%,#a8cff9 70%,#9fcdfd 83%,#99ccff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dddddd 0%,#dadcdf 15%,#d2dae4 30%,#a8cff9 70%,#9fcdfd 83%,#99ccff 100%); /* IE10+ */
	background: linear-gradient(top, #dddddd 0%,#dadcdf 15%,#d2dae4 30%,#a8cff9 70%,#9fcdfd 83%,#99ccff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#99ccff',GradientType=0 ); /* IE6-9 */
}

/* @end */

.flL div.pfeil {
	background: url(../images/backgrounds/pfeil_02.gif) center bottom no-repeat;
	filter:none;
	height: 23px;
	padding: 0;
}

.flL div.pfeil.left {
	background: url(../images/backgrounds/pfeil_left_01.gif) center top no-repeat;
	filter:none;
	width: 30px;
	padding: 0;
}

.flL div.pfeil.right {
	background: url(../images/backgrounds/pfeil_right_01.gif) center top no-repeat;
	filter:none;
	width: 30px;
	padding: 0;
}

.up {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.leftdeg {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.rightdeg {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.flL.list {
	text-align: left;
	width: 33%;
	font-size: 12px;
}

.flL.list h2 {
	margin-top: .33em;
}

html body div#container div#col2 div#content div.flL div p:first-child {
	letter-spacing: 0px;
	font-weight: bold;
}

html body div#container div#col2 div#content div.flL div p {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}