/* colors 
color1: default #5A5546		
color2: default #C9C6B9		
color3: default #EDEADB		
color4: default #49321a		
color5: default #8C1978

rot: 99141b
brown: 49321a
blau: 319ec2


*/


/* ++++++++++++++++++++++++++++++++++++++++++++++++
 		Basic Settings
++++++++++++++++++++++++++++++++++++++++++++++++++ */

body { background: #49321a url(img/siteBack.gif) no-repeat top center; }
body#start { background: #49321a url(img/siteBack_start.gif) no-repeat top center; }
h1, h2, h3, h4, h5, h6, a
{
	color: #99141b;
}

div#top {
	background: url(img/top_back.gif) no-repeat top left;
}
div#contentborder {
	background: #319ec2;
}
div#content {
	background: #f2eec9;
}

div#footer {
	background: url(img/footer_back.png) top center no-repeat;
	color: #999999;
}
div#footer a {
	color: #999;
}

div#content.start ul#pageContent li span h2 {
	font-size: 1.6em;
}
div#content.start ul#pageContent li span p {
	font-size: 1.2em;
	font-style: italic;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++
 		Start-Page
++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	#bookingrequest { background:#49321a ; }
	#bookingrequestform { background: none; color: #fff; }
	#bookingrequesttable a.stronglink { position: relative; top: 15px; padding: 3px; background-color: #8C1978 ; color: #fff; }
	#room_bookit { width: 235px; display: block; }
		
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#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; }
		
