#header {
	width: 100%;
	height: 100px;
	font-family: helvetica;
	font-size: 50pt;
	font-weight: bold;
	background-image: url('images/logo.png');
	background-position: 100px 0px;
	background-repeat: no-repeat;
}
#header_content {
	margin: 0px 210px;
	padding: 20px 0 0 0;
}
#header_content_first {
	color: rgb(231, 105, 39);
}
#header_content_second {
	color: black;
}
a:link {
	font-family: helvetica;
	color: black;
	text-decoration: none;
}

a:visited {
	font-family: helvetica;
	color: black;
	text-decoration: none;
}

a:hover {
	font-family: helvetica;
	color: #999999;
	text-decoration: none;
}

a:active {
	font-family: helvetica;
	color: #333333;
	text-decoration: none;
}

#_menuActive {
	font-family: helvetica;
	color: black;
	text-decoration: none;
	border: 1px solid rgb(215, 218, 224);
	background-color: rgb(215, 218, 224);
}

#_menu {
	font-family: helvetica;
	color: black;
	text-decoration: none;
	border: 1px solid #f08327;
}

#_menu:hover {
	font-family: helvetica;
	color: black;
	text-decoration: none;
	background-color: rgb(227, 174, 131);
}

#_menu_lang {
	font-family: helvetica;
	color: black;
	text-decoration: none;
	border: 1px solid #f08327;
	float: right;
	right: 20px;
}

#_menu_lang:hover {
	font-family: helvetica;
	color: black;
	text-decoration: none;
	background-color: rgb(227, 174, 131);
}

#menu {
	background-color: rgb(240, 131, 39);
	width: 100%;
	height: 19px;
	border: 0;
}

#content {
	margin: 10px 20px;
	padding: 5px 10px 10px 10px;
	background-color: rgba(255,255,255,0.4);
}

#contentiPhone {
	padding: 5px 10px 10px 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 20px;
}

body {
	background-color: rgb(215, 218, 224);
	background-image: url('images/Skyline.png');
	background-position: 100% 0%;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#blockQuote {
	padding: 0px 0px 0px 20px;
	float: left;
}
#blockQuote_Autor {
	padding: 0px;
	margin:0px;
	float:right;
}
/* Carpe Demo */
#map_canvas {
	width: 640px;
	height: 480px;
	top: 20px;
	left: 20px;
}
.tooltip {
	color: white;
	padding: 4px;
	background-color: rgba(0,0,0,0.5);
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-weight: bold;
	white-space: nowrap;
}

#iPhone_Sim {
	position: absolute;
	background-image: url('images/CarpeGuide.png');
	color: white;
	font-weight: bold;
	visibility: show;
	left: 670px;
	top: 140px;
	/*z-index: 2;*/
	width: 260px;
	height: 480px;
}
#line {
	position: relative;
	top: 95px;
	left: 60px;
	font-size: 8pt;
}
#stationName {
	position: relative;
	top: 97px;
	left: 60px;
	font-size: 10pt;
}
#nextStationName {
	position: relative;
	top: 97px;
	left: 60px;
	font-size: 10pt;
}
#stopAnimation {
	position: absolute;
	top: 350px;
	left: 190px;
}
#decreaseSpeed {
	position: absolute;
	top: 330px;
	left: 30px;
}

#increaseSpeed {
	position: absolute;
	top: 350px;
	left: 30px;
}
#iPhoneDemoLink:link {
	color: white;
	text-decoration: none;
}
#iPhoneDemoLink:visited {
	color: white;
	text-decoration: none;
}
#iPhoneDemoLink:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#iPhoneDemoLink:active {
	color: #333333;
	text-decoration: none;
}
#audio {
	position:absolute;
	top:-90000;
}

#footer {
    position:fixed;
    bottom:0px;
    background: #d7dae0;
    
    text-align:center;
    padding:10px;
    width:100%;
	font-size: 12pt;
}
