/*-----------------------------------------------*/
/*generic*/
/*-----------------------------------------------*/
html {
	min-height: 100%;	
}

body {
	background: url(../style/img/tpl/background.png);
	background-repeat: repeat-x;
}

input[type="text"] {

}

input[type="submit"],
button,
.button {
	/*background: url("/style/img/offer-item-button.png") repeat-x scroll 50% 50% transparent;
    border: 1px solid transparent;
    padding: 0.2em 0.5em;
    text-align: center;
	font-weight: bold;
	display: inline-block;

	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	
	border-radius: 4px;

	-moz-border-radius-topleft: 4px; 
	-webkit-border-top-left-radius: 4px; 
	-khtml-border-top-left-radius: 4px; 

	border-top-left-radius: 4px;*/
}

.wm {
	color: inherit !important;
}

.wm a {

}


/*-----------------------------------------------*/
/*main boxes - position and dimensions*/
/*-----------------------------------------------*/
#bgImg { 
    position: fixed;
	top: 0;
 	left: 0;
 	border: 0;
	z-index: -10;
}

#container {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    height: 100%;
}

#Box_0 {
    height: 182px;
    background: url(../style/img/tpl/header.jpg) no-repeat;
	overflow:hidden;
}

#Box_1 {
    float: left;
    margin-top: 22px;
	width: 240px;
}

#Box_2 {
    float: right;
    margin-top: 15px;
	width: 219px;
}

#Box_3 {
    margin-top: 22px;
	margin-left: 29px;
    float: left;
    width: 240px;
}

#Box_4 {
    float: left;
    margin-left: 31px;
    margin-top: 22px;
}


/*-----------------------------------------------*/
/*main content boxes*/
/*-----------------------------------------------*/
.content {
	font-size: 1.1em;
}

.box {
	/*background: url(../style/img/tpl/mainNavigation_center.png) repeat-y;*/
	/*width: 219px; */
	/*margin-bottom: 15px;*/
}

.content > div {
	margin-bottom: 30px;
}

.box-top {
	display: none;
}

.box-content {
	padding: 0;
	background: none;
}

.box-content iframe {
	display: block;
	margin: 0 auto;
}

.box-bottom {
	display: none;
    /*background: url(../style/img/tpl/mainNavigation_bottom.png) no-repeat;
    height: 8px;*/
}

.box .title {
    font-size: 1.2em;
    line-height: 1.8em;
	font-weight: bold;
}

.box .text {
    font-size: 1.1em;
    color: #646567;
}

a.button {
	background: url(../style/img/tpl/login_button.png) right center no-repeat;
	/*min-height: 20px;*/
	/*min-width: 21px;*/
	display: inline-block;
	padding-right: 25px;
	/*margin: 5px 0px;*/
}

/*todo: check if this id even exists*/
#center-content-center {
    width: 450px;
    min-height: 258px;
    border: 1px solid #bad19e;
}

.header-title {
	left: 5px;
	top: 5px;
	white-space: nowrap;
}

.header-logo {
	left: 5px;
	top: 5px;
}

#Box_1 .wm-module .container {
	width: 190px;
	border: 0;
	background: none transparent;
	padding: 0;
	margin: 12px auto 0;
}


/*-----------------------------------------------*/
/*navigation*/
/*-----------------------------------------------*/
.navigation .box-content {
	padding: 10px;
}

.navigation .box-bottom {

}

.main-navigation {
	width: 217px;
	border: 1px solid transparent;
}

.main-navigation .box-top {

}

.main-navigation .box-content {
    min-height: 126px;
	background: url("img/box-content_bg.png") repeat-x scroll 0 0 #FFFFFF;
}

.main-navigation ul {
    padding: 0 15px;    
}

.main-navigation ul li {
	border-bottom: 1px solid transparent;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 15px;
    font-weight: bold;
}

.main-navigation ul > li {
    font-size: 1.2em;
}

.main-navigation ul > li > ul > li {
    font-size: 0.8em;
}

.main-navigation a {
    font-weight: bold;
    text-decoration: none;
}

.main-navigation li.active {
    border-bottom: 0px;
}

.subnavigation {
  text-align: right;
  font-weight: bold;
}

#Box_3 .subnavigation {
  text-align: right;
  margin-left: 20px;
  font-weight: bold;
}

.subnavigation .box-content {
	padding: 0;
}

.subnavigation ul {
    list-style-type: none;
}

.subnavigation a {
	text-decoration: none;
	font-size: 1.1em;
}

.subnavigation li {
    margin-bottom: 4.5px;
}


/*-----------------------------------------------*/
/*modules*/
/*-----------------------------------------------*/
.mod {
	margin-top: 10px;
}

/*home*/
.home {

}

/*banner*/
.banner {

}

.banner .box-content {
	overflow: hidden;
}

/*login*/
.mod-login {
	width: 217px;
	border: 1px solid transparent;
}

.mod-login .box-content {
	padding: 10px;
	background: url("img/box-content_bg.png") repeat-x scroll 0 0 #FFFFFF;
}

.mod-login .box-content .title {
	margin-bottom: 8px;
}

.mod-login .box-content div.password {
	margin-top: 8px;
}

.mod-login .box-content input[type="submit"] {
	margin-top: 8px;
}

.mod-login .box-content .text {
	margin-bottom: 4px;
}

.mod-login .box-bottom {

}

/*flash*/
.mod-flash {

}

/*bahn*/
.bop {

}

#Box_1 .bop {
	width: 219px !important;
}

/*kontaktbox*/
.mod-helpdesk {
	width: 217px;
	border: 1px solid transparent;
}

.mod-helpdesk .defaultImage {
	background: url(../style/img/telefon.png) no-repeat 0 0 transparent;
	width: 75px;
	height: 76px;
	position: relative;
    top: -31px;
    left: 165px;
	margin-bottom: -63px;
}

.mod-helpdesk .defaultImage img {
	display: none;
	width: 75px !important;
	height: 76px !important;
}

.mod-helpdesk .box-content {
	padding: 10px;
	background: url("img/box-content_bg.png") repeat-x scroll 0 0 #FFFFFF;
}

.mod-helpdesk .box-content .title {

}

.mod-helpdesk .box-content .number {
    font-size: 1.5em;
    color: #0a6c2e;
	font-weight: bold;
}

.mod-helpdesk .box-content .text hr {
	height: 1px;
	border: 0;
}

.mod-helpdesk .box-content .text .day {
	width: 90px;
	margin: 0 auto;
}

.mod-helpdesk .box-content .text .left {
	width: 90px;
	padding-right: 5px;
	float: left;
}

.mod-helpdesk .box-content .text .right {
	width: 89px;
	border-left: 1px solid transparent;
	padding-left: 5px;
	float: right;
}

.mod-helpdesk .customContent .title {

}

.mod-helpdesk .box-bottom {

}

/*welcome*/
.mod-welcome {

}

/*reiseangebote*/
.giata {

}

.giata .box-content {
	padding: 0;
}

.giata .backgroundImage {
	background: url("img/giata.png") no-repeat scroll 0 0 transparent;
	height: 68px;
	width: 219px;
}

.giata .box-content .text {
	display: none;
}

/*reiseführer*/
.columbus {

}

.columbus .box-content {
	padding: 0;
}

.columbus .backgroundImage {
	background: url("img/reisefuehrer.jpg") no-repeat scroll 0 0 transparent;
	width: 219px;
	height: 87px;
}

.columbus .text {
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	top: 10px;
	left: 10px;
	font-size: 1.4em; /*1.3em;*/
}

.columbus .text1 {
	display: block;
}

/*angebot*/
.offerQuadra {

}

.mod-offer .item {
	width: 139px;
    height: 140px;
    border: 1px solid #659927;
    margin-left: auto;
	margin-right: auto;
}

.mod-offer ul li{
	display: block;
	float: left;
	width: 150px;
}


/*systemangebot*/
.topbox {
	
}

/*rating*/
.mod-rating {

}

/*blog*/
.blog {
	
}

/*news*/
.mod-newsbox {
	background: none transparent;
	width: 217px;
	border: 1px solid transparent;
}

.mod-newsbox .box-top {
	display: none;
	height: 30px;
	padding: 10px 10px 0 20px;
	background: url("img/box-top_bg.png") repeat scroll 0 0 transparent;
}

.mod-newsbox .box-top .box-title {
	font-weight: bold;
}

.mod-newsbox .box-content {
	/*padding: 0 10px 10px;*/
	background: url("img/box-content_bg.png") repeat-x scroll 0 -30px transparent;
}

.mod-newsbox .box-content .container {
	padding: 0;
	word-wrap: break-word;
	overflow: hidden;
	height: 140px;
	/*margin-top: 12px;*/
}

#Box_1 .mod-newsbox .box-content .container {
	margin: 0 auto;
}

.mod-newsbox .box-content .container .title {
	position: relative;
	z-index: 5;
	height: 1px;
}

.mod-newsbox .box-content .container .title > div {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
	word-wrap: break-word;
}

.mod-newsbox .box-content .container .image {
	top: 0px;
	left: 0px;
	z-index: 3;
	position: relative;
	width: 190px;
	display: block;
	margin: 0 auto;
}

.mod-newsbox .box-content .entries {
	padding: 21px 0 0;
	font-size: 12px !important;
}

.mod-newsbox .box-content .entries .entry {
	margin-bottom: 10px;
}

.mod-newsbox .box-content .entries .entry-date {
	font-weight: bold;
	margin-bottom: 4px;
}

.mod-newsbox .box-content .pagination {
	padding-left:5px;
	color: gray;
	/*font-size: 12px;*/ 
}

.mod-newsbox .box-content .pagination a {
	color: gray;
	/*font-size: 12px;*/
}

.mod-newsbox .box-content .pagination .currentStep {
	font-weight: bold;
}

.mod-newsbox .box-bottom {
	display: none;
	background: none transparent;
}

/*schnellsuche*/
.modSearchbox {

}

/*iframe*/
.iframe {

}

/*galerie*/
.gallery {

}

/*datei*/
.file {

}

.file .box-content {
	overflow: hidden;
}

/*deeplink*/
.deeplink {
	
}

/*formular*/
.form {

}

/*verlinkung*/
.verlinkung {
		
}

/*youtube*/
.youtube {
	
}

/*buchungsmaschine*/
.buchungsmaschine {

}

/*usercontent*/
.usercontent {

}

/*vote*/
.vote {

}


/*-----------------------------------------------*/
/*social media*/
/*-----------------------------------------------*/
#socialMedia {
	position: absolute;
    right: 0;
    top: 0;
	float:right;
}

#facebook, #twitter, #xing, #youtube, #facebook_page, #googleplus  {
	float: left;
	margin: 10px 3px 2px;
}

#facebook > a > img,
#twitter > a > img, #xing > a > img, 
#youtube > a > img,
#facebook_page > a > img, #googleplus > a > img  {
	width: 25px;
	height: 25px;
}


/*-----------------------------------------------*/
/*full size mode*/
/*-----------------------------------------------*/
.fullSizeModeRightBox {
	clear: both !important;
	width: 100% !important;
}

.fullSizeModeRightBox div {
	display: none;
}

.fullSizeModeRightBox div.navigation div {
	display: block;
}

.fullSizeModeRightBox .box-content,
.fullSizeModeRightBox .box {
	background: none;
	width: 100%;
}

.fullSizeModeRightBox div.navigation div.box-top,
.fullSizeModeRightBox div.navigation div.box-bottom {
	display: none;
}

.fullSizeModeRightBox .box-content li {
	float: left;
	margin-right: 10px;
}

.fullSizeModeRightBox div.navigation {
	display: block;
}

.fullSizeModeContentBox {
	width: 719px !important;
}