body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #E9EFF3;
}

a
{
	color: #003366;
	text-decoration: underline;
}

a:hover
{
	color: #94BDE1;
	text-decoration: none;
}

table, div, p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img
{
	border: 0px;
}

h1
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}


/*
	Site layout classes
*/


.site_container
{
	margin-left: auto;
	margin-right: auto;
	width: 899px;
	text-align: left;
}

.top_container
{
	width: 899px;
	height: 129px;
	background: url("../gfx/top.jpg");
	float:left;
}

.top_text a
{
	font-weight: bold;
	text-decoration: none;
	color:white;
}

.top_text
{
	float:right;
	padding-top:3px;
	padding-right:51;
}

.top_logo
{
	width: 194px;
	height: 76px;
	padding-top:12px;
	padding-left:7px;
}

.redtext
{
	color: red;
}

.menu_container
{
	float:left;
	width: 899px;
	height: 24px;
	background-color: #183973;
}

.content_container
{
	float:left;
	width: 899px;
	background: url("../gfx/content_middle.gif");
}

.content_container_dbe
{
	float:left;
	width: 899px;
	background: url("../gfx/content_middle_2.gif");
}


.content_left
{
	width: 146px;
	float:left;
	padding: 10px 1px 0px 1px;
}

.content_left h1, .cms_menuheader
{
	padding-left: 10px;
	background-color:#C4D7E8;
	border-bottom: dotted 1px #ABBECF;
	line-height: 20px;
	font-weight:bold;
	width:144px;
	/*
	background: url("../gfx/knap.gif");
	margin: 0px;
	line-height: 18px;
	font-size: 11px;
	color: #FFFFFF;
	margin-bottom: 10px;
	*/
}

.content_middle
{
	padding:10px 20px 10px 10px;
	width: 559px;
	float:left;
}

.content_middle_frontpage {
	float: left;
	width: 559px;
	
}

.content_right
{
	width:193px;
	float:right;
	padding-top:10px;
}

.bottom_container
{
 	padding: 10px 0px 0px 0px;
	float:left;
	width: 899px;
	height: 40px;
	background: url("../gfx/bottom.gif");
	background-repeat: no-repeat;
}

.bottom_container_dbe
{
 	padding: 10px 0px 0px 0px;
	float:left;
	width: 899px;
	height: 40px;
	background: url("../gfx/bottom_2.gif");
	background-repeat: no-repeat;
}


.bottom_container a
{
	font-size: 9px;
	text-decoration: none;
}


.under_menu_container
{
	width: 735px;
}

/*
	Site layout classes end
*/





/* MENU STYLE START */
ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	z-index : 721;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

/*#content {
	clear: left;
}*/

.menutop {
	padding: 0px 3px 0px 3px;
	color: #FFFFFF;
    font-size: 10px;
	font-weight: bold;
	text-decoration: none;	
	
}

.menutopcontainer {
	height: 24px;
	cursor: hand;
	pointer: hand;
	padding: 0px 0px 0px 0px;
	/float: left; /*only internet explorer*/
	
}


.menulistcontainer {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0px 0px 0px 0px;	
	background-color: #183973;
}

.menulistitem {
	padding: 0px 2px 0px 9px;
	color: #FFFFFF;
	background-color: #183973;
	font-family: arial, helvetica, sans-serif;
    font-size: 10px;
	font-weight: bold;
	width: 160px;
	cursor: hand;
	pointer: hand;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #183973;
	align: left;	
	line-height: 24px;
}


.menubar {
	height: 24px;
	width: 160px;
	border-style: solid;
	border-color: red;
	border-width: 0px 0px 0px 0px;	
}

.menutekst {
	
	color: #FFFFFF;
	font-family: arial, sans-serif;
    font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 2px;
	text-decoration: none;	
	line-height: 24px;
}

.menutekst:link, .menutekst:visited {
	color: #FFFFFF;
	font-family: arial, sans-serif;
    font-size: 10px;
	font-weight: bold;
	margin: 5px;
	padding: 5px 0px 0px 0px;
	text-decoration: none;	
	line-height: 24px;
}

.menutekst:active, .menutekst:hover {
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 5px;
	padding: 5px 0px 0px 0px;
	text-decoration: none;	
	line-height: 24px;
}
/* MENU STYLE SLUT */

/*
	Traveloffer
*/

.traveloffer_top 
{
	background: url('../gfx/menu_top.gif');
	width:144px;
	color:white;
	font-weight:bold;
	padding-left:9px;
	height:18px;
}

.traveloffer_list 
{
	padding-top:10px;
}

.travelofferteaser
{
	width: 135px;
	margin-left: 5px;
	
}

.travelofferteaser .bottom_layout
{
	width: 135px;
	float:left;
	background: url('../gfx/travelofferteaser_bund.gif') no-repeat;
	background-position: bottom left;

}

.travelofferteaser .middle_layout
{
	margin-bottom: 10px;
	width: 135px;
	float:left;
	background: url('../gfx/travelofferteaser_mid.gif') repeat-y;
}



.travelofferteaser .top_layout
{
	padding: 0px 0px 0px 10px;
	width: 135px;
	float:left;
	background: url('../gfx/travelofferteaser_top.gif') no-repeat;
	background-position: top left;
}

.travelofferteaser .view_all
{
	float:left;
	padding: 0px 0px 0px 10px;
	width: 135px;
	height: 18px;
	line-height: 18px;
	background: url('../gfx/tilbud_bg.gif') no-repeat;
}

.travelofferteaser .view_all a
{
	font-weight: bold;
}

.tm_header1
{
	padding-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #183973;
}
.tm_header2
{
	padding-left: 5px;
}

.tm_listBackground1
{
	background-color: #E9EFF3;
}

.tm_listBackground1 td, .tm_listBackground2 td
{
	padding-left: 5px;
}



/*
	Traveloffer
*/

/*

	CMS
*/
.cms_imagecontainer
{
	
}

.cms_imagecontainer img
{
	margin-right: 10px;
	float:left;
	
}

.cms_horisontalteaser
{
	clear:left;
	border-bottom: 1px solid #183973;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 520px;
}

.cms_verticalteaser
{
	clear:left;
	float:left;
	margin: 0px;
	border-bottom: 1px solid #183973;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 520px;
}

.cms_verticalteaser_content,
.cms_verticalteaser_text,
.cms_verticalteaser_link
{
	clear:left;
	float: left;
	width: 250px;
}

.cms_verticalteaser img
{
	clear:left;
	float: left;
	padding: 0px;
	margin: 0px;
}

.cms_verticalteaser_left
{
	float: left;
	width: 259px;
	display: block;
	border-right: 1px solid #183973;
	padding-right: 9px;
}

.cms_verticalteaser_right
{
	float: right;
	width: 250px;
	margin-left: 10px;
}

.cms_verticalteaser_left
{
}

.cms_menuitemlist
{
	background-color:#C4D7E8;
	width:144px;
}

.cms_menuitem_selected
{
	line-height: 20px;
}

.cms_menuitem
{
	border-bottom: 1px dotted #ABBECF;
	font-weight:bold;
	line-height: 20px;
	padding-left: 10px;
	width:144px;
}

.cms_menuitem a
{
	text-decoration:none;
}

.cms_imagelist
{
	width: 170px;
}

.cms_imagelist img
{
	margin-left: 10px;
	float:left;
	clear: left;
	margin-bottom: 10px;
	
}



#star {
	color: #183973;
	
	font-family: Wingdings;
	font-weight: normal;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-decoration: none;
}

img.HotelStarHeader
{
	margin-left: 2px;
	border: none;
}

img.HotelStarMenu
{
	margin-left: 1px;
	border: none;
}


.onlinecatalogue_fact_table
{
	border-top: 1px solid #183973;
	border-left: 1px solid #183973;
	border-right: 1px solid #183973;
	margin-top: 20px;
	width: 337px;
}
.onlinecatalogue_fact_table_td1 
{
	
	width: 150px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

.onlinecatalogue_fact_table_td1
{
	line-height: 16px;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #183973;
}

.onlinecatalogue_fact_table_td2
{
	line-height: 16px;
	padding: 0px 5px 0px 5px;
	
}


.onlinecatalogue_fact_table_tr_switch0 .onlinecatalogue_fact_table_td1, .onlinecatalogue_fact_table_tr_switch0 .onlinecatalogue_fact_table_td2
{
	background-color: #E9EFF3;
}

.onlinecatalogue_fact_table td
{
	border-bottom: 1px solid #183973;
}

.cms_address h2
{
	
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	padding: 0px 0px 0px 0px; 
}

.onlinecatalogue_section .cms_address
	{
		margin-bottom: 10px;
		margin-top: 10px;
	}

/*
	CMS
*/

.tm_button1, .Allotment_StatusButton, .Allotment_Button {
	border-left : 1px #003366 solid ;
	border-right : 1px #003366 solid ;
	border-top : 1px #003366 solid ;
	border-bottom : 1px #003366 solid ;
	Background-Color : #003366 ;
	Color : #FFFFFF ;

	Height : 16px ;
	FONT-Weight : Bold ;
	Font-Family : Arial ;
	Font-Size : 8pt ;
}

/*
	Allotment
*/
.Allotment_statusbox
{
	width: 125px;
	margin-left: 10px;
	
}

.Allotment_StatusTitle, .Allotment_StatusSubTitle, .Allotment_Headline, .Allotment_Subtitle, .Allotment_Headline
{
	font-weight:  bold;
}
/*
	Allotment
*/


/* DBE Quicksearch */
.frontpagequicksearchcontainer {
	float: left;
	width: 559px;
	padding: 10px;
	padding-bottom: 0px;
}


.dbe_quicksearch
{
	background: url('../gfx/dbe_bg.gif');
	background-repeat: no-repeat;
	width:536px;
	height:255px;
}

.dbe_quicksearch_top
{
	color:white;
	font-weight:bold;
	float:left;
	padding-left:9px;
}

/* DBE Quicksearch */


/* left menu */

.left_menu_top
{
	background: url('../gfx/menu_top.gif');
	width:144px;
	color:white;
	font-weight:bold;
	padding-left:9px;
	height:18px;
}

.left_menu_middle
{
	background-color:#C4D7E8;
}

.left_menu_bottom
{
	background: url('../gfx/menu_bottom.gif');
	background-position:bottom center;
	background-repeat: no-repeat;
	background-color:#C4D7E8;
	padding-bottom:15px;
}

.verticalmenu_header
{
	border-bottom: 1px dotted #ABBECF;
	line-height: 20px;
	padding-left: 5px;
}

#verticalmenu
{
	background-color:#C4D7E8;
	width: 144px;
	margin-right: 0px;
	margin-top: 0px;
	float:left;
}

.verticalmenu_submenu_listitem
{
	width: 144px;
	padding-left: 12px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EAEFF3;
	font-weight:normal;
}

#verticalmenu a
{
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	color:#1A396F;
}

#verticalmenu a:hover
{
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	color:#1A396F;
}

/* left menu */

/* cms menu */

.cms_menu_top
{
	background: url('../gfx/menu_top.gif');
	width:144px;
	color:white;
	font-weight:bold;
	padding-left:9px;
	height:18px;
}

.cms_menu_middle
{
	/*background-color:#C4D7E8;*/
}

.cms_menu_bottom
{
	background: url('../gfx/menu_bottom.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
	width:144px;
	padding-bottom:35px;
}

/* cms menu */



/* enews */

.enews_box_top
{
	background: url('../gfx/menu_top.gif');
	width:144px;
	padding-left:9px;
	height:18px;
}

.enews_box_header
{
	color:white;
	font-weight:bold;
}

.enews_box_content
{
	width:144px;
	padding-bottom:10px;
}

.tm_users_text
{
	font-size:7pt;
	float:left;
}

.tm_users_e-mail_text
{
	visibility:hidden;
	display:none;
}

.enews .field
{
	border: 1px solid #000000;
	width:92px;
	height:18px;
}

.enews .button
{
	font-weight:bold;
	background: url('../gfx/search_button.gif');
	width:49px;
	height:18px;
	padding:0;
	border:none;
	background-color:transparent;
	color:white;
	font-size:8pt;
	font-weight:bold;
}

.enews_button_container
{
	float:right;
	white-space:nowrap;
	padding-top:5px;
	padding-right:2px;
}

.enews_box_middle
{
	background-color:#C5D7E5;
	width:144px;
	padding:5px;
}

.enews_box_bottom
{
	background: url('../gfx/menu_bottom.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
	width:144px;
}

/* enews */

.Competition_textarea2 {
	width: 480px;
	height: 100px;
}

.competition_QuestionText{
	font-weight:bold;
}
.infoBox {
	width: 144px;
	overflow: hidden;
	background-color: #C4D7E8;
	margin-top: 10px;
	padding-left: 4px;
}
.infoBox h1 {
	font-size: 13px;
	padding-left: 0;
	margin-left: 0;
}
.infoBoxBottom {
	background: url("../gfx/menu_bottom.gif") no-repeat scroll center bottom #C4D7E8;
	padding-bottom: 15px;
}


