/* Stylesheet für Landstuhler Schützen */
* { padding: 0; margin: 0; }
# a {
	^color: #000000;
	}
body {
	color: white; /* schriftfarbe */
	background-color: #009900; /* hintergrundfarbe*/
	font-family: Arial, Helvetica, sans-serif;
	}
#wrapper {
	color: #000000;
	background-color: #FFFFFF;
	width: auto;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	border: 2px;
	border-style: solid;
	border-color: #000000;
	}
#kopfbereich {
	color: #000000;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	border-width: 2px;
	border-style: groove:
	border-color: #FFFF00;
	padding-top: 5px;
	}
#kopfbereich img {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	}
#navibereich {
	float: left;
	width: 20%;
	background-color: #FFFF00;
	border-width: 2px;
	border-left-width: 0;
	border-style: solid;
	border-color: #009900;
	}
#navibereich ul {
	padding: 0;
	margin-left: 0;
	font-size: 110%;
	}	
#navibereich li {
    list-style-type: none;
	margin: 0;
	padding: 0;
	}	
#navibereich a {
	font-size: 110%;
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 4px;
	border-left: 3px solid white;
	border-bottom: 3px solid white;
	}
#navibereich #navi01 {
	border-top: 1px solid white;
	}	
#navibereich a:hover,
#startseite #navi01 a,
#aktuelles #navi02 a
	{
	color: black;
	background-color: white;
	border-left: 3px solid #CC6600;
	}	
#menue {
	color: #000000;
	background-color: #FFFF00;	
	float: right;
	width: 74%;
	padding: 5px;
	border-width: 2px;
	border-right-width: 0;
	border-style: solid;
	border-color: #009900;
	}
#menue ul {
	margin-bottom: 0;
	}
#menue li {
	display: inline;
	list-style-type: none;
	margin: 0 15px 0 0;
	}
#menue a {
	text-decoration: none;
	color: black;
	padding: 5px;
	}		
#menue a:hover {
	text-decoration: none;
	color: black;
	background-color: white;
	padding: 5px;
	border-bottom: none;
	}	
#hauptbereich {
	float: right;
	width: 74%;
	min-height: 300px;
	padding: 25px;
	padding-right: 0;
	background-image:  url("Bilder/sitegrafiken/Mauer.gif");
	background-repeat: repeat-y;
	background-position: top right;
	}
#hauptbereich .artikel {
	float: left;
	width: 90%;
	margin-bottom: 50px;
	}
#hauptbereich .artikel img {
	width: 100%;
	margin-bottom: 10px;
	}
#hauptbereich .artikel h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	}
#hauptbereich .artikel .thumb {
	width: 100px;
	heigth: 100px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	}
#hauptbereich .artikel .linkbild {
	width: 500px;
	border: 0;
	float: left;
	}	
#hauptbereich .artikel .unterartikel {
	width:80%; 
	float:right;
	}
#hauptbereich .artikel .amt {
	text-align: center;
	margin-bottom: 40px;
	}
#hauptbereich  .artikel h5 {
	margin-top:20px;
	margin-bottom:20px;
	}	
#hauptbereich .artikel .bildertabelle img {
	height: 2%;
	}	
#fussbereich {
	clear: both;
	background-color: #FFFF00;
	text-align: center;
	font-size: 80%;
	letter-spacing: 2px;
	line-height: 1.5em;
	padding: 10px;
	border-top-width: 2px;
	border-top-color: #009900;
	border-top-style: solid;
	}	
			

