/**
*
*	CSS Angaben um die runden Ecken zu erstellen
*	zusätzlich sind die Grundformatierungen der jeweiligen Container angegeben
*
**/

/***	Panel			**/
.panelro {
	height:32px;
	/* Keine dynamische Größe möglich
	width:60em;*/
	width:950px;
	color: black;
	background:#6E88BC url('images/panel_ro.gif') top right no-repeat;
	margin:5px 0px 0px 0px;
}
.panello {
	height:32px;
	background:url('images/panel_lo.gif') top left no-repeat;
}
.panelru {
	height:32px;
	background:url('images/panel_ru.gif') bottom right no-repeat;
}
.panellu {
	height:32px;
	background:url('images/panel_lu.gif') bottom left no-repeat;
}
.panelinhalt {
	margin:0;
	padding:0px 0px 0px 25px;
}

/***	Menü links		***/
.left{
	/* Keine dynamische Größe möglich
	width:11em;*/
	width:175px;
	/* Keine dynamische Größe möglich
	min-height:30em;*/
	min-height:300px;
	float:left;
	/* Keine dynamische Größe möglich
	margin:0.1em 0.5em 0.1em 0.5em;*/
	margin:5px 0px;
	color: black;
}
.leftro {
	background:#5B9CBD url('images/menu.gif') top right no-repeat;
}
.leftlo {
	background:url('images/menu_lo.gif') top left no-repeat;
}
.leftru {
	background:url('images/menu_ru.gif') bottom right no-repeat;
}
.leftlu {
	background:url('images/menu_lu.gif') bottom left no-repeat;
}
.leftinhalt {
	margin:0px;
	/* Keine dynamische Größe möglich
	padding:1em 0em 0em 0em;*/
	/* Keine dynamische Größe möglich
	min-height:30em;*/
	min-height:298px;
	background:url('images/menu-repeat.gif') top left repeat-y;
	/* Keine dynamische Größe möglich
	border-bottom:#21729b solid 0.1em;*/
	border-bottom:#21729b solid 1px;
	width:175px;
	margin:1px 0px;
	padding:0px;
}

/***	Inhalt rechts		***/
.right{
	/* Keine dynamische Größe möglich
	width:47em;*/
	width:765px;
	/* Keine dynamische Größe möglich
	min-height:30em;*/
	/* Keine dynamische Größe möglich
	margin:1em 0em 0em 12.5em;*/
	margin:5px 0px 5px 185px;
	color: black;
	background-color:#ffffff;
}
.rightindex{
	/* Keine dynamische Größe möglich
	width:47em;*/
	width:950px;
	/* Keine dynamische Größe möglich
	min-height:30em;*/
	/* Keine dynamische Größe möglich
	margin:1em 0em 0em 12.5em;*/
	margin:5px 0px 5px 0px;
	color: black;
	background-color:#ffffff;
}
.rightro {
	background:#FFFFFF url('images/content_ro.gif') top right no-repeat;
}
.rightlo {
	background:url('images/content_lo.gif') top left no-repeat;
}
.rightru {
	background:url('images/content_ru.gif') bottom right no-repeat;
}
.rightlu {
	background:url('images/content_lu.gif') bottom left no-repeat;
}
/***        Footer          ***/
.mainfooter{
	width:950px;
	height:50px;
	margin:0px 0px 10px 0px;
}
.footerro {
	height:50px;
	color: black;
	border-bottom:#0F3048 solid 2px;
	background:#164769 url(images/footer_ro.gif) top right no-repeat;
}
.footerlo {
	height:50px;
	background:url(images/footer_lo.gif) top left no-repeat;
}