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

.facebook_login {
	text-align:right;
	right: 38px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.facebook_login a:link {
    text-decoration: none;
    color: #FFFFFF;
}

.facebook_login a:visited {
    text-decoration: none;
    color: #FFFFFF;
}

.facebook_login a:hover {
    text-decoration: none;
    color: #FFFFFF;
}
/* ------------------------------- */


/* ------ GRUNDLEFLY HEADER ------------- */

.grundlefly_header {
	z-index:1;
	position: relative;
	height: 110px;
	padding-top: 10px;
}

a.logo_button {
	position: absolute;
	top: 15px;
	left: 22px;	
	display: block;
	width: 226px;
	height: 71px;
	background-image: url(../images/grundlefly_logo.gif);
	background-repeat: no-repeat;	
}
/* ------------------------------- */


/* ------ SEARCH BAR ------------- */
.search_input_field {
	z-index:2;
	position: absolute;
	bottom: 65px;
	left: 550px;	
}

.search_button {
	z-index:2;
	position: absolute;
	bottom: 66px;
	left: 710px;			
}
/* ------------------------------- */


/* ------ HOME ------------- */
.home_picture {
	z-index:1;
	position: absolute;
	bottom:33px;
	left:40px;
}

.home_text {
	z-index:1;
	position: absolute;
	bottom:36px;
	left:70px;
	font-size:10pt;
	font-weight:600;
	color:#F7F7F7;
	
}

.home_text a:link {
    text-decoration: underline;
    color: #FFFFFF;
}

.home_text a:visited {
    text-decoration: underline;
    color: #FFFFFF;
}
/* ------------------------------- */


/* ------ ABOUT US ------------- */
.about_us_picture {
	z-index:1;
	position: absolute;
	bottom:33px;
	left:230px;
}

.about_us_text {
	z-index:1;
	position: absolute;
	bottom:36px;
	left:260px;
	font-size:10pt;
	font-weight:600;
	color:#F7F7F7;
	
}

.about_us_text a:link {
    text-decoration: underline;
    color: #FFFFFF;
}

.about_us_text a:visited {
    text-decoration: underline;
    color: #FFFFFF;
}
/* ------------------------------- */


/* ------ CONTACT US ------------- */
.contact_us_picture {
	z-index:1;
	position: absolute;
	bottom:33px;
	left:430px;
}

.contact_us_text {
	z-index:1;
	position: absolute;
	bottom:36px;
	left:460px;
	font-size:10pt;
	font-weight:600;
	color:#F7F7F7;
	
}

.contact_us_text a:link {
    text-decoration: underline;
    color: #FFFFFF;
}

.contact_us_text a:visited {
    text-decoration: underline;
    color: #FFFFFF;
}
/* ------------------------------- */


/* ------ SITEMAP ------------- */
.sitemap_picture {
	z-index:1;
	position: absolute;
	bottom:33px;
	left:620px;
}

.sitemap_text {
	z-index:1;
	position: absolute;
	bottom:36px;
	left:650px;
	font-size:10pt;
	font-weight:600;
	color:#F7F7F7;	
}

.sitemap_text a:link {
    text-decoration: underline;
    color: #FFFFFF;
}

.sitemap_text a:visited {
    text-decoration: underline;
    color: #FFFFFF;
}
/* ------------------------------- */


/* ------ RSS FEED ------------- */
.rss_feed_picture {
	z-index:1;
	position: absolute;
	bottom:33px;
	left:810px;
}

.rss_feed_text {
	z-index:1;
	position: absolute;
	bottom:36px;
	left:840px;
	font-size:10pt;
	font-weight:600;
	color:#F7F7F7;	
}

.rss_feed_text a:link {
    text-decoration: underline;
    color: #FFFFFF;
}

.rss_feed_text a:visited {
    text-decoration: underline;
    color: #FFFFFF;
}
/* ------------------------------- */