/*
------------------------
der präparator.at 10-2008
tauro.at
------------------------
*/
*{
	margin: 0;
	padding: 0;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 120%;
	margin: 0px auto;


	background-image: ;
	background-repeat: repeat-x;
	background-image: url(../Bilder/HG/HG-Wald.jpg);
}	

#container {
	width: 800px;
	height: 100%;
	margin: 15px auto;
	border: 1px solid #999999;
}

#header {
	height: 130px;
	background-image: url(../Bilder/HG/Logo-4.jpg);
}

#navigation {
	height: 21px;
	padding-top: 4px;
	padding-bottom: 0px;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #670001;
	border-bottom-color: #990000;
}
#navigation ul {
	list-style-type: none;
	color: #670001;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
}

#navigation li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

#navigation a:hover {
	color: #FFFFFF;
	background-color: #999999;
}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}

#mainContent {
	height: 500px;
	background-image: url(../Bilder/HG/mainContent.png);
}

#footer {
	height: 20px;
	text-align: center;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #670001;
}
