html {
	height: 100%; 
	margin-bottom: 1px;
}
body {
	text-align: center;	/* hrahmen im IE zentrieren. */
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 75%; 
	color: #666666;
	background-color: #F7F9F7;
	margin-top: 0px;
	background-image: url(img/back.png);
	background-repeat: repeat-x;	
}
	
#hrahmen {
	margin:0px auto;  /* hrahmen in anderen Browsern zentrieren. */
	text-align: left; /* Text wieder nach links ausrichten. */
	width: 730px;     
}
#main {
	text-align: left;
	position: relative;
	z-index: 2;
	background-image: url(img/main.png);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 13px;
	padding-right: 30px;
	padding-left: 30px;
}

#foot {
	text-align: left;
	position: relative;
	z-index: 2;
	background-image: url(img/end.png);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding-top: 30px;

}
#content
	{
	position: relative;
	width: 450px;
	float: left;
	background-image: url(img/contentbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #f5f5f5;
	border-left: 4px solid #D2DDD2;
}
#contenttitel
	{
	position: relative;
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
	font-size: 130%;
	font-weight: bolder;
	line-height: 25px;
	letter-spacing: -1px;
	background-image: url(img/contentbg.png);
	background-repeat: repeat-x;
	color: #003300;
}
#contentzwa
	{
	position: relative;
	width: 180px;
	float: right;
}
.contentzwatitel
	{
	position: relative;
	border-bottom: 1px solid #f5f5f5;
	font-size: 130%;
	font-weight: bolder;
	line-height: 25px;
	letter-spacing: -1px;
	padding-left: 6px;
	border-left: 4px solid #D2DDD2;
	border-right: 1px solid #f5f5f5;
	background-image: url(img/contentbg.png);
	background-repeat: repeat-x;
	color: #003300;
}
	
.menu
	{
	display: block;
	position: relative;
	margin-bottom: 1px;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 2px;
	color: #688668;
	border-bottom: 1px solid #f5f5f5;
	border-left: 4px solid #D2DDD2;
	border-right: 1px solid #f5f5f5;
}
	a.menu
	{
	display: block;
	position: relative;
	height: 20px;
	margin-bottom: 1px;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 2px;
	color: #688668;
	border-bottom: 1px solid #f5f5f5;
	border-left: 4px solid #D2DDD2;
	border-right: 1px solid #f5f5f5;
}
	a.menu:hover
	{
	display: block;
	position: relative;
	height: 20px;
	margin-bottom: 1px;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 2px;
	color: #003366;
	border-bottom: 1px solid #CCCCCC;
	border-left: 4px solid #688668;
	border-right: 1px solid #ccc;
	font-weight: bold;
	background-color: #F7F9F7;
}

#footer {
	clear:both;
	padding:2px;
	text-align:center;
	border-top: 1px solid #ccc;
	font-size: 80%;
	color: #666666;
	text-decoration: none;
}
	a:link, a:visited, a:active {
	color: #688668;
	text-decoration: none;
}
	a:hover {
	color: #FF0000;
	text-decoration: none;
}
.article_img {
	border: 1px solid #D2DDD2;
	padding: 2px;
}
