/* layout.css */

body 			{ background-color: #F4F4F4; }
#header			{ background: #F4F4F4; }
#outer			{ background: #ffffff url(../layout-images/betty/betty_background_3.gif) repeat-y ; }
#footer 		{ background: #F4F4F4 url(../layout-images/betty/betty_background_foot.gif) no-repeat; }
#rightContent 		{ padding-top: 76px; }


/* a, global */

a			{ color: #E73838; }


/* navigation */

#menu li a 		{ color: black; background-color: #C2C2C2; }
#menu li a:hover 	{ color: white; background-color:#E73838; text-decoration: none; }
#menu li ul li a 	{ color: black; background-color: #E0E0E0; }
#menu li ul li a:hover 	{ color: white; background-color:#E73838; text-decoration: none; }
#menu li a#active_l1 	{ color: #E73838; background-color: #C2C2C2;  background-image: url('../layout-images/betty/betty_li_a_active.gif'); }
#menu li ul li a#active_l2 { color: #E73838; background-color: #E0E0E0; background-image: url('../layout-images/betty/betty_li_a_active.gif'); }


/* Überschriften */

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


/* Pfeile */

div.teaser 				{ background-image: url('../layout-images/betty/betty_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_groupHead			{ background-color: #E73838; }
.article_pre_float_left_wMargR p	{ background-color: #D9D9D9; min-height: 4.5em; }


/* Logo Fußzeile */

#logo_footer				{ float: right; padding-right: 28px; position: relative; top: -105px;  }
#logo_footer img			{ padding: 0; border: 0; margin: 0; }