body {
	background-image:url('include/background2.gif');
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:verdana sans-serif;
	font-weight:bold;
	height:100%;
	color:#000;
	}

#layout_with_tables {
	/* aetsch.... ich brauch halt trotzdem tabellen zum layouten.....*/
	height:100%;
	background-image:url('include/background4.gif');
	padding:0px 52px;
	margin:0px;
	border-left:2px solid #000;
	border-right:2px solid #000;
	width:800px;
	}

#content {
	vertical-align:top;
	text-align:left;
	}

#titelbild {
	border:1px solid #853;
	margin:18px 0px;
	}

h2 {
        color:#853;
	font-size:24px;
	font-style:italic;
	line-height:5px;
	}

.linkleiste {
	text-align:right;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#853;
	font-size:12px;
	line-height:10px;
	}

a:hover {
	background-color:#853;	
	color:#feb;
	}

.navi  {
	border-top:1px solid #853;
	border-bottom:1px solid #853;
	margin-bottom:30px;
	}

.detailed {
	border-top:1px solid #853;
	border-bottom:1px solid #853;
	padding:0px;
	margin:10px 0px;
	width:100%;
	}

.detailed td {
	vertical-align:top;
	text-align:left;
	padding:10px 0px;
	border:0px;
	}
	
#portrait {
	padding:3px;
	border:solid 1px #853;
	background-color:#fff;
	}

#footer {
	border-top:1px solid #853;
	border-bottom:1px solid #853;
	text-align:center;	
	font-weight:bold;
	line-height:32px;
	margin:30px 0px 30px 0px;
	color:#853;
	}


