/* colors 
color1: default #5A5546		
color2: default #C9C6B9		
color3: default #EDEADB		
color4: default #DCD9CA		
color5: default #8C1978



*/


/* ++++++++++++++++++++++++++++++++++++++++++++++++
 		Basic Settings
++++++++++++++++++++++++++++++++++++++++++++++++++ */

body { background: #DCD9CA url(img_default/siteBack.gif) no-repeat scroll center 50px; }
h1, h2, h3, h4, h5, h6, a
{
	color: #5A5546;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++
 		Start-Page
++++++++++++++++++++++++++++++++++++++++++++++++++ */
	#startwrap {
	}
	#startcontentnavigation
	{
		background:  transparent url(img_default/contentBack2.jpg) repeat-y left top;
	}
	#startcontentcontent
	{
		background: #fff;
		filter:alpha(opacity=88);
		-moz-opacity:.88;
		opacity:.88;
	}
		#welcomeimage {
			 background: #123;
		}


/* ++++++++++++++++++++++++++++++++++++++++++++++++
 		Standard-settings for default page (also start page)
++++++++++++++++++++++++++++++++++++++++++++++++++ */

	#content { background: transparent url(img_default/contentLeftBack.gif) repeat-y scroll left top; }
	#navigation_and_content { background:  transparent url(img_default/contentBack2.jpg) repeat-y left top; }
	
	#contentwrap { border: 1px solid #C9C6B9; }
	
	#userMenu {  }
		#usernav { background: #121212; }
		
		#userMenu h1 { font-size: 14px; color: #fff; }
		#userMenu a { color: #CCC; text-decoration:none; font-weight:normal; }
		#userMenu a:hover { color: #fff; }
		
		#userMenu form { background: none; }
		#userMenu label { color: #fff; }
		
		#showUserMenu { color:#aaa; }
		
	#bookingrequest { background:#DCD9CA ; }
	#bookingrequestform { background: none; color: #fff; }
	#bookingrequesttable a.stronglink { position: relative; top: 15px; padding: 3px; background-color: #8C1978 ; color: #fff; }
	#room_bookit {  background-color: #8C1978 ; }


	#footer {color: #5A5546; }

	/* ++++++++++++++++++++++++++++++++++++++++++++++++
			CategoryNavigation
	++++++++++++++++++++++++++++++++++++++++++++++++++ */
		#categoryNavigation li a.catnav
		{
			color: #5A5546;
		}
		#categoryNavigation li a.catnav:hover
		{
			color: #000000;
			background: url(img_default/menu_over.gif) left top no-repeat;
		}
		
		#categoryNavigation li a.catnav
		{
			background: url(img_default/menu.gif) left top no-repeat;
		}
	
	/* ++++++++++++++++++++++++++++++++++++++++++++++++
			PageNavigation
	++++++++++++++++++++++++++++++++++++++++++++++++++ */
		#pageNavigation li a.pagenav
		{
			color: #5A5546;
		}
		#pageNavigation li a.pagenav:hover
		{
			color: #000000;
			background: url(img_default/submenu_over.gif) left top no-repeat;
		}
		
		#pageNavigation li a.pagenav
		{
			background: url(img_default/submenu.gif) left top no-repeat;
		}
		
/* ++++++++++++++++++++++++++++++++++++++++++++++++
 		CONTENT
++++++++++++++++++++++++++++++++++++++++++++++++++ */

	/* PRICELIST */
		table#pricelist_table tr.price {
			/* background: #DCD9CA; */
		}
		table#pricelist_table td {
			border: 1px solid #C9C6B9;
			border-right: 0px; border-left: 0px;
		}
		
	li.roompreview {
		background: #EDEADB;
	}

