/* Global Styles */

body {
	margin:0px;
	background-color: #FF6600;
	width:100%;
	height:100%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#000000;
}
	
.inhalt_table {
	margin: 50px 0px 50px 0px;
}

table.aussen { width:100%; height:100%; }

table.aussen td { text-align:center; vertical-align:middle; }


/* URL Styles */	

a {
	color: #333333;
	line-height:12px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:all;
	padding:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	}
	
a:hover {
	color:#660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	}


/* Inhaltsbereich Style */

#content {
	width: 580px;
	height: 484px;

	
	margin: -360px 0px 0px 48px;
	
	border: none;
}


/* Inhalt Styles */
#inhalt_text {
	height: 300px;
	width: 420px;
	
	border: none;
	
	float: left;
	overflow: auto;
	
	text-align: justify;
}


#navigation {
	height: 250px;
	width: 420px;
	border: none;
	left: 326px;
	top: 468px;
	margin: 65px 0px 0px 140px;
	
	
}

#navigationmenue {
	height: 200px;
	width: 350px;
	
	valign: top;
	float: left;
	margin: 0px 0px 0px 0px;
	border: none;
	
	
}


.li-nav {
	list-style-type:none;
}
