body{
	background: #005AA9 url('../_gfx/bg_shadow.gif') center top repeat-y;
	margin:0; 
	padding:0;
	text-align:center;
}


#container_parent{
	background: url('../_gfx/bg_whitestripe.gif') 0 209px repeat-x;
}
#container{
	background: #D4EEFB url('../_gfx/bg_shadow.gif') center top repeat-y;
	position:relative;
	top:0; left:0;
	width: 780px;	
	margin: 0 auto;
	text-align: left;
}

#header{
	height: 250px;
	background: url('../_gfx/rrsh_header.jpg') 0 0 no-repeat;
	text-align: left;	
}
#language{
	margin:0; padding:0;
}
#language li{
	float:left;
	display: block;
	margin:0 20px; padding:0;	
	line-height:14px;	
}
#language a{
	text-decoration: none;
	color: #000;
	font-size: 0.9em;
}
#language img{
	margin-right: 4px;
}
#ticker{
	position: absolute;
	top: 225px; right: 15px;
	font-size: 0.9em;
	width: 500px;
	height: 20px;
}
#main{
	background: url('../_gfx/bg_content.gif') 25px 0 no-repeat;
	min-height:440px;
	height:auto !important;  /* für moderne Browser */
	height:440px;  /*für den IE */
}
#menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	clear:both;
	float:left;
	list-style-type: none;
	list-style-position: outside;
	list-style-image:none;
	width: 155px;	
	margin: 25px 0 0 40px;
	padding:0;
	display: inline;
}
#menu li{
	padding:0; margin:0;
	display: block;
	width: 100%;
	line-height: 190%;		
	border-bottom: 1px solid #81D0F4;
}

#menu li.active{
	background: url('../_gfx/miniflag.gif') 135px 4px no-repeat;
}

#menu a{
	display: block;

	font-weight:bold;
	text-decoration:none;
	color: #005AA9;
	padding-bottom: 1px;
	text-transform: uppercase;
}

#menu a:hover{
	color: #81D0F4;
}
#menu ul{
	margin:0; padding:0;
	padding-bottom: 2px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image:none;
}
#menu ul li,#menu ul li.active{
	border:none;
	background: url('../_gfx/arrow_blue.gif') 3px center no-repeat;
}
#menu ul li.active{
	background-image: url('../_gfx/arrow_darkblue.gif');
}
#menu ul a{
	padding-left: 14px;
	border: none;
	font-weight:normal;
	text-transform:none;
}
#menu ul li.active a{
	font-weight: bold;
}
/* Fix IE. Hide from IE Mac \*/
* html #menu li { float: left; height: 1%; }
/* End */


#content{
	float:right;
	width: 530px;
	margin-top: 30px;
	padding: 0 45px 50px 0;
}

