/* layout.css */

body 			{ background-color: #fff; }
#header			{ background: #fff; height: 257px;	/*height: 273px;*/ }
#headerContent 		{ height: 138px; /*height: 133px;	top: 139px;*/ }
#outer			{ background: #fff url(../layout-images/sansibar/sansibar_background_3.gif) repeat-y ; }
#footer 		{ background: #fff url(../layout-images/sansibar/sansibar_background_foot.gif) no-repeat; }
#rightContent 		{ padding-top: 76px; }

#left {
	padding-top: 257px;/*needed to make room for header*/
}
#right {
	padding-top: 257px;/*needed to make room for header*/
}
#center {
	padding-top: 257px;
}

#header img			{ margin-top: 7px; }


/* a, global */

a			{ color: #B70E22; }


/* navigation */

#menu li a 		{ color: black; background-color: #b4b4b4; }
#menu li a:hover 	{ color: white; background-color:#B70E22; text-decoration: none; }
#menu li ul li a 	{ color: black; background-color: #e0e0e0; }
#menu li ul li a:hover 	{ color: white; background-color:#B70E22; text-decoration: none; }
#menu li a#active_l1 	{ color: #B70E22; background-color: #b4b4b4; background-image: url('../layout-images/sansibar/sansibar_li_a_active.gif'); }
#menu li ul li a#active_l2 { color: #B70E22; background-color: #e0e0e0; background-image: url('../layout-images/sansibar/sansibar_li_a_active.gif'); }


/* Überschriften */

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


/* Pfeile */

div.teaser 				{ background-image: url('../layout-images/sansibar/sansibar_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: #b70e22; }
.article_pre_float_left_wMargR p	{ background-color: #F3F3F3; min-height: 4.5em; }


/* Logo Fußzeile */

#logo_footer				{ float: right; padding-right: 24px; position: relative; top: -174px;  }
#logo_footer img			{ padding: 0; border: none; background-color: none; margin: 0; }

