/***************************************************************************************
*																					   *
* Title:    Print CSS for www.kitemaniatour.com 										   *
* Author:   Enno Oldigs Tonne24 - online media (www.tonne24.de)						   *
* Created:  08/2012																	   *
*																			           *	
***************************************************************************************/

* { color: #333333; }

@font-face {
	font-family: Airstrip;
	src: url('airstrip.ttf');
	}


#header .mod_navigation,
.side-bubble#facebook,
#header .mod_imageslider,
#footer .mod_customnav,
#km-logo-footer { display:none; }



body { 
	font-family: Lato, Helvetica, Verdana, sans-serif;
	font-size:14px;
	line-height: 150%;
	letter-spacing: normal;
	color:#333333;
	padding: 20px 0 0 0;
	}


#container { 
	border-top: 0px solid #FF943B; 
	background:none; 
	}

#header .inside #km-logo { 
	position: absolute; 
	top:30px; 
	left:30px; 
	z-index:1000; 
	background: #fff;
	width: 297px ;
	height: 105px;
	border-bottom-right-radius: 5px; 
	border-bottom-left-radius: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-moz-border-radius-bottomleft: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px; 
	}


#header { height: 150px; }

#main .inside { 
	padding: 0; 
	width:100%; 
	}
	
#hotline { position:absolute; left:400px; top:70px; font-size:120%; }



