@charset "utf-8";
@import url('typography.css');

/* Project:	Best Western Hotels Deutschland
 * Version:	1.0
 * Author:	Programming-Pool.com (Darius U.)
 * Date:	17.08.2009 @ 10:34
 */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #002a51;
	color: #000;
}

.clear {
	clear: both;
}

#info {
	margin-bottom: 5px;
}

#info p {
	margin: 0;
	font-size: 0.9em;
}

#info .headline {
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

#main, #headerLangs, #footer {
	margin: 0 auto;
}

#main {
	width: 900px;
	padding: 10px 30px;
	background-color: #FFFFFF;
	background-position: 0 230px;
	background-repeat: no-repeat;
}

#headerLangs {
	height: 50px;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: right;
	width: 960px;
	background: url(../images/bestwest_bg_header.png) no-repeat left bottom;
}

#headerLangs ul {
	margin: 0 15px 0 0;
}

#headerLangs li {
	display: inline;
	font-size: 0.8em;
}

#headerLangs a {
	color: #FFFFFF;
	text-decoration: none;
}


#logo {
	height: 88px;
}

#menu {
	margin: 10px 0 20px 0;
	border-bottom: 5px solid #002a51;
	text-transform: uppercase;
	font-size: 0.8em;
	height: 26px;
	padding-bottom: 3.1pt;
}

#menu ul {
	margin: 0;
	padding: 0;

}

.menuList {
	float: left;
	display: block;
	width: 125px;
	line-height: 25px;
	text-align: center;
	background: #5cbcce url(../images/bestwest_menu_button.png) no-repeat center top;
	padding: 0;
	margin: 0 3.1pt 0 0;
}
 .menuSelected {
	float: left;
	display: block;
	width: 125px;
	line-height: 25px;
	text-align: center;
	background: url(../images/bestwest_menu_button_dark.png) no-repeat center top;
	padding: 0;
	margin: 0 3.1pt 0 0;
}

#menu a {
	color: #002a51;
	display: block;
	text-decoration: none;
}

.leftSide {
	float: left;
	width: 530px;
}

.rightSide {
	float: right;
	width: 350px;
}

.boxLeftSide {
	padding: 32px 16px 16px 16px;
	margin-bottom: 20px;
	background: url(../images/bestwest_frame_bg_main_pic.png) no-repeat center top;
	height: 182px;
}

.boxRightSide {
	padding: 32px 16px 16px 16px;
	margin-bottom: 15px;
	background: url(../images/bestwest_frame_bg_booking_text.png) no-repeat center top;
	width: 318px;
	height: 183px;
}

#booking {
	color: #002a51;
}

#booking input, #booking img, #booking label {
	position: relative;
}

#booking h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-indent: 15px;
}

#booking label {
	margin: 0 15px;
	font-size: 1em;
}


.listServicesImg {
	float: left;
}


.inputLarge, .inputSmall, .inputExtraLarge, .inputNewsletter, .inputKontakt,
.selectLarge, .selectExtraLarge, .selectTagungen {
	border: 1px solid #58585a;
	background-color: #FFFFFF;
	margin: 0;
	padding: 2px;
	height: 14px;
	font-size: 11px;
}

.selectTagungen {
	width: 115px;
	height: auto;
}

.selectLarge {
	height: auto !important;
	width: 85px;
}

.selectExtraLarge {
	height: auto !important;
	width: 281px;
}

.inputLarge {
	width: 85px;
}

.inputSmall {
	width: 30px;
	text-align: right;
}

.inputExtraLarge {
	width: 275px;
}

.inputNewsletter {
	width: 170px;
}

.inputKontakt {
	width: 270px;
}

.inputSubmit {
	background-color: #FF6600;
	border: none;
	/*width: 65px;*/	
	/*text-decoration: none;!important*/
	color: #FFFFFF;
	font-size: 0.8em;
	height: 20px;
	cursor: pointer;
	margin: 0;
	padding: 0 10px 0 10px;
}

a.rounded,.rounded {
	background-color: #002a51;
	border: none;
	/*width: 65px;*/
	color: #FFFFFF !important;
	font-size: 0.8em;
	height: 20px;
	cursor: pointer;
	margin: 0;
	padding: 3px 10px 3px 10px;
}

a.rounded:hover {
	text-decoration: none;
	color: #FFFFFF; 
}

.descrBox {
	background: url(../images/bestwest_frame_bg_text_middle.png) repeat-y left;
	width: 530px;
	float: left;
}

.descr {
	font-size: 0.9em;
	color: #000;
	padding: 16px 16px 0 16px;
}

.descr h1 {
	font-size: 1em;
	color: #002a51;
	font-weight: normal;
}

.descr h2 {
	font-size: 1em;
	color: #002a51;
	font-weight: normal;
}

.descrTop {
	background: url(../images/bestwest_frame_bg_text_top.png) no-repeat left;
	height: 16px;
}

.descrBottom {
	background: url(../images/bestwest_frame_bg_text_bottom.png) no-repeat left;
	height: 16px;
}

.angebote {
	float: left;
	width: 215px;
}

a.sitemap{
	color:#00183B !important;
	text-decoration:none;
	
}

#footer {
	background: #00183b url(../images/bestwest_bg_footer.png) no-repeat top center;
	height: 37px;
	line-height: 37px;
	width: 960px;
	text-align: center;
	font-size: 0.8em;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

.imgList {
	padding: 0;
	margin: 0;
	list-style: none;
}

.galleryL {
	width: 125px;
	float: left;
	overflow: hidden;
}
.galleryL img {
	width: 120px;
	height: 82px;
}
.galleryR {
	float: left;
	padding-left: 15px;
	width: 330px;
	overflow: hidden;
	font-size: 8pt;
	line-height: 12pt;
}
.galleryR h2 {
	margin: 0;
	font-size: 9pt;
}


.frameContent {
	width: 750px;
	margin: 20px auto;
}

.frameWrapper {
	position: relative;
	background: url(../images/frame_middle.gif) repeat-y left;
}

.frameHeader {
	background: url(../images/frame_header.gif) no-repeat left;
	height: 17px;
	width: 100%;
}

.frameFooter {
	background: url(../images/frame_footer.gif) no-repeat left;
	height: 16px;
	width: 100%;
}

.shakeHands a{color:#000000;}