.Stil2 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color: #666666;
	text-decoration:none;
}
a:hover {
	color: #CCCCCC;
	text-decoration:none;
}

/* body */
body {
	background-image:url(../image/HG.jpg);
	color:#666;
	font:0.8em "trebuchet ms", helvetica, sans-serif;
}

/* container */
#container {
	background:url('../image/background.jpg') no-repeat;
	height:590px;
	left:50%;
	margin:-300px 0 0 -380px;
	position:absolute;
	top:50%;
	width:800px;
}

/* navigation */
#topmenu {
	float:right;
	margin-right:15px;
}

#topmenu a{
	color:#000000;
}

#topmenu a:hover{
	color:#9f0202;
}
#header {
	margin: 18px 9px 0px 9px;
	background-image: url(../image/header.jpg);
	height:120px;

}
#navigation {	
	height:20px;
	margin:0px 0px 0px 9px;
	padding:0px 0px 0px 20px;
	width:760px;
	background-color:#e4e4e4;

}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:left;
	height:15px;
	list-style:none;
	width:120px;
	
}
#navigation ul li a {
	color:#000000;
	height:10px;
	line-height:10px;
	padding:0px 0 0;
	text-align: left;
	width:75px;
}
#navigation ul li a:hover {
	color: #9f0202;
	
}
/* content */
#content {	
	height:415px;
	overflow:auto;
	padding:0px 30px 0px 30px;
	width:730px;
	float:left;
}
#contentimg {
	width:250px;
	height:auto;
	float:left;
	margin-right:10px;
	margin-bottom:10px;

}
#content h1 {
	color:#333;
	font-size:200%;
	margin-left:275px;
	margin-top:10px;
}


/* footer */
#footer {
	color: #666666;
	height:20px;
	padding:0px 0px 0px 0px;
	text-align:center;
	width:790px;
}
#footer a {
	color: #666666;
}
