/* layout.css */

body 			{ background-color: #F3F4F4; }
#header			{ background: #F3F4F4; }
#outer			{ background: #ffffff url(../layout-images/bodenschatz/bodenschatz_background_3.gif) repeat-y ; }
#footer 		{ background: #F3F4F4 url(../layout-images/bodenschatz/bodenschatz_background_foot.gif) no-repeat; }
#rightContent 		{ padding-top: 76px; }

/* a, global */

a			{ color: #547194; }


/* navigation */

#menu li a 		{ color: black; background-color: #CCCFD4; }
#menu li a:hover 	{ color: white; background-color:#547194; text-decoration: none; }
#menu li ul li a 	{ color: black; background-color: #EFF0F2; }
#menu li ul li a:hover 	{ color: white; background-color:#547194; text-decoration: none; }
#menu li a#active_l1 	{ color: #547194; background-color: #CCCFD4; background-image: url('../layout-images/bodenschatz/bodenschatz_li_a_active.gif'); }
#menu li ul li a#active_l2 { color: #547194; background-color: #EFF0F2; background-image: url('../layout-images/bodenschatz/bodenschatz_li_a_active.gif'); }


/* Überschriften */

h1,h2,h3,h4		{ color: #547194; }


/* Pfeile */

div.teaser 				{ background-image: url('../layout-images/bodenschatz/bodenschatz_li_a_active.gif'); }
.onScreenNavContainer a.ff		{ background-image: url('../layout-images/ff.gif'); }
.onScreenNavContainer a.fr		{ background-image: url('../layout-images/fr.gif'); }


/* Artikel */

.article_pre_float_left_wMargR p	{ background-color: #CCCFD4; min-height: 4.5em; }


/* Logo Fußzeile */

#logo_footer img		{ background-color: white; }