/*
	JS Cowabunga
	
	rgb(44,111,211) BG Blau
	rgb(255,161,0)    Komplementärfarbe Oker
	rgb(255,0,14);		Rot
	rgb(143,255,0);	  Grün	
	color : #f9F006; gelb übernommen von Cowabunga
*/

/*
	JS KDE
	
	rgb(62,146,235) BG Blau


*/



BODY {
	background-color :rgb(62,146,235);
	color:black;
	font-family : sans-serif;
}
 
A  {
        font-size : 11Pt;
        font-family : Arial;
        font-weight : bold;
        font-style : normal;
        color : rgb(255,161,0);
}

A:Visited  {
        font-size : 11Pt;
        font-family : Arial;
        font-weight : bold;
        font-style : normal;
        color : rgb(143,255,0);
}



A:Active  {
        font-size : 11Pt;
        font-family : Arial;
        font-weight : bold;
        font-style : normal;
        color : #f9F006;
}

A:Hover  {
        font-size : 11Pt;
        font-family : Arial;
        font-weight : bold;
        font-style : normal;
        color : rgb(255,0,14);
}


.Picturetext{
	color: Navy;
	font-weight: bolder;
}

.Poistion_Title{
	position:absolute;
	top:30x;
	left:0px;
	background-color: Gray;
	height : 30px;
}


.HeadText{
	font-family : Helvetica;
	font-size : 26px;
	font-weight : bold;
	/* background-color : rgb(62,205,235); */
}

.DefaultText{
	font-weight : bold;
}

/*
	JS Covabunga

	Farben

	3-er-Farbfächer
	rgb(44,168,211)	Menue BG
	( rgb(44,111,211) BG Blau )
	rgb(44,53,211) Mausover BG
	
	rgb(255,205,0) Gelb-Orange, Komlementätfarbe zu rgb(44,53,211) Mausover BG
*/

/*
	JS KDE
	Menue
	
	rgb(62,205,235)	Menue BG
	( rgb(62,146,235) BG Blau KDE )
	//rgb(62,86,235) Mausover BG
	
	rgb(44,111,211) BG Blau   Covabunga   Mausover BG
	
	rgb(255,161,0) Gelb-Orange, Komlementätfarbe zu rgb(44,111,211) Mausover BG
	
*/

/* 
	rgb(44,111,211)	Menue BG Blau   Covabunga
	
	
	
	rgb(255,161,0) Gelb-Orange, Komlementätfarbe zu rgb(44,111,211) Menue BG
*/


/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{position:absolute; width:10; height:10; background-color:rgb(44,111,211); layer-background-color:rgb(44,111,211); visibility:hidden}

/*Styles for level 0*/
.clLevel0,.clLevel0over{position:absolute; padding:3px; font-family:sans-serif,tahoma,arial,helvetica; font-size:12px; font-weight:bold}
.clLevel0{background-color:rgb(44,111,211); layer-background-color:rgb(44,111,211); color:white;}
.clLevel0over{background-color:rgb(102,163,255); layer-background-color:rgb(102,163,255); color:white; cursor:pointer; cursor:hand; }
.clLevel0border{position:absolute; visibility:hidden; background-color:rgb(44,86,150); layer-background-color:rgb(44,86,150)}

/*Styles for level 1*/
.clLevel1, .clLevel1over{position:absolute; padding:2px; font-family:sans-serif,tahoma, arial,helvetica; font-size:11px; font-weight:bold}
.clLevel1{background-color:rgb(44,111,211); layer-background-color:rgb(44,111,211); color:white;}
.clLevel1over{background-color:rgb(102,163,255); layer-background-color:rgb(102,163,255); color:white; cursor:pointer; cursor:hand; }
.clLevel1border{position:absolute; visibility:hidden; background-color:rgb(44,86,150); layer-background-color:rgb(44,86,150)}

/*Styles for level 2*/
.clLevel2, .clLevel2over{position:absolute; padding:2px; font-family:sans-serif,tahoma,arial,helvetica; font-size:10px; font-weight:bold}
.clLevel2{background-color:rgb(44,111,211); layer-background-color:rgb(44,111,211); color:white;}
.clLevel2over{background-color:rgb(102,163,255); layer-background-color:rgb(102,163,255); color:white; cursor:pointer; cursor:hand; }
.clLevel2border{position:absolute; visibility:hidden; background-color:rgb(44,86,150); layer-background-color:rgb(44,86,150)}

/*Styles for level 3*/
.clLevel3, .clLevel3over{position:absolute; padding:2px; font-family:sans-serif,tahoma,arial,helvetica; font-size:10px; font-weight:bold}
.clLevel3{background-color:rgb(44,111,211); layer-background-color:rgb(44,111,211); color:white;}
.clLevel3over{background-color:rgb(102,163,255); layer-background-color:rgb(102,163,255); color:white; cursor:pointer; cursor:hand; }
.clLevel3border{position:absolute; visibility:hidden; background-color:rgb(44,86,150); layer-background-color:rgb(44,86,150)}

