html, body{
	height:					100%;
	width:					100%;
}
body {
	margin: 				0px;
	padding: 				0px;
}
/* ------------------------------------------------------------------------- zentriert  */
DIV.aussen {
	background-image: 		url(../02_bilder/back_big.gif);
	background-position: 	center center;
	height: 				100%;
	width: 					100%;
	margin-left: 			auto;
	margin-right: 			auto;
	text-align: 			center;
}
DIV.flexi {
	height: 				560px;
	width: 					770px;
	margin-left: 			auto;
	margin-right: 			auto;
	text-align: 			left;
}
/* ------------------------------------------------------------------------- basics  */
a {
	color: 					#FFBB00;
}
a:hover {
	color: 					#0C2A7F;
}
img {
	border:					0px;
}
p {
	margin:					0em 0em 1em 0em;
	padding:				0px;
}
hr {
	color:#0C2A7F;
	background-color: #0C2A7F;
	border:0px solid white;
	height: 1px;
	margin-bottom: 1em;
}
/* ------------------------------------------------------------------------- navi  */
UL.navi {
	text-align: 			right;
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				14px;
	font-weight: 			bold;
	margin:					0px;
	padding:				0px;
	line-height: 			18px;
	color:					#FFBB00;
}
UL.navi LI {
	list-style-type: none;	
}
UL.navi LI A {
	text-decoration: none;	
	color: #FFBB00;
}
UL.navi LI A:HOVER {
	text-decoration: none;
	color: #0C2A7F;
}
UL.navi LI A.downstatus {
	text-decoration: none;
	color: #0C2A7F;
}
/* ------------------------------------------------------------------------- layout  */
DIV.spaltelinks {
	width: 					220px;
	float:					left;
}
DIV.spalterechts {
	margin:					0px 0px 0px 28px;
	padding:				0px;
	width: 					505px;
	float:					left;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFBB00;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0C2A7F;
}

.subheadzwei {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
.fliess {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C2A7F;
}

DIV.date {
	background-image: url(../images/plant_gem_2008_lisbon_2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
DIV.date2 {
	background-image: url(../images/plant_gem_2008_lisbon_2_2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
TABLE.programm {
	margin-bottom: 2em;
}
TABLE.programm TR TD {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C2A7F;
	padding-top: 0px;
}
TABLE.programm TR TD hr {
	width:97%;
	background-color:#FFBB00;
	border-color:#FFBB00;
	color:#FFE7A6;
	height:1px;
	padding:0;
	margin:0;
}
.orangeabstand {
	color: #2154EB;
	margin-bottom: 4px;
}
UL.listen {
	text-align: 			left;
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				12px;
	font-weight: 			normal;
	margin:					0px 0px 0px 15px;
	padding:				0px;
	color: 					#00580E;
}
UL.listen LI {
	color: #0C2A7F;	
}
UL.listen LI A {
	text-decoration: underline;	
	color: #00580E;
}
UL.listen LI A:HOVER {
	text-decoration: none;
	color: #98BF00;
}

/*		INFORMATION */
span.info_right {
	height:223px; 
	width:230px;
		float:right;
	display:block;

}
span.info_right div {
	width:100px;
	float:left;
}
span.info_right div img {
	float:left;
}
span.info_right div span {
	font-size:10px;
	width:74px;
	dsplay:block;
	float:left;
	padding-left:5px;
	font-family: 			Arial, Helvetica, sans-serif;
}
span.info_right div span#t2 {
	padding-top:7px;
}

span.info_right div.placesOfInterest {
	border: 1px solid black;
	padding:5px 2px 5px 5px;
	width:230px;
	font-size:11px;
		font-family: 			Arial, Helvetica, sans-serif;
}

.clearfix:after {
	content:					".";
	display:					block;
	height:						0;
	clear:						both;
	visibility:					hidden;
}

.clearfix {
	display:					inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:					block;
}

/* End hide from IE Mac */

.zuruecksetzen {
	display:					block !important;
	clear:						both !important;
	margin:						0px !important;
	padding:					0px !important;
	font-size:					1px !important;
	line-height:				1px !important;
}