/* F A R B D E F I N I T I O N E N
Textfarbe (hellgrau): #B2B2B2;
Farbe Headlines: #FFF;
evival Link (dunkles Grau): #808080;
Strich Grundlinie: #272727;

Navi Grundlinie: #DADADA
Schrift Top-Menue: #FFF;
Linie Content-Trenner: #D0B83C;

*/
#header {
    position: absolute;
    top: 0px; left: 0px; right: 0px;
 	text-align: center;
    margin: auto; height: 150px;
	width: 903px;
	z-index: 0;
}
#content_container {
    position: relative;
    top: 0px; left: 0px; right: 0px;
    text-align: center;
    margin: auto;
  	width: 903px;
	z-index: 0; 
	height: 100%;
	min-height: 100%;
}

#banners_container {
	position: absolute;
	right: 2px; top: 202px; 
    text-align: center;
    margin: center;
	width: 129px;
	z-index: 0;
}

ul#right_banner-1 				{width: 129px; margin:0px; margin-left: 0px; padding: 0px; margin-top: 0px; top: 0px;}
ul#right_banner-1 li.top 		{list-style: none; background: #242424 url(../content/images/banners/top.gif) no-repeat top center; height: 5px;}
ul#right_banner-1 li.content 	{margin: auto; text-align: center; list-style: none; background: #242424;}
ul#right_banner-1 li.header 	{margin: auto; text-align: left; list-style: none; background: #242424; height: 42px;}
ul#right_banner-1 li.bottom 	{list-style: none; background: #242424 url(../content/images/banners/bottom.gif) no-repeat bottom center; height: 5px;}

ul#right_banner-2 				{width: 129px; margin:0px; margin-left: 0px; padding: 0px; margin-top: 20px;}
ul#right_banner-2 li.top 		{list-style: none; background: #242424 url(../content/images/banners/top.gif) no-repeat top center; height: 5px;}
ul#right_banner-2 li.content 	{margin: auto; text-align:center; list-style: none; background: #242424; height: 188px;}
ul#right_banner-2 li.bottom 	{list-style: none; background: #242424 url(../content/images/banners/bottom.gif) no-repeat bottom center; height: 5px;}

#head_page 		{font-size: 14px; font-weight:bold; line-height:16px; color:#fff; display: inline;}
#head_date 		{font-size: 12px; font-weight:normal; line-height:13px; color:#fff; display: inline;}
#head_article 	{font-size: 17px; font-weight:normal; line-height:20px; color:#fff; display: inline;}

#trenner {
	position: absolute;
	height: 1px;
	width: 530px;
	background: url(../content/images/trenner.gif) repeat-x; 
}

ul#contentmenue {
	list-style: none;
	display: inline;
	padding: 0px 0px 0px 0px; margin-left: 0px;
}

ul#contentmenue li {
	list-style: none;
	display: inline;
	padding: 0px 10px 0px 10px;
}
ul#contentmenue li a:link 	{text-decoration: underline;}
ul#contentmenue li a:hover 	{text-decoration: underline;}
ul#contentmenue li a:active {text-decoration: underline;}

#content {
    position: absolute;
    top: 228px;  left: 0px; 
    text-align: left;
	padding: 0px;
	width: 770px;
}

#content_innen {
    position: absolute;
    top: 0px; left: 0px; right:0px; 
    margin: left;
    text-align: left;
	padding: 0px;
	width: 500px;
	z-index: 1;
}

.spaceRight10	{padding-right: 10px;}
.spaceBottom10	{padding-bottom: 10px;}


