body{
 	font-family: Verdana, sans-serif;  /* "Trebuchet MS" */
 	font-size: 0.75em;
 	line-height: 160%;
 	text-align: left;
 	color: #FFFFFF; 
 	background-color: #300a19;
 	margin: 0px;
}

/* Geometrie ***********/

img.docimg{
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 10px;	
}

div.page{
	width: 952px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-height: 550px;
}

div.header{
	border: 1px none silver;
	overflow: hidden;
}

div.pageimage{
}


div.menu{
	 border:1px none white; text-align: right; margin-bottom: 40px;
}

.image{
	margin-top: 0px;
	margin-bottom: 50px;
	border: 1px none silver;
}

div.left{ 
	float:left; border:1px none white; width:120px; padding-left:20px;
}

div.right{
	float:right; border:1px none white; width:140px; padding-right:10px;
}

div.main{
	float:left; border:1px none red; width:520px; padding-left:20px; padding-right:20px; margin-right:50px;
}

div.footer{
	clear: all;
	width: 940px;
	min-height: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	text-align: right;
	font-size: 80%;
	border-top: 1px solid white;
}

