/* Angaben für alle standardkonformen Browser */
body
{
	background:#ffffff;
	min-height: 600px;
	height: 100%;
	text-align: center;
	min-width: 600px;
	font-family: Arial;
}
#main
{
	margin: 0 auto;
	height: 570px;
	width: 800px;
	text-align:left;
	background: #FFFFFF;
}


#links_oben
{
	position:absolute;
	margin-top: 0px;
	margin-left: 0px;
	width:400px;
	height: 285px;
	text-align:left;	
	background: #FFFFFF;

}

#rechts_oben
{
	position:absolute;
	margin-top: 0px;
	margin-left: 400px;
	width:385px;
	height: 275px;
	text-align:left;	
	background: #FFFFFF;	
	

}

#links_unten
{
	position:absolute;
	margin-top: 285px;
	margin-left: 0px;
	width:400px;
	height: 285px;
	text-align:left;	
	background: #FFFFFF;

}

#rechts_unten
{
	position:absolute;
	margin-top: 285px;
	margin-left: 400px;
	width:400px;
	height: 285px;
	text-align:right;	
	background: #FFFFFF;	
}
#logo
{
	position:absolute;
	margin-top: 225px;
	margin-left: 350px;
	width:100px;
	height: 119px;
	text-align:right;		
}

.ro {
	background:url(../images/news_ro.gif) top right no-repeat;
	margin:0;
	margin-left: 25px;
	margin-right: 25px;
}

.lo {
	background:url(../images/news_lo.gif) top left no-repeat;
	margin:0;
}

.ru {
	background:url(../images/news_ru.gif) bottom right no-repeat;
	margin:0;
}

.lu {
	background:url(../images/news_lu.gif) bottom left no-repeat;
	margin:0;
}

a:link { color:black; color:#000000;}
a:visited { color:black; color:#000000;}
a:focus { color:black; color:#000000;}
a:hover { color:black; color:#000000;}
a:active { color:black; color:#000000;}

.link
{
	color: blue;
	font-size: 10px;
	font-style: normal;
	text-decoration: underline
}

a img
{
	border:0px;
}
/* Formatierung des Seiteninhaltes */


/* Angaben nur für den Internet Explorer mit Star HTML Hack */

* html, * html body 
{
	height:100%;
	background-attachment:scroll;
}


/* Der IE soll das Element breiter darstellen, da margin und
   padding hier von der Breite abgezogen werden! */



