html
{
	height: 100%;
	padding: 0px;
	margin: 0px;
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 		
	width: 100%;
	background: #E8DEC9;
	/*background: #E5DBC7;*/
}

body
{
	margin: 0px;
	padding-top: 10px;
	height: 100%;
	width: 100%;
	font: 0.76em arial, Verdana, sans-serif;
	text-align: center;
	background: url('../../images/background_tiler.gif') repeat-x;
}

form
{
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 	
}

.dvWrapper 
{
	position: relative;
	width: 980px;
	padding: 0px;
	margin: 0px auto 0px auto;
	height: auto;
	text-align: left;
	/*background: url('../../images/elements/content/topbar.gif') no-repeat;*/
	background-color: #D7CDB7;
	/*border: 1px solid silver;*/
}

.clearer 
{
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}

.dvHeader
{
	width: 980px;
	height: 387px;
	padding: 0px;
	margin: 0px;
	/*background: url('../../images/header/header1.jpg') no-repeat;*/
}

.dvBodyContainer
{
	position: relative;
	width: 980px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-position: 0px 0px;
	height: 1%;
}

.dvColumnLeft
{
	z-index: 5;
	position: relative;
	float: left;
	width: 633px;
	padding: 0px;
	margin: 0px;
	margin-left: 22px;
	margin-top: -25px;
	height: auto;
}

.dvColumnRight
{
	z-index: 5;
	position: relative;
	float: left;
	width: 282px;
	padding: 0px;
	margin: 0px;
	margin-left: 21px;
	height: auto;
}

.dvColumnLeftTop
{
	width: 633px;
	height: 16px;
	background: url('../../images/leftcontenttop.png') no-repeat;
}

.dvColumnLeftContent
{
	background: url('../../images/leftcontenttiler.png') repeat-y;
}

.dvColumnLeftContentContent
{
	padding-left: 10px;
	padding-right: 10px;
}

.dvColumnLeftBottom
{
	height: 26px;
	background-color: #D7CDB7;
	background: url('../../images/leftcontentbottom.png') no-repeat;
	
}

.dvColumnRightContent
{
	background: url('../../images/rightcontenttiler.png') repeat-y;
}

.dvColumnRightContentContent
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.dvColumnRightBottom
{
	height: 30px;
	background: url('../../images/rightcontentbottom.png') no-repeat;
}

.dvFooter
{
	position: relative;
	float: left;
	height: 25px;
	line-height: 25px;
	width: 970px;
	text-align: right;
	padding-right: 10px;
	/*background-color: #c0c0c0;*/
	color: #FFFFFF;
}

.dvRechtsTop
{
	z-index: 5;
	position: absolute;
	top: 41px;
	left: 676px;
	width: 282px;
	height: 346px;
	padding-top: 10px;
	background: url('../../images/rechtstopbg.png') no-repeat;
}

.dvMenu
{
	z-index: 5;
	position: absolute;
	top: 325px;
	left: 20px;
	width: 600px;
	height: 50px;
}

.Navigation
{
	color: #F3F3F3;
	font: 1.4em arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-right: 15px;
}

.Navigation:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

.BlogItem
{
	padding: 5px;
}

.BlogItemContent
{
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.1em;
	text-align: justify;
}

.BlogItemFooter
{
	font-size: 1.0em;
	color: silver;
}

.Paging
{
	height: 25px;
	text-align: center;
}