/* Das Menü auf der linken Seite */
#MenuLeftLayer {
	float:left;
	width:168px;
	padding: 0 7px 0 8px;
}

/* Die Box für die Buchungsanfrage */
#BoxBuchung {
	width:168px;
}

#BoxBuchung .BoxHeader {
	width:168px;
	height:43px;
	background:url(../images/site/boxheaderbuchung.jpg) no-repeat;
}

/* Die Box für den Newsletter */
#BoxNews {
	width:168px;
}

#BoxNews .BoxHeader {
	width:168px;
	height:43px;
	background:url(../images/site/boxheadernews.jpg) no-repeat;
}

/* Styles für beide Boxen */
#BoxBuchung .BoxContent,
#BoxNews .BoxContent {
	width:168px;
	min-height: 100px;
	padding:4px;
	background:url(../images/site/menuboxbackground.jpg) repeat-y;
}

#BoxBuchung .BoxFooter,
#BoxNews .BoxFooter {
	width:168px;
	height:8px;
	background:url(../images/site/menuboxfooter.jpg) no-repeat;
}


/* Styles für das Menü links */
#LeftMenuContent {
	margin:0 0 15px 0 ;
}

.MenuItemTop {
	padding:0;
	margin:0;
	height:4px;
	font-size:4px;
	background:url(../images/site/menuspacer.jpg) no-repeat;
}

.MenuItemNO {
	text-align:center;
	height:30px;
}

.MenuItemNO a {
	display:block;
	font-family: Arial, Helvetica, sans-serif;	
	padding:5px 0 5px 0;
	height:20px;
	color:#004d88;
	text-decoration:none;
}

.MenuItemACT {
	text-align:center;
	height:30px;
}

.MenuItemACT a {
	display:block;
	font-family: Arial, Helvetica, sans-serif;	
	padding:5px 0 5px 0;
	height:20px;
	color:#004d88;
	text-decoration:none;
	font-weight:bold;
}

/* Das Menü oben */
#MenuLine {
	width:950px;
	margin:0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#ffffff;
	padding:8px;
	text-align: center;
}

#MenuLine a{
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
	margin: 0 10px 0 10px;
}

#MenuLine a:hover{
	color:#f9f9e0;
	text-decoration: underline;
}
