
/* ---------------  zentriert den Inhalt des Frames, entfernt oberen Rand --------------*/
#document_main {
	margin:0px auto 0;
	width:845px;
}



/* -------------- entfernt den Hintergrund --------------*/
html,body{
	background-color: #ffffff;
	color: #0D2E4C;
}

#main div.round_top {
	background-image: none;
}
#main div.round_bottom {
	background-color: #ffffff;
	background-image: none;
}


/* -------------- ändert das generelle Modul Layout --------------*/
div.module.inverse {
	background-color:#fcb040;
}

div.module {
	border: 1px dotted #88c0e9;
}
#navigation div.module h2{
	display:none;
}
div.module.colored {
	background-color:#eef4f8;
}


/* -------------- blendet nicht benötigte module aus --------------*/
#navigation #display_action_modul{
	display:none;
}
#content #last_actions{
	display:none;
}
#content #biglogo {
	display:none;
}
div#patch div.flag_selectors {
	display:none;
}


/* -------------- ändert button und Navigationselemente Farben --------------*/
.button.button_red, .button:hover, .button.button_blue:hover {
	background-color: #378ecd;
	border:1px solid #378ecd;
}

.button, .button.button_blue, .button.button_orange:hover {
	background-color: #378ecd;
	border:1px solid #378ecd;
}

.button.button_orange, .button.button_red:hover {
	background-color: #378ecd;
	border:1px solid #378ecd;
}

#check_hotel_prices span.breadcrumb div#breadcrumb {
	background-color: #fcb040;
	border:1px solid #1c4c6d;
}

ul.COMElement.COMMenuContainer li.COMElement a.COMElement:hover, ul.COMElement.COMMenuContainer li.COMElement a.COMElement:focus {
	background-color: #fcb040;
	color:#FFFFFF;
}
a.COMElement.COMMenuUnEven {
	background:#cccccc none repeat scroll 0 0;
}
#navigation #filterbox_main div.slider_track div.highlight {
	background-color:#fcb040;
}
#navigation #filterbox_main div.slider_track div.tooltipp {
	background-color:#fcb040;
}



/* -------------- passt trivago spezifische Hintergründe an --------------*/
#home_toplistfeature div.innertoplist {
	background-image: none;
}

#content div.hotellistitem div.index {
	background-image: none;
	color:#000000;
	font-size:18px;
	font-weight:bold;
}

#content table.toplist .number {
	background-image: none;
	color:#000000;
	font-size:18px;
	font-weight:bold;
}

#content div.hotellistitem div.hotellinks {
	background-color:#eef4f8;
}
#content #hotellisttop div.view_style a.icon1_active, #content #hotellisttop div.view_style a.icon2_active, #content #hotellisttop div.view_style a.icon3_active {
	background-color:#eef4f8;
}
#content #item_price_search table.itemcontent tr.head td {
	background-color:#eef4f8;
}
#content div#hotellisttop div.orderselect a.active 
{
	background-color:#eef4f8;
}
#content div#hoteldealsstandby
{
	padding: 0px;
	background-image: none;
}
#content div#hoteldealsstandby img{
	display: none;
}
span.breadcrumb div.arrow {
	display: none;
}



