/*##################
#  Background      #
##################*/
body {
	background-image: url(/images/site/rlds/site_bg.png);
	background-color: #C8D2E8;
}
.div_main {
	background-image: url(/images/site/rlds/menu_bg.png);
}
.div_main, .div_footer {
	background-color: #C8D2E8;
}
.div_head_bottom, .merkheight {
	background-color: #5F6987;
}
.ueber_blue, .ueber_blue_blaettern {
	background-image: url(/images/site/rlds/btn_menu_bg.png);
	background-color: #5F6987;
}
.menu_div_ueberschrift, .footercontent {
	background-color: #5F6987;
}
.menu_div_hover {
	background-color: #99A8CC;
}
.div_menu_bg {
	background-image: url(/images/site/rlds/rlds_menu_bg.png);
	background-color: #9CA7C6;
	background-repeat:repeat-x;
}

/*##################
#  Width & Height  #
##################*/
.content_right {
	width: 176px;
}
.news {
	width: 368px;
}
.newsh {
	width: 121px;
}
.newshmax {
	height: 75px;
	width: 225px;
}
.titelh, .titelhw {
	width: 147px;
}
.titelh {
	height: 161px;
}
.forenh {
	width: 220px;
	height: 43px;
}
.content_left, .meldung_ueber_width {
	width: 602px;
}

.vertical_full_pad {
	padding: 7px 0px 7px 0px;
}
.highlight_frame {
	width: 170px;
	height: 167px;
}

/*####################
#  Oxebox-Background # (Definition in oxestyle.css wird damit überschrieben)
######################*/
.oxebox_bg {
	background-color: #717DA5;
}


.multimedia_streifen {
	position: absolute;
	left: 4px;
	top: 4px;
	width: 450px;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(/images/blue_trans.png);
	background-repeat: repeat;
	z-index:100;
}


a.videomenu {
	color: #000000;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}
a.videomenu:active {
	color: #000000;
	font-weight:normal;
}
a.videomenu:hover {
	color: #904502;
	font-weight:normal;
}
a.videomenu_hover{
	text-decoration:none;
	color: #000000;
	font-weight:bold;
	font-size:11px;
}
a.videomenu_hover:hover{
	color: #000000;
	font-weight:bold;
	text-decoration:line-through;
}
a.videomenu_hover:active{
	color: #000000;
	font-weight:bold;
}


/*####################
# Fullscreen Werbung #
####################*/
div.fullad_main {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #C6D0E6;
	display: none;
}

div.fullad_head {
	background-image: url(/images/site/rlds/head_bg.png);
	background-repeat: repeat-x;
	height: 113px;
	border-bottom: 1px solid #CCCCCC;
}

div.fullad_subhead {
	background-repeat: no-repeat; 
	height:113px;
}

a.fullad_link {
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	z-index: 1112;
	cursor: pointer;
}

div.fullad_ad {
	display: none;
	position: absolute;
	z-index: 1111;
	background-color: transparent;
}

/*####################################
# Schnellsuche AUTOCOMPLETE CSS defs #
####################################*/
div.autocomplete ul li.selected {
	background-color: #B8C2DC; /*9CA7C6; */
}