/*////////////////////////////////////////////////// formatierungen mit *html definieren ausnahmen für den ie*/
body {
	background: #999966;
	color:#000;
	font-family: Verdana, Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 170%;
	white-space: normal;
	height: 100%;
	width: 100%;	
}
#oben {
	margin: 0px;
	padding: 0px;
	height: 195px;
	text-align: right;
	background-image: url(../images/start_bg_oben.gif);
	background-repeat: repeat-x;
}
#inhalt {
	margin: 0px;
	padding: 0px;
	background-color: #E3EFCB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333300;
	text-align: center;
	
}
#artikel {
	background-image: url(../images/start_eingang.gif);
	background-repeat: no-repeat;

	padding-top: 30px;
	text-align: left;
	padding-left: 35%;
	background-position: 0px;
	height: 270px;
}

#artikel p {
	padding: 0px;
	font-size: 80%;
	font-weight: normal;
	margin: 15px 0px 5px;
}
#eingang {
	margin-top: 20px;
}
#eingang a:link, #eingang a:visited, #eingang a:active  {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #CC0000;
	text-decoration: none;
	background-image: url(../images/start_link.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: 0px -4px;
}
#eingang a:hover , #eingang a:focus{
	color: #999966;
	text-decoration: none;

}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	line-height:150%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1 .gruen {
	font-weight: 600;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


.rot {
	color: #cc0000;
}

.img_link {
	font-weight: bold;
	border: 0px;
}

	

#fuss {
	background-color: #999966;
	padding-left: 2%;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3EFCB;
	vertical-align: baseline;padding-top: 5px;
}
#fuss a, #fuss a:visited{
	font-weight: normal;
	color: #fff;
	font-size: 70%;
	text-decoration: none;
	
}
#fuss a:hover , #fuss a:active, #fuss a:focus{
	color: #cc0000;
	text-decoration: none;

}
