/*normale Links*/
a:link  {
    color:#E38E20;
	text-decoration: none;
}
a:active  {
    color:#E38E20;
	text-decoration: none;
}
a:visited {
    color:#E38E20;
	text-decoration: none;
}
a:hover {
    color:#FEC02C;
}

/*Links Navigation oben rechts*/
a.linkgrau:link  {
    color:#9E9595;
	text-decoration: none;
}
a.linkgrau:active  {
    color:#9E9595;
	text-decoration: none;
}
a.linkgrau:visited {
    color:#9E9595;
	text-decoration: none;
}
a.linkgrau:hover {
    color:#333333;
}

/*Textformatierung*/
.titel	{
	font-family:arial,verdana,helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #797979;
	text-decoration : none;
	line-height: 20px;
}

.titelalt	{
	font-family:arial,verdana,helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration : none;
	line-height: 20px;
}

.fett	{
	font-family:arial,verdana,helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #A6A6A6;
	text-decoration : none;
	line-height: 18px;
}

.fettalt	{
	font-family:arial,verdana,helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #BEBDBD;
	text-decoration : none;
	line-height: 18px;
}

.fliesstext	{
	font-family:arial,verdana,helvetica;
	font-size: 13px;
	color: #333333;
	text-decoration : none;
	line-height: 18px;
}
.textgrau	{
	font-family:arial,verdana,helvetica;
	font-size: 13px;
	color: #A1A7AD;
	text-decoration : none;
	line-height: 18px;
}
.textklein	{
	font-family:arial,verdana,helvetica;
	font-size: 11px;
	color: #9E9595;
	text-decoration : none;
}
.textkleinaktiv	{
	font-family:arial,verdana,helvetica;
	font-size: 11px;
	color: #666666;
	text-decoration : none;
}
.text	{
	font-family:arial,verdana,helvetica;
	font-size: 10px;
	color: #9E9595;
	text-decoration : none;
	line-height: 22px;
}


/*Diverse Formatierungen*/
BODY  { 
		scrollbar-face-color: #E3E3E3;
        scrollbar-shadow-color: #000000;
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-3dlight-color: #000000;
        scrollbar-darkshadow-color: #FFFFFF;
        scrollbar-track-color: #ffffff;
        scrollbar-arrow-color: #5A5A5A;
}


/*Navigation*/

/* CoolMenus 4 - default styles - do not edit */
.clCMEvent {
		position:absolute;
		width:99%;
		height:99%;
		clip:rect(0,100%,100%,0);
		left:0;
		top:0;
		visibility:visible
}
.clCMAbs {
		position:absolute;
		visibility:hidden;
		left:0;
		top:0
}
/* CoolMenus 4 - default styles - end */
  
/* MENU NUMBER 2 */
/*Style for the background-bar*/
.cl2Bar {
		position:absolute;
		width:10;
		height:10;
		visibility:hidden
}

/*Styles for level 0*/
.cl2Level0,.cl2Level0over {
		position:absolute;
		padding:1px;
		font-family:arial,helvetica,verdana;
		font-size:13px;
}
.cl2Level0 {
		color:white;
}
.cl2Level0over {
		color:#666666;
		cursor:pointer;
		cursor:hand;
}
.cl2Level0border {
		position:absolute;
		visibility:hidden;
}

/*Styles for level 1*/
.cl2Level1, .cl2Level1over {
			position:absolute;
			padding:1px;
			font-family:arial,helvetica,verdana;
			font-size:13px;
			padding-left:15px;
}
.cl2Level1 {
			background-color:#E5E5E5;
			layer-background-color:#E5E5E5;
			color:#999999;
}
.cl2Level1over {
			background-color:#CCCCCC;
			layer-background-color:#CCCCCC;
			color:#666666;
			cursor:pointer;
			cursor:hand;
 }
.cl2Level1border {
			position:absolute;
			visibility:hidden;
			background-color:#ffffff;
			layer-background-color:#FFFFFF;
}








