/* Further static styles */


body{
	background:url(/tagungshotels/images/site/header_bg_new.gif) repeat-x;
}

#static {
	background:#ffffff;
}

#static .clearB {
	clear:both;
}

.breadcrumb {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #445056;
	font-size: 12px;
}

.breadcrumb .past {
	color: #004685;
}

.breadcrumb .active {
	color: #981c3d;
}

#static h1 {
	color: #034383;
	font-size: 20px;
	padding-left:5px;
}

#static .info {
	width: 628px;
	overflow: hidden;
	font-size: 12px;
	color: #445056;
}

#static .info .pic {
	width: 300px;
	float: left;
}
#static .info .pic img {
/*	margin-left: 50px; */
}

#static .info .txt {
	float: left;
	width: 320px;
	text-align: left;
}

#static .heading {
	width: 628px;
	height: 28px;
	background-image:url(/tagungshotels/images/site/heading.gif);
	margin-top: 10px;
}

#static .heading p {
	color: #445056;
	font-weight: bold;
	padding: 6px 0px 0px 6px;
}

#static table.searchform {
	width: 628px;
	margin-top: 10px;
	font-size: 10px;
}

#static table.searchform td {
	padding: 2px;
}

#static table.searchform_left {
	width: 309px;
}

#static table.searchform_left a {
	color: #151054;
}

#static table.searchform_right {
	width: 314px;
	border-left: 1px solid #adadad;
	padding-left: 5px;
}
#static table.searchform_right a {
	color: #151054;
}

#static table.searchform input, #static table.searchform select {
	font-size: 10px;
}

#static table.searchform .inpfull {
	width: 300px;
}
#static table.searchform .inpmedium {
	width: 170px;
}
#static table.searchform .inpsmall {
	width: 100px;
}
#static table.searchform .inpmini {
	width: 50px;
}

#static table.searchform .more {
	font-weight: bold !important;
	font-size: 11px;
}

#static table.searchform .subline {
	color: #981c3d;
	font-size: 12px;
}

#static table.searchform .spacer {
	padding-bottom: 10px;
}

.boxlinks {
	color: #004684;
	width: 164px;
	border: 1px solid #004684;
	padding: 5px;
	background:#E2E6F1;
	font-size: 11px;
}

.boxlinks .head {
	font-weight: bold;
	margin-bottom: 10px;
}

.boxlinks a, .boxlinks a:link, .boxlinks a:visited {
	color: #004684;
	text-decoration: none;
}

.boxlinks a:hover {
	text-decoration: underline;
}

#static .info .txt .logo {
	margin-bottom: 5px;
}

#static .info .txt .stars {
	margin-bottom: 5px;
}

#static .info .txt .adress {
	min-height: 113px;
}

#static .info .txt .adress .small {
	margin-top: 5px;
	margin-bottom: 15px;
}

#static .info .txt .but {
	margin-top: 10px;
}

margin-top: 10px;

#static .hoteltxt {
	width: 628px;
	overflow: hidden;
	font-size: 12px;
	color: #445056;
	margin-top: 10px;
}

#static table.hotelinfo {
	width: 628px;
	border: 2px solid #e2e6f1;
	margin-top: 5px;
	color: #445056;
}

#static table.hotelinfo a {
	color: #151054;
	font-size: 12px;
	text-decoration: underline;
}

#static table.hotelinfo a:hover {
	text-decoration: none;
}

#static table.hotelinfo td {
	vertical-align:top;
	padding: 3px;
}

#static table.hotelinfo td.first {
	border-right: 2px solid #e2e6f1;
	font-weight: bold;
	width: 150px;
}

#static table.hotelinfo td.second {
	width: 100px;
}

.button_search {
	color: #013c76; 
	background-color: #E5EBF1; 
	border: 1px #013c76 solid; 
	text-align: center; 
	vertical-align: middle;
	font-size: 10px;
	height: 20px;
	cursor: pointer;
	font-family:MS Shell Dlg;
	font-weight: bold;
}

#static table.search_results {
	width:100%;
	/*width: 605px;*/ /* was 628px */
	border: 1px solid #c5c4c4;
	margin-top: 5px;
	color: #445056;
	padding: 3px;
	font-size: 11px;
}

#static table.search_results td {
	vertical-align:top;
	padding: 5px;
}

#static table.search_results td.first {
/*	border-right: 1px solid #ccc; */
	font-weight: bold;
	width: 105px;
}

#static table.search_results td.first img {
	border: 1px solid #333;
}

#static table.search_results td.second {
	width: 250px;
	border-right: 1px dotted #ccc;
}

#static table.search_results td.third {
	width: 80px;
	border-right: 1px dotted #ccc;
}

#static table.search_results td.fourth {
	font-size: 10px;
}

#static table.search_results tr.odd {
	background-color: #fff;
}

#static table.search_results tr.even {
	background-color: #eee;
}

#static table.search_results tr.even td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#static table.search_results tr.sum {
	background-color: #e2e6f1;
	font-weight: bold;
}

#static table.search_results tr.sum td {
	padding-bottom: 5px;
	border-bottom: 5px solid #fff;
}

#static table.search_results a, #static table.search_results a:link {
	color: #151054;
	text-decoration: underline;
}

#static table.search_results a:hover {
	color: #151054;
	text-decoration: none;
}

#static table.search_results .hotel, #static table.search_results .price {
	font-weight: bold;
}

.button_choose {
	color: #013c76; 
	background-color: #E5EBF1; 
	border: 1px #013c76 solid; 
	text-align: center; 
	vertical-align: middle;
	font-size: 10px;
	cursor: pointer;
	font-family:MS Shell Dlg;
	font-weight: normal;
	margin-top: 5px;
}

.button_wishlist_choose {
	background-image:url(/tagungshotels/images/site/static/butt1_bg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:22px;
	margin-bottom:10px;
	text-align:center;
	width:200px;
	border: 1px solid #999;
	margin-top: 10px;
	float: left;
	margin-right: 15px;
}

.button_wishlist_choose a {
	text-decoration: none;
	color:#fff;
	display:block;
	padding:3px;
	text-decoration:none;
}

/*	Box Tagung anfragen */

#static .booking-box {
	width: 628px;
	overflow: hidden;
	margin-top: 20px;
}

#static .booking-box a {
	color: #000;
	text-decoration: underline;
}

#static .booking-box a:hover {
	color: #000;
	text-decoration: none;
}

#static .booking-box .self {
	width: 310px;
	float: left;
	margin-right: 8px;
	background-image: url(/tagungshotels/images/site/static/package_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #e2e6f1;
	height: 150px; /*was 210px */
}

#static .booking-box .self .headline {
	background-color: #981c3e;
	height: 30px;
}
#static .booking-box .self .headline p {
	color: #fff;
	padding: 7px;
	font-size: 14px;
	font-weight: bold;
}

#static .booking-box .self p {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 10px;
	line-height: 16px;
	font-size: 11px;
}

#static .booking-box .self ul {
}

#static .booking-box .self ul li {
	list-style-image:url(/tagungshotels/images/site/static/check_red.gif);
	margin-bottom: 4px;
}

#static .booking-box .self input.button {
	margin-bottom: 10px;
	margin-right: 10px;
	float: right;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	border: none;
	height: 24px;
	background-image:url(/tagungshotels/images/site/static/butt1_bg.jpg) !important;
	background-repeat: repeat-x;
	background-color: #fff;
}

#static .booking-box .self .button {
	margin-bottom: 10px;
	margin-right: 10px;
	float: right;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	border: none;
	height: 24px;
	background-image:url(/tagungshotels/images/site/static/butt1_bg.jpg) !important;
	background-repeat: repeat-x;
	background-color: #fff;
	margin-top:16px;
	width: 140px;
	text-align: center;
}

#static .booking-box .self .button a {
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	border: none;
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	display: block;
}


#static .booking-box .package {
	width: 310px;
	float: left;
	background-image: url(/tagungshotels/images/site/static/package_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #e2e6f1;
	height: 150px;
}

#static .booking-box .package p {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 10px;
	line-height: 16px;
	font-size: 11px;
}

#static .booking-box .package .headline {
	background-color: #003c84;
	height: 30px;
}

#static .booking-box .package .headline p {
	color: #fff;
	padding: 7px;
	font-size: 14px;
	font-weight: bold;
}

#static .booking-box .package ul {
}

#static .booking-box .package ul li {
	list-style-image:url(/tagungshotels/images/site/static/check_blue.gif);
	margin-bottom: 4px;
}

#static .booking-box .package input.button {
	margin-bottom: 10px;
	margin-right: 10px;
	float: right;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	border: none;
	height: 24px;
	background-image:url(/tagungshotels/images/site/static/butt2_bg.jpg) !important;
	background-repeat: repeat-x;
	background-color: #fff;
}

#static .booking-box .package .button {
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 16px;
	float: right;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	border: none;
	height: 24px;
	background-image:url(/tagungshotels/images/site/static/butt2_bg.jpg) !important;
	background-repeat: repeat-x;
	background-color: #fff;
}

#static .booking-box .package .button a {
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	border: none;
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	display: block;
}

#static .floatL {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#static .choose_form {
	width: 628px;
	margin-top: 10px;
	overflow: hidden;
}
#static .choose_form .buttons {
	width: 627px;
	float: left;
}
#static .choose_form .buttons input{
	width: 198px;
	text-align:center;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	/*background-image: url(/tagungshotels/images/site/static/butt1_bg.jpg);*/
	/*background-image: url(/tagungshotels/images/site/static/button_red.jpg);*/
	/*background-repeat: repeat-x;*/
	border: none;
	height: 22px;
	cursor: pointer;
	/*background-color: #990000;*/
	font-family: Arial, Helvetica, sans-serif;
	display:block;
}
#static .choose_form .buttons input.button-red{
	background-image: url(/tagungshotels/images/site/static/button_red.jpg);
}
#static .choose_form .buttons input.button-blue{
	background-image: url(/tagungshotels/images/site/static/button_blue.jpg);
}
#static .choose_form .buttons a{
	width: 198px;
	text-align:center;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-image: url(/tagungshotels/images/site/static/button_blue.jpg);
	background-repeat: no-repeat;
	border: none;
	height: 18px;
	cursor: pointer;
	/*background-color: #990000;*/
	display: block;
	text-decoration: none;
	padding-top: 4px;
	float:left;
	margin-left:16px;
}
#static .choose_form .buttons a.nomargin{
	margin-left:0px;
	margin-right:1px;
}

#static .choose_form .list {
	width: 300px;
	float: left;
	height: 300px;
	border: 1px dotted #ccc;
	overflow: auto;
	padding: 5px;
}

#static .choose_form .list .headline {
	font-weight: bold;
	font-size: 11px;
	background-color: #eee;
	padding: 3px;
	padding-left: 6px;
	border: 1px solid #ccc;
}

#static .choose_form .list ul {
	margin: 0px;
	padding: 0px;
	list-style-position:outside;
	list-style-type:none;
}

#static .choose_form .list ul li {
	margin-bottom:3px;
}

#static .choose_form .list ul li a{
	color:#004684;
	text-decoration:underline;
}

#static .choose_form .list ul li a:hover{
	text-decoration:none;
}

.wishlist_box {
	background-color: #FFCC66;
	overflow: hidden;
	padding-bottom: 10px;
}
.wishlist_box .head {
	color: #004685;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	padding-left: 13px;
	border-bottom: 1px solid #990000;
}
.wishlist_box ul.hotels {
	background-color: #FFCC66;
	overflow: hidden;
	margin-bottom: 15px;
}
.wishlist_box ul.hotels li {
	background-color: #FFCC66;
}

.wishlist_box ul.hotels li img{
	vertical-align: middle;
	padding-right: 5px;
	padding-top: 3px;
	float: left;
}

.wishlist_box ul.hotels li input{
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
/*	margin-right: 5px;
	margin-top: 3px;
	float: left; */
	height: 10px;
	width: 10px;
	border: 0px;
	background-image: url(/tagungshotels/images/site/static/but_delete.gif);
	background-repeat: no-repeat;
	background-color: #FFCC66;
	margin-left: 10px;
	cursor: pointer;
}

.wishlist_box ul.hotels li a {
	background-color: #FFCC66;
	background-image: none;
	color: #990000;
	text-decoration: none;
	line-height: 14px;
	padding-left: 10px  !important;
	font-weight: bold;
	float: left;
	width: 138px;
}

.wishlist_box ul.hotels li a.but {
	width: 15px;
}

.wishlist_box ul.hotels li a:hover {
	text-decoration: underline;
	line-height: 14px;
	padding-left: 10px;
}

.wishlist_box .act_head { 
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}

.wishlist_box ul.actions {
	background-color: #FFCC66;
	margin-bottom: 10px !important;
}
.wishlist_box ul.actions li {
	background-color: #FFCC66;
}

.wishlist_box ul.actions li img{
	float: left;
	vertical-align: middle;
	padding-right: 5px;
	padding-top: 3px;
}

.wishlist_box ul.actions li input{
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
/*	margin-right: 5px;
	margin-top: 3px;
	float: left;*/
	height: 10px;
	width: 10px;
	border: none;
	background-image: url(/tagungshotels/images/site/static/but_arrow.gif);
	background-repeat: no-repeat;
	background-color: #FFCC66;
	margin-left: 10px;
	cursor: pointer;
}

.wishlist_box ul.actions li a {
	background-color: #FFCC66;
	background-image: none;
	color: #000;
	text-decoration: none;
	line-height: 14px;
	padding-left: 20px !important; /* was 10px */
	font-weight: normal;
	float: left;
	width: 118px; /* was 138px */
}

.wishlist_box ul.actions li a.but {
	width: 15px;
}

.wishlist_box ul.actions li a:hover {
	text-decoration: underline;
	line-height: 14px;
	padding-left: 20px;    /* was 10px */
	font-weight: normal;
}

#static table.searchform, #static table.hotelsearch {
	/*width: 610px;*/ /* was 628px */
	width:100%;
	margin-top: 10px;
	font-size: 10px;
}

#static table.searchform td, #static table.hotelsearch td {
	padding: 2px;
}

#static table.hotelsearch .first {
	width: 130px;
}

#static table.hotelsearch .second {
	width: 200px;
}

#static table.hotelsearch .third {
}

#static table.hotelsearch .third a{
	font-size: 10px;
	text-decoration: underline;
	display: block;
	float: right;
}

#static table.hotelsearch .third a:hover{
	text-decoration: none;
}

#static table.hotelsearch .third p {
	border: 1px dotted #ccc;
	padding: 3px;
	overflow: hidden;
}

#static table.hotelsearch a {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#static table.hotelsearch a.small {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#static table.hotelsearch .large {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.contentScroll {
	width: 100%;
	/*overflow: auto;
	height: 310px;*/
}

.wishlist-buttons {
	overflow: hidden;
	width: 628px;
}
.wishlist-buttons-two{
	padding-left:110px;
	width:518px;
}
.wishlist-buttons input {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	/*background-image:url(/tagungshotels/images/site/static/butt1_bg.jpg);
	background-repeat:repeat-x;*/
	background-color: #990000;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
	width:198px !important;
	border: none;
	margin-top: 10px;
	margin-right: 10px;
	text-decoration: none;
	color:#fff;
	padding:3px; 
	text-decoration:none;
	float: left;
	cursor: pointer;
	height: 23px;
}
.wishlist-buttons input.button-blue {
	background-image:url(/tagungshotels/images/site/static/button_blue.jpg);
	
}
.wishlist-buttons input.button-red {
	background-image:url(/tagungshotels/images/site/static/button_red.jpg);
	
}
.wishlist-buttons a, .wishlist-buttons p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	/*background-image:url(/tagungshotels/images/site/static/butt1_bg.jpg);
	background-repeat:repeat-x;*/
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
	width:190px !important;
	border: none;
	margin-top: 10px;
	margin-right: 10px;
	text-decoration: none;
	color:#fff;
	display:block;
	padding:4px;
	text-decoration:none;
	float: left;
	cursor:pointer;
}
.wishlist-buttons form a{
	background-image:url(/tagungshotels/images/site/static/button_blue.jpg);
}
.wishlist-buttons a.button-blue, .wishlist-buttons p.button-blue{
	background-image:url(/tagungshotels/images/site/static/button_blue.jpg);
}
.wishlist-buttons a.button-red, .wishlist-buttons p.button-red{
	background-image:url(/tagungshotels/images/site/static/button_red.jpg);
}
.spalte_rechts .wishlist-buttons {
	width: 176px;
}

.spalte_rechts .wishlist-buttons a, .spalte_rechts .wishlist-buttons p {
	width: 168px !important;
	background-image: none !important;
	background-color: #fff  !important;
	color: #9F3545  !important;
	border-top: none;
	border-bottom: 1px solid #004684;
	border-left: 1px solid #004684;
	border-right: 1px solid #004684;
	margin: 0px !important;
	padding: 3px !important;
}

.hotel-request {}
.hotel-request .list {
	border: 1px dotted #ccc;
	padding: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}
.hotel-request .list ul{
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	margin:0px;
	padding:3px;
}
.hotel-request .list ul li {
	float: left;
	width: 300px;
	font-weight: bold;
}
table.requestform {
	margin-top: 10px;
	width: 628px;
	font-size: 11px;
	border-collapse:collapse;
}

table.requestform tr {
	padding:0px;
	margin:0px;
}

table.requestform td {
	padding: 2px 0px 2px 0px;
	/*border:1px solid red;*/
}

table.requestform td.label, 
table.requestform table td.label {
	width:169px;
}

table.requestform td.input.part {
	/*width:163px;*/
}

table.requestform td.input.part.right {/* for <=IE7 border bug */
	text-align:right;
}

table.requestform td.text {
	padding-left:7px;
	width:115px;
}

table.requestform td div.bestuhlung{
	height:32px;
}


table.requestform input.large {
	width: 455px; /* was 428px */
	font-size: 11px;
}

table.requestform input.medium {
	/*width: 159px;*/ /* was 139px */
	width: 161px;
	font-size: 11px;
	margin:0px;
	display:inline;
}

table.requestform input.medium2 {
	/*width: 285px;*/ /* was 240px */
	width: 288px;
	font-size: 11px;
}

table.requestform input#sonstiges.medium {
	width: 325px; /* was 139px */
	
}

table.requestform input#angebot_bis.medium {
	width: 66px; /* was 139px */
	
}

table.requestform input.small {
	width: 50px;
	font-size: 11px;
}

table.requestform .captcha {
	margin-top: 10px;
	overflow: hidden;
}

table.requestform .captcha img {
	float: left;
	margin-right: 40px; 
}

table.requestform .captcha p {
	float: left;
	display:block;
	width:222px;
}

table.requestform .captcha span {
	float: left;
	display:block;
}


.button_2 {
	background-color:#E5EBF1;
	border:1px solid #013C76;
	color:#013C76;
	cursor:pointer;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	height:28px;
	padding:2px 0px 4px 0px;
	text-align:center;
	float: right;
	/*margin-right: 5px;*/
	/*margin-top: 10px;*/
}

#mainnav, #mainnav2 {
	background-color: #ffffff;
	overflow: hidden;
	padding-bottom: 15px;
	border-left:1px solid #005a98;3
}

.align-right {
	text-align: right;
}

.list li.letter {
	font-weight: bold;
	border-bottom: 1px dotted #ddd;
	padding: 3px;
}

table.hotel_features {
}

table.hotel_features td {
	padding: 1px !important;
}

#static table.search_results tr.even td table.hotel_features td{
border-bottom: none !important;
border-top: none !important;
}

/**.headbg {
	position:relative;
	background:url(/templates/intergerma/images/header_bg_new.gif) repeat-x;
	height:155px;
	width:100%;
}**/

.jump_menu {
	padding: 3px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}
.jump_menu a {
	color: #004684;
	text-decoration: underline;
	font-size: 9px;
}

.jump_menu a:hover {
	text-decoration: none;
}

.jump_menu2 {
	padding: 10px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	font-weight:bold;
}
.jump_menu2 a {
	color: #004684;
	text-decoration: underline;
	font-size: 12px;
}

.jump_menu2 a:hover {
	text-decoration: none;
}

.regions {
	padding: 2px;
}

.regions .first {
	width: 150px;
}
.regions .first .large {
	font-size: 15px;
	font-weight: bold;
}
.regions .first .small {
	color: #999;
	font-size: 14px;
	margin-top: 5px;
}
.regions .second {}

.regions .second p {
border:1px dotted #CCCCCC;
overflow:hidden;
padding:5px;
}

.regions .second a{
	color: #004684;
	text-decoration: underline;
}

.regions .second a:hover {
	text-decoration: none;
}

table.requestform .padder {
	padding-left: 18px;
}

.sitemap {}
.sitemap a, .sitemap a:visited {
	color: #981C3D;
	text-decoration: none;
}
.sitemap a:hover {
	text-decoration: underline;
	color: #004685;
}
.sitemap ul {
	list-style-image: none;
	list-style-position:inside;
	list-style-type:none;
/*	margin-left:10px; */
}
.sitemap ul li {
}
.sitemap ul ul li {
}
.sitemap ul ul ul li {
}
.checkbox-reset{
	padding:0px;
	margin:0px;
}


#watchlist-box{
	margin-top:15px;
}

#static form.searchModuleForm{
	width:550px;
	padding-top:10px;
	font-size:11px;
}

#static .searchModuleForm td{
	padding:0px 3px;
	text-align:left;
}

#static .searchModuleForm td.label{
	width:150px;
}

#static .searchModuleForm input,
#static .searchModuleForm select{
	width:200x;
}

#static .searchModuleForm input.short,
#static .searchModuleForm select.short{
	width:100px;
}

#static .searchModuleForm input.long{
	width:220px;
}
#static .searchModuleForm input.verylong{
	width:260px;
}
#static .searchModuleForm select.long{
	width:227px;
}

#static .searchModuleForm input.medium,
#static .searchModuleForm select.medium{
	width:200px;
}
