/* Struktur Start */
body {
	width:100%;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#333333;
	font-family: Arial, sans-serif;
	font-size:14px;
	overflow-y:scroll;
}

#page {
	position:relative;
	margin:0 auto;
	width: 990px;
	min-height:480px;
}
/* Struktur Ende */

/*  ------------------------------------------------------------ */

/* Diverses Start */
h1 {
	font-size: 22px;
	font-weight:bold;
	color:#9900cc;
	margin-top:0px;
	margin-bottom:10px
}

.klein {
	font-size: 12px;
}

.bild_schatten {
	-webkit-box-shadow:  0px 0px 15px 1px #9900cc; /* WebKit */
	-moz-box-shadow:  0px 0px 15px 1px #9900cc; /* Firefox */
	box-shadow:  0px 0px 15px 1px #9900cc; /* Standard */
}

.rund {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}

.rund_oben {
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-khtml-border-top-left-radius: 12px;
	-khtml-border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.rund_unten {
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-khtml-border-bottom-left-radius: 12px;
	-khtml-border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.rahmen {
	border: 2px solid #eaeaea;
}

.rahmen_thin {
	border: 1px solid #eaeaea;
}

a:active { 
	color: #9900cc; 
	text-decoration: none;
}

a:link { 
	color: #9900cc; 
	text-decoration: none;
}

a:visited {
	color: #9900cc;
	text-decoration: none;
}

a:hover { 
	color: #000; 
	text-decoration: none;
}

.gelb {
	color: #333333;
}

.subnavi {
	width:260px;
	padding:15px;
	font-weight:bold;
	color: #FFE337;
	background-color:#9900cc
}

.a_subnavi {
	font-size: 14px;
	color: #FFE337;
}

.form {
	background-color: #fff;
	color: #000;
	border: 1px #000 solid;
	font-family: Arial, sans-serif;
}

#cookie {
	position:fixed; padding-top:10px; padding-bottom:25px; bottom:0; width:100%; z-index:1000000; background:#d595ea; text-align:center; color:#000;
	-webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.6); -moz-box-shadow:0px 0px 15px 3px rgba(0,0,0,0.6); -khtml-box-shadow:0px 0px 15px 3px rgba(0,0,0,0.6); box-shadow:0px 0px 15px 3px rgba(0,0,0,0.6);
}

.cookie_button {
	text-align:center;
	padding:8px;
	text-decoration:none;
	font-weight:bold;
	color:#9900cc;
	background:#ffe337;
}
.cookie_button:hover {
	background:#7A7A7A;
}
/*  Diverses Ende */

/*  ------------------------------------------------------------ */

/*  head Start */
#head {
	margin: auto;
	width: 990px;
	height:140px;
}

#top_hg {
	position:absolute;
	width:990px;
	height:140px;
	background-image:url(images/hg_top.jpg);
	background-repeat:no-repeat;
	left: -10px;
	top: 0px;
	z-index:1;
}

#top_logo {
	position:absolute;
	width:352px;
	height:110px;
	left: 0px;
	top: 40px;
	z-index:3;
}

	#top_taxi_1 {
		position:absolute;
		width:188px;
		height:146px;
		left: 180px;
		top: -40px;
		z-index:1;
	}
	
	#taxi_1.start_1 {
		width:25%;
		height:25%;
	}
	
	.animation_1 #taxi_1 {
		margin-left:115px;
		margin-top:42px;
		width:100%;
		height:100%;
		 transition: all 1.5s ease-out;	
		-webkit-transition: all 1.5s ease-out;
		-moz-transition:all 1.5s ease-out;
		-o-transition: all 1.5s ease-out;
		-ms-transition: all 1.5s ease-out;
	}
	
	#top_taxi_2 {
		position:absolute;
		width:177px;
		height:144px;
		left: 180px;
		top: -40px;
		z-index:1;
	}
	
	#taxi_2.start_2 {
		width:25%;
		height:25%;
	}
	
	.animation_2 #taxi_2 {
		margin-left:115px;
		margin-top:42px;
		width:100%;
		height:100%;
		 transition: all 1.5s ease-out;	
		-webkit-transition: all 1.5s ease-out;
		-moz-transition:all 1.5s ease-out;
		-o-transition: all 1.5s ease-out;
		-ms-transition: all 1.5s ease-out;
	}

#top_text {
	position:absolute;
	width:523px;
	height:134px;
	left: 467px;
	top: 3px;
	z-index:2;

}
/*  head Ende */

/*  ------------------------------------------------------------ */

/*  Content Start */
#content {
	width: 940px;
	min-height:400px;
	overflow:auto;
	z-index:50;
}

#content_left {
	min-height:420px;
	float:left;
}

#content_right {
	margin-top:55px;
	min-height:650px;
	float:left;
}

#navigation {
	position:absolute;
	overflow: hidden;
	float: left;
	width: 100%;
	left: 0px;
	top: 152px;
	font-size:18px;
	text-shadow: 0px 0px 15px #fff, 0px 0px 30px #fff;
	z-index:2;
}

#navigation ul {
	float: left;
	position: relative; 
	left: 50%;
	margin: 0px auto;
	padding: 0px;
}

#navigation li {
	position: relative;
	right: 50%;
	list-style:none;
	float:left;
	margin-left:25px;
	margin-right:25px;
	margin-top:13px;
	margin-bottom:13px;
}

a.navi:link {
	color:#ffe337;
}

a.navi:active {
	color:#ffe337;
}

a.navi:visited {
	color:#ffe337;
}

a.navi:hover {
	color:#FFF;
}

/*  Content Ende */

/*  ------------------------------------------------------------ */

/*  footer Start */
#footer {
	position:relative;
	margin:0 auto;
	width:990px;
	height:40px;
	font-size:10px;
	color:#9900cc;
}

#footer_left {
	position:absolute;
	float:left;
	width:200px;
	left: 30px;
	top: 3px;
}

#footer_right {
	position:absolute;
	float:left;
	width:280px;
	left:680px;
	top: 3px;
	text-align:right;
	}
/*  footer Ende */

/*  ------------------------------------------------------------ */
