/* 
>>> 4jp - jürgen petersen <<<
>>> customized for Mauritius Individuell - Druckfunktion <<<
>>> www.4jp.de <<<    
*/


/*Elemente*/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	top: 0px;
}


/* Layer */

/*Druckfunktion*/
#logo-druck {
  display: block;
	position: relative;
	float: right;
  width: 100%;
	z-index: 20;
	background-repeat: no-repeat;
}

#druck-kopf{
         position: relative;
         top: 30px;
}


#slogan-druck { 
        float: right;
        display: block;
        width: 205px;
	z-index: 15;
	position: relative;
}

#slogan-druck p {  
        display: block;
        font-size: 12px;
        color: #99C8FF;
}

#slogan-druck h1{
        display: block;
	color: #2D4F84;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: -7px;
}

#kontaktdaten-druck {
        display: block;
        margin-top: 50px;
        float: left;
        position: relative;
        font-size: 12px;
        width: 405px;   
        z-index: 17;
        color: #99C8FF;
}

/*Basis Layer*/

.drucken, .breadcrumb {
        display: none;
}

#buchung, #copyright, #navi-left, #navi-top, #navi-bottom, #subnavigation, #info-right, #searchbox, #head { 
        display: none;
}

#container {
        float: none !important;
	margin: 0px;
        padding: 0px;
        margin-top: 0px;
        padding-top: 0px;
        width: 100%;
}


#content {  
        background: white !important;
        padding-left: 0px;
        clear: both;
        position: relative;
        float: none !important;
        border: none;
        overflow: visible !important;
        color: black !important;
}

#content p, #content table, #content pre, #content div {
  color: black !important;
}


#inhalt {
        background: white !important;
        float: none !important;
        margin-top: 60px;

}

