/* layout.css */

body 			{ background-color: #717171; }
#header			{ background: #717171; }
#header img		{ margin-top: 45px; }
#header #headerContent img { margin-top: 0; }
#headerContent  	{ border-top: 1px solid #fff; border-left: 1px solid #fff; border-right: 1px solid #fff; }
#outer			{ background: #fff url(../layout-images/veramont/veramont_background_3.gif) 0px 0px repeat-y ; }
#footer 		{ background: #717171 url(../layout-images/veramont/veramont_background_foot.gif) no-repeat; margin-bottom: 0; }
#footerContent .pseudolink, #footerContent a	{ color: #ececec; }

#rightContent 		{ padding-top: 76px; }
#logo_footer		{ display: none; visibility: hidden; }

/* a, global */

a			{ /*color: #e596db;*/ color: #e174d3; }


/* navigation */

#menu li a 		{ color: white; background-color: black; }
#menu li a:hover 	{ color: white; background-color: #e596db; text-decoration: none; }
#menu li ul li a 	{ color: black; background-color: #c7c7c7; }
#menu li ul li a:hover 	{ color: black; background-color:#e596db; text-decoration: none; }
#menu li a#active_l1 	{ color: #e596db; background-color: black; background-image: url('../layout-images/veramont/veramont_li_a_active.gif'); }
#menu li ul li a#active_l2 { color: #e174d3; background-color: #c7c7c7c7; background-image: url('../layout-images/veramont/veramont_li_a_active.gif'); }


/* Überschriften */

h1,h2,h3,h4		{ /*color: #e596db;*/ color: #e174d3; }


/* Pfeile */

div.teaser 				{ background-image: url('../layout-images/veramont/veramont_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: #717171; }
.article_pre_float_left_wMargR p	{ background-color: #F3F3F3; min-height: 2.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; }
