/*CSS dynamisch für alle Content Seiten, Christoph Motal, 01.06.2005*/

ul
{
	padding: 0px;
	margin: 0px;
	padding-left: 8px;	
}

ul.subnavigation
{
		margin-left: 10px;	
}

ul.sub
{
	padding-left: 35px;
}

li.milestones
{
	font-size: 11px;
}

li.sub
{
	list-style-type: circle;
	font-size: 13px;
}

.globaltext
{
	padding: 0px;
	margin: 0px;
	padding-right: 3px;
	font-size: 14px;
}


li
{
	list-style-type:square;
	font-size: 11px;
}


td.mittecontent
{
	background-color: #3C3C3C;
	vertical-align: top;
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	background-image: url(images/bg_seiten_content.gif);
	background-repeat: repeat-y;
	background-position: left top;
	
}
td.linkscontent
{
	background-color: #373737;
	vertical-align: top;
	text-align: left;
	width: 182px;
	color: #FFFFFF;
	font-size: 12px;
}

td.seitenhead
{
	height: 101px;
	color: #FFFFFF;
	background-image: url(images/bg_seiten_heading.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	vertical-align: bottom;
	text-align: left;
}

.seitenheadspacer
{
	width: 35px;
}
td.seitencontent
{
	color: #FFFFFF;
	vertical-align: top;
	padding-top: 31px;
	padding-left: 20px;
}


td.rechtsobenseite
{
	background-color: #525252;
	height: 96px;
	vertical-align: bottom;
}

td.rechtsmitteseite
{
	background-color: #2B2B2B;	
	vertical-align: top;	
}

td.rechtsuntenseite
{
	height: 172px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 3px
	
}

td.sunbnavigationhead
{
	height: 21px;
}

td.subnavigationcontent
{
	padding-left: 8px;
	padding-top: 14px;
}

li.subnavigation
{
	list-style-type:square;
	font-size: 11px;
	color: #FFFFFF;
}

td.seitenfahne
{
	vertical-align: top;
	width: 74px;
	color: #FFFFFF;
	font-size: 12px;
	background-image: url(images/schatten_fahne.gif);
	background-repeat: repeat-y;
	padding-top: 95px;
}

td.rechtsfooter
{
	background-color: #000000;
	vertical-align: bottom;
	text-align: right;
	width: 187px;
	color: #FFFFFF;
	font-size: 11px;
	background-image: url(images/bg_rechts_footer_seiten.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 1px;
}

td.mittefooter
{
	background-color: #FFFFFF;
	font-size: 11px;
	background-image: url(images/bg_footer_mitte_seiten.gif);
	background-repeat: repeat-x;
}

td.linksfooterverlauf
{
	vertical-align: bottom;
	background-image: url(images/verlauf_links_footer_seiten.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	
}

td.rechtsfooterverlauf
{
	vertical-align: bottom;
	background-image: url(images/verlauf_rechts_footer_seiten.gif);
	background-repeat: no-repeat;
	height: 26px;
	background-position: right top;
}



