@charset "utf-8";
/* CSS Document */

html,body{
	height:100%;
	min-height:100%;		
}

body{
	background-image:url(../pics/top-bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;	
}

a img {
	border:none;
}

h1{
	font-size:24px;
	margin:0 0 20px 0;
	padding:0;
	color:#301003;
	font-weight:normal;
	background-image:url(../pics/h1-linie-mit-foxtrotter.jpg);
	background-repeat:no-repeat;
	display:block;
	height:41px;
	width:545px;
	background-position:0 -7px;
}

h2{
	font-size:18px;
	color:#58585a;
	font-weight:normal;
}

h3{
	font-size:12px;
	margin-bottom:20px;
	padding:0;
	color:#301003;
	font-weight:bold;
	background-image:url(../pics/h1-linie-mit-foxtrotter.jpg);
	background-repeat:no-repeat;
	display:block;
	height:41px;
	background-position:0 -7px;
}

#out {
	width:100%;
	min-height:100%;
	position:relative;
}

#container{
	width:961px;
	margin:0 auto;

	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#58585a;
}

#header{
	height:116px;
}

#logo{
	background-image:url(../pics/logo.jpg);
	height:116px;
	width:144px;
	float:left;
	
	cursor:pointer;
}

/*Navi in Navi.css*/

#top{
/*	background-image:url(../pics/top_balken.jpg);*/
	background-repeat:no-repeat;
	height:284px;
}

#middle{
	position:relative;
	padding-bottom:60px;
}

#m_left{
	width:392px;
	float:left;
	margin-top:35px;
}

.m_info{
	width:313px;
	margin-left:24px;
	line-height:17px;
	position:relative;
}

.m_contact{
	width:313px;
	margin-left:24px;
	line-height:17px;
	position:relative;
	padding-top:11px;
}

.m_galeria{
	width:549px;
	margin-left:24px;
	line-height:17px;
	position:relative;
	margin-top:20px;
}

#headline_textTaxi{
	background-image:url(../pics/text-taxi_header.png);
	height:41px;
}
#headline_social{
	background-image:url(../pics/social-media_header.png);
	height:41px;
}
#headline_presse{
	background-image:url(../pics/presse_header.png);
	height:41px;
}

.m_middle{
	background-image:url(../pics/weiss-middle.png);
	background-repeat:repeat-y;
	padding:16px 16px 16px 22px;
}
.back{
	padding-bottom:4px;
}
.colored .m_middle{
	background-image:url(../pics/blau-middle.png);
	color:#FFF;
}
.m_footer{
	background-image:url(../pics/presse_footer.png);
	height:16px;
}

.more{
	background-image:url(../pics/button-blau_mehr.jpg);
	width:21px;
	height:54px;
	top:32px;
		
	position:absolute;
	z-index:8;
	right:-18px;
	
	cursor:pointer;
}



.colored .more{
	background-image:url(../pics/button-weiss_mehr.jpg);
}

#m_right{
	width:545px;
	float:left;
}

#m_galeriaright{
	width:311px;
	float:right;
}

#m_text{
	padding:58px 0 0 0;
	width:520px;
	float:left;
}

#m_galeriatext{
	padding:58px 35px 0 0;
	width:311px;
	float:right;
}

#m_text h2{
	margin:35px 0 20px 0;
}

#pic-fon{
	background-image:url(../pics/mikrofon.jpg);
	height:245px;
	width:104px;
	float:left;
	margin-top:52px;
}

#footer{
	background-image:url(../pics/footer.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:29px;
	width:100%;	
	position:absolute;
	bottom:0;
}

#impres{
	width:961px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0e0303;
	padding-top:8px;
}
#adress{
	float:right;
}
#adress a{
	text-decoration:none;
	color:#0e0303;
}
#face-twit{
	float:right;
}
#face{
	background-image:url(../pics/facebook.png);
	height:18px;
	width:85px;
	float:left;
	margin-right:14px;
	margin-top:-2px;
	
	cursor:pointer;
}
#twit{
	background-image:url(../pics/twitter.png);
	height:22px;
	width:22px;
	float:left;
	margin-top:-4px;
	
	cursor:pointer;
	
}

.klein{
	font-size:8px;
	text-transform:uppercase;
}
.logo{
	text-transform:uppercase;
}


.clear{
	clear:both;
}