body	{
	padding: 0px;
	margin: 0px;
	background-color: #2B455E;
}
#page	{
	width: 800px;
	/*margin-left:100px;
	margin-right:inherit;*/
	background-image: url(../templates/images/leh_seitenhigr_klein.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: inherit;
	position: relative;
}

#header {
	background-image: url(../templates/images/leh_kopf_klein.jpg);
	height: 189px;
	position: relative;
}

#content	{
	margin: 12px;
	width: inherit;
	border: 0px solid red;
	overflow:hidden;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	min-height: 350px;
}
#navigation_header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position: absolute;
	right: 10px;
	bottom: 11px;
}
a{
	margin: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover	{
	color: #66FFFF;
}
