/* Individualprogramme */

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

/* DIE ZEILEN */
.line1{
	background-color: #BCBBD9;
}

.line2{
	background-color: #000099;
}

.line3{
	background-color: #000099;
}

.line4{
	background-color: #000099;
}

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



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

#menu2 a .bulletselected{
	background-color: #000099;
}

#menu2 a .bullet{
	visibility: hidden;
	background-color: #000099;
	text-decoration: none;
}

#menu2 td .menuselected{
	color: #f9edc6;
}

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

#menu21 a .bullet{
	background-color: #f9edc6;
	color: #000099;
}

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

#maincontent h1{
	color: #000099;
}

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

#maincontent th{
	color: #000099;
}


#maincontent .leftright{
	border-right-color: #000099;
	border-left-color: #000099;
}