/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for hauser-kaibling

Author: elements.at 
--------------------------------------------------------------------- */

/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	background: #efefef url(/static/source/euroaktiv/img/body-background.png) repeat-x;
}

#header {
	background:url(/static/source/euroaktiv/img/header-background.png);
}

#languages a {
	color:#b38954;	
}

#metanavi ul li.hover {
	background:#707070;
}

#metanavi ul li.hover a {
	color:#FFF;
}

#metanavi ul li a {
	color:#ef8e11;
}

#metanavi ul li ul {
	background:#707070;
}

#metanavi ul li ul li a:hover {
	background:#ffb400;
}


#footer .box {
	color:#f3a600;
}

#footer .box a {
	color:#f3a600;
}

#footer .box .elements {
	background-image:url(/static/source/euroaktiv/img/elements.png);
}

