body {
    background-color:#fff;
    color:#000000;
    font-size:12pt;
    font-family:Cambria, Georgia, "Times New Roman", serif;
    padding-left:15px;
    padding-right:15px;
}

div.tourdataRow img {
    margin:10px 0px;
}

/* display both tabs */
div#content div#tab1,
div#content div#tab2 {
    display:block !important;
}

/*#content .gmnoprint{display:block}*/
/*#content .gmnoscreen{display:block}*/

/***** KARTE *****/
#map-wrapper{
    width:100%;
    /*float:left;*/
    width:500px;
    /*height:300px;*/
    height:600px;
    overflow:hidden;
}

#map{
    min-width:450px;
    min-height:600px;
    height:auto !important;
    height:600px;
    /*page-break-after:always;*/

    overflow:hidden;
}

div#tab2 {
    clear:both;
    position:relative;
    z-index:1000;
    background-color:#fff;
    width:100%;
}

.main-tab h1 {
    font-size:20pt;
}

.main-tab h2 {
    font-size:16pt;
}

#sidebarWrapper {
  clear:both;
}

div#sponsor-wrapper {
    clear:both;
    padding-top:10px;
}

div#sponsor-wrapper h1 {
    font-size:16pt;
}

div#sponsor-wrapper div.sponsor-image img {
    width:200px;
}

/** hide elements ***/
div#rating-wrapper,
div#sidebar-tab-container {
    display:none;
}

ul#main-tab-container-nav {
    display:none;
}

div.print-button {
    display:none;
}


div#tab2 h1#tourtitle {
    display:none;
}

div#tourdetails div.download {
    display:none;
}

/*** Map Details ****/
div.gm-overview-map {
    display:none;
}



