html,body
{
	height: 100%;
}

html,body
{
	background-color: #b2b2b2;
	background-image: url(images/bgVerlauf.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}


DIV#hintergrund
{
	width: 700px;
	height: 100%;
	min-height: 100%;
	background-image: url(Background.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	background-color: white;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
   	margin-left: auto;
   	margin-right: auto; 
}

DIV#nav
{
	width: 700px;
	height: 17px;

}

DIV#titel 
{
	font-weight: bold;
}

DIV#titel A
{
	color: gray;
	font-weight: normal;
}

DIV#logocontainer
{
	top: 133px;	
	bottom: 220px;
	position: absolute;
	width: 330px;
	/*height: expression(document.body.offsetHeight - 353 + "px");*/
	margin: 0px 10px 0px 10px;
	text-align: center;
}


DIV#logo
{
	margin: auto;

}

DIV#content
{
	overflow: auto;
	top: 133px;	
	bottom: 220px;
	position: absolute;
	width: 680px;
	height: expression(document.body.offsetHeight - 353 + "px");
	margin: 0px 10px 0px 10px;
	text-align: justify;
	line-height: 1.5em;
	z-index: 0;
	vertical-align: middle;
}




DIV#impressum
{
	width: 700px;
	height: 11px;
	background-color: #eeeeee;
	font-family: Arial;
	font-size: xx-small;
	text-align: center;
	bottom: 1px;
	position: absolute;
	
}

DIV#impressum A
{
	color: black;
	text-decoration: none;
}

DIV#impressum A:hover
{
	font-style: italic;
}

.backwards
{
	unicode-bidi: bidi-override;
	direction: rtl;	
}

TABLE.ddm1 IMG 
{
	vertical-align:middle;
}
