/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY {	font-family : Book Antiqua ;
	color : rgb(255,255,255);
	background-image : url( "../assets/images/opas_hg.png" );
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position : 50% 20px}
 
A {
	font-size : 17px;
	color : rgb(255,255,255);
	font-family : Myriad Pro }

A:visited {	color : rgb(255,255,255);
	font-size : 17px;
	font-family : Myriad Pro }

A:active {
	font-size : 17px;
	color : rgb(128,128,128);
	padding-right : 25px;
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position : 100% 50%;
	font-family : Myriad Pro;
	background-image : url( "../assets/images/nav_opa_haken.png" )}

.TextNavBar {
	font-family: Myriad Pro ;
	font-size : 16px;
	color : rgb(0,0,0);
	text-decoration : none
}

H1 {
	font-family: Book Antiqua ;
	font-size : 36px;
	color : rgb(255,255,255)
}

H2 {
	font-family: "Book Antiqua",                                              "Times New Roman",                                              Times,                                              Serif;
	font-size : 28px;
	color : rgb(255,255,255)
}

H3 {
	font-family: "Book Antiqua",                                              "Times New Roman",                                              Times,                                              Serif;
	font-size : 24px;
	color : rgb(255,255,255)
}

H4 {
	font-family: "Book Antiqua",                                              "Times New Roman",                                              Times,                                              Serif;
	font-size : 20px;
	color : rgb(255,255,255)
}

H5 {
	font-size : 16px;
	color : rgb(255,255,255);
	border-left-style : none;
	border-top-style : none;
	border-right-style : none;
	border-bottom-style : none}

H6 {
	font-family: "Book Antiqua",                                              "Times New Roman",                                              Times,                                              Serif;
	font-size : 9px;
	font-weight : bold;
	color : rgb(255,255,255)
}

P {
	font-family: Book Antiqua ;
	font-size : 16px
}

.TextObject {
	font-family: Book Antiqua ;
	font-size : 16px
}

OL {
	font-family: Book Antiqua ;
	font-size : 16px;
	font-weight : bold;
	color : rgb(255,255,255)
}

UL {
	font-family: Book Antiqua ;
	font-size : 16px;
	font-weight : bold;
	color : rgb(255,255,255)
}A:hover {
	font-size : 17px;
	font-family : Myriad Pro ;
	color : rgb(192,192,192)}
