/* Firmenprogramme */

/*
------------------------------------------
Farbschema
------------------------------------------
*/

/* DIE ZEILEN */

.line1{
	background-color: #ffffff;
}

.line2{
	background-color: #003366;
}

.line3{
	background-color: #003366;
}

.line4{
	background-color: #003366;
}

/*
------------------------------------------
Hauptmenü
------------------------------------------
*/



/*
------------------------------------------
Sekundärmenü
------------------------------------------
*/

#menu2 a .bullet{
	background-color: #003366;
}

#menu2 a .top{
	background-color: #003366;
}


#menu2 td.menuselected{
	background-color: #AABBCC;
}


#menu2 a .bulletselected{
	background-color: #003366;
	text-decoration: none;
}


/*
------------------------------------------
Main Content
------------------------------------------
*/

#maincontent h1{
	color: #003366;
}

#maincontent h2{
	border-bottom-color: #003366;
	border-left-color: #003366;
}

#maincontent th{
	color: #003366;
}

