﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #808080;
	font-family:Arial, Helvetica, Sans-Serif ;
	font-size:small ;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;

}
#container {
	border-style: outset;
	position: absolute;
	left: 50%;
	width: 800px;
	height: auto;
	margin-left: -400px; /* negative Hälfte von width: 500px */;
	background-color: black;
	color: #EEEEEE;
	margin-top: 10px;
}
#head {
	height: auto;
	background-color: #000000;
}
#navigation {
	background-image: url('Img/footer.png');
	clear: both;
	padding: 0px;
	border: 0px;
	height: auto ;
}
#page_content {
	/*margin: 10px 0px 10px 0px; */
	margin: 5px;
/*	color: #CCCCCC;*/
	color:	#A79787;
	background-color: black;
}

#news_h1{
	font-size: small ;
	font-weight: bold ;
	color: white ;
	background: black ;
}


#news_h2{
	font-size: x-small ;
	font-weight: bold ;
	color: #FFCC00;	
	background: black ;
}

#news_body {
	font-size: x-small ;
	color: white ;
	background: black ;
	
}
#footer {
	text-align: center;
	font-size: small;
	background-color: #000000;
	background-image:url('Img/backfoot.png');
	background-repeat:repeat-x; 
	height: 70px;
	color:#A79787;
}

#werbung {
	position: absolute;
	width: auto;
	height: auto;
	left: 50%;
	margin-left: +420px;
	margin-top: 195px;
}
a:link {
	text-decoration: underline;
	color:	#A79787;
/*	color: #C0C0C0;*/
}
a:active {
	color: #FF0000;
	text-decoration: underline overline;
	font-weight: bold;
}
a:visited {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline ;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
}
ul {
	list-style-image: url('Img/bullet.png');
	list-style-position: outside;
}
h1 {
	font-size:medium ;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	border-bottom:medium #A79787 double  ;
	padding-bottom: 5px;
	padding-top: 5px;
}
h2 {
	font-size: large;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	text-decoration: underline;
}
h3 {
	font-size: small;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}
