/* CSS Document 
Urban Potentials
*/
body {
	font-family: Arial, Helvetica, sans-serif;
/*	height: 100%;
	padding-bottom: 20px;*/
}
/*menue*/
#menue {
	padding-top: 20px;
	position: absolute; top: 0px; right: 0px;
	width: 210px;
	border-left: 1px solid #999999;	
}
#menue .bild {
	margin-left: 24px;
	margin-bottom: 30px;
}
#menue .hinweis {
	font-size: 12px;
	font-weight: normal;
}	
#menue p {
	font-size: 14px;
	font-weight: 800;
	margin-left: 30px;
	padding-top: 0px;
	margin-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#menue a {
	color: #000000;
	text-decoration: none;
}	
#menue a:hover {
	color: #E60003;
}	
#menue a.sub {
	padding-left: 15px;
}	
#menue a.aktiv {
	color: #E60003;
}	
#menue a.saktiv {
	padding-left: 15px;
	color: #E60003;
}	

/*inhalt*/
#inhalt {
	height: 850px;
	overflow: auto;
	padding-top: 20px;
	position: absolute; top: 3px; right: 210px;
	border: 0px solid #ff0000;
	width: 430px;
}		
#inhalt p {
	font-size: 12px;
	font-weight: normal;
	margin-right: 30px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
#inhalt .kleinerabstand {
	margin-bottom: 3px;
}
#inhalt .vdatum {
	margin-bottom: 0px;
}	
#inhalt .fett {
	font-weight: bold;
}
#inhalt .vtitel {
	font-weight: bold;
	margin-bottom: 3px;
}
#inhalt .eingerueckt {
	margin-left: 10px;
}
#inhalt a {
	color: #E60003;
	text-decoration: none;
}	
#inhalt a:hover {
	color: #E60003;
}	
#inhalt table {
	width: 380px;
	font-size: 12px;
	table-layout: fixed;
}
.linie {
	width: 380px;
	height: 2px;
	background-color: #999999;
}

h1 {
	color: #E60003;/*#E3B100;*/
	font-size: 16px;
	font-weight: bold;
}	
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-right: 10px;
}	
	
	
