@import url(navigation.css);
@import url(innerLeft.css);
/*@import url(home.css);*/
@import url(footer.css);
@import url(bookmark.css);

/*
div { background-color: red !important; }
div div { background-color: green !important; }
div div div { background-color: blue !important; }
div div div div { background-color: yellow !important; }
div div div div div { background-color: fuchsia !important; }
div div div div div div { background-color: aqua !important; }
div div div div div div div { background-color: olive !important; }
div div div div div div div div { background-color: purple !important; }
div div div div div div div div div { background-color: white !important; }
div div div div div div div div div div { background-color: olive !important; }
*/


#leistungsspektrum {
	overflow: hidden; /* float-clearance */
    padding-top: 10px;
}
#leistungsspektrum-navi {
	display: block;
    width: 200px;
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
    padding-right: 10px;
}
#innerCenter #leistungsspektrum-navi li a {
	display: block; /* fix for multiline links*/
    /* background-image: url(../img/navi-bullet.jpg); */
	/* background-image: none; */
    background-image: url(../img/leistung_deactive.gif);
    background-repeat:no-repeat;
    padding: 4px 14px 0px 3px;
    height: 40px;
}
#innerCenter #leistungsspektrum-navi li a:hover, 
#innerCenter #leistungsspektrum-navi li.leistungsspektrum-active a {
    /* background-image: url(../img/navi-bullet-over.jpg); */
    background-image: url(../img/leistung_active.gif);
    background-repeat:no-repeat;
    height: 40px;
    padding: 4px 14px 0px 3px;
}

#leistungsspektrum-content {
	width: 310px;
	float: right;
}

#leistungsspektrum-content .leistungsspektrum-page
{
    width: 310px;
}

#leistungsspektrum .leistungsspektrum-page ul {
	margin: 0 3px 0 15px;
	padding: 0;
}

#leistungsspektrumtext
{
    width: 520px;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap {
    float:none;
}

div.csc-textpic-text p {
    display: inline;
/*    width:100%; */
}
