/********************************************************************************/
/* Titel: Flughafen Bremen Elektrik GmbH (Haupt-Stylesheet)                     */
/* Datei: main.css                                                              */
/* Autor: André Wüstefeld                                                       */
/* Firma: k&w content management                                                */
/********************************************************************************/
html {
    padding: 0px;
    margin: 0px;
    min-width: 974px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

body {
    margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 974px;
    background-position: center top;
    background-image: url(images/background_body.gif);
    background-repeat: repeat-x;
    background-color: #9f1c19;
}

/*******************************/
/* Hauptbereiche des Templates */
/*******************************/
#top_frame {
    position: relative;
    margin: 0px auto;
    padding: 0px;
	width: 974px;
    height: 290px;
    background-image: url(images/top.gif);
    background-repeat: no-repeat;
}

#content_frame {
	position: relative;
    margin: 0px auto;
    width: 974px;
    background-position: center top;
    background-image: url(images/background_content.gif);
    background-repeat: repeat-y;
}

/******************************/
/* Bereiche von content_frame */
/******************************/
#left_frame {
    float: left;
    margin: 0px;
    width: 262px;
}

#right_frame {
    margin-left: 282px;
    margin-right: 32px;
    padding: 0px;
}

* html div#right_frame {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer */
}

#menu_home,
#menu_main,
#airportstadt {
	margin-left: 22px;
    margin-right: 10px;
    width: 230px;
}

#bottom_frame {
    clear: both;
    padding: 0px;
	width: 974px;
    height: 50px;
    background-image: url(images/bottom.gif);
    background-repeat: no-repeat;
}

/*******************/
/* Logo und Banner */
/*******************/
#logo {
	position: relative;
	padding-top: 13px;
    margin-left: 710px;
}

#logo img {
	border: none;
}

#banner {
	margin-top: 7px;
    width: 974px;
    height: 160px;
}

/**************************/
/* Inhalt und Überschrift */
/**************************/
#title {
	position: absolute;
    top: 250px;
    left: 282px;
    width: 518px;
}

#content {
    padding-top: 0px;
    padding-bottom: 20px;
    color: #000000;
    font-size: 100%;
    font-weight: normal;
    text-align: left;
}

#content p {
    margin-top: 0px;
}

#content ul {
    margin-top: 0px;
    list-style-image:url(images/list-style.gif)
}

#content a {
	text-decoration: none;
    color: #db2a20;
    font-weight: bold;
	font-size: 100%;
}

#content a:hover {
	text-decoration: none;
    color: #808080;
    font-weight: bold;
}

#content table {
	font-size: 100%;
}

/*****************/
/* Fontsize-Menü */
/*****************/
#fontsize_menu {
	position: absolute;
    top: 231px;
    left: 782px;
    width: 160px;
    font-size: 11px;
    text-align: right;
}

#fontsize_menu a {
	color: #000000;
	text-decoration: none;
}

#fontsize_menu a:hover {
	color: #808080;
}

#fontsize12 {
    font-size: 12px;
}

#fontsize14 {
    font-size: 14px;
    padding-left: 2px;
}

#fontsize16 {
    font-size: 16px;
    padding-left: 2px;
}

#fontsize18 {
    font-size: 18px;
    padding-left: 2px;
}

#fontsize20 {
    font-size: 20px;
    padding-left: 2px;
}

.fontsize_disabled {
    color: #c0c0c0;
}

/***************************/
/* Copyright-Informationen */
/***************************/
#copyright_frame {
    position: static;
    padding-top: 0px;
    width: 974px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    color: #ffffff;
    text-align: center;
}

#copyright_frame a {
	color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#copyright_frame a:hover {
	color: #f5c5c3;
}

/*******************/
/* Kontakttabellen */
/*******************/
.contact td {
    color: #000000;
}

/*******************/
/* Kontaktformular */
/*******************/
.contactform th {
    font-weight: normal;
	height: 20px;
}

.submit {
	padding: 0px;
	margin: 0px;
	height: 27px;
	width: 230px;
	border: none;
}

input.contactform {
    height: 20px;
}

input.contactform,
select.contactform,
textarea.contactform {
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
	width: 400px;
}

textarea.contactform {
    line-height: 20px;
    vertical-align: top;
    margin: 0px;
}

/**********************/
/* Bereich googlemaps */
/**********************/
div#googlemaps {
    padding: 0px;
    margin: 0px;
    height: 474px;
    width: 654px;
    border: 3px solid #f0f0f0;
}

.googlemaps_infowindow {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    font-weight: normal;
    line-height: 16px;
    text-align: left;
	color: #000000;
}

.googlemaps_infowindow a {
    font-weight: bold;
    text-decoration: none;
    color: #1b6b26;
}

.googlemaps_infowindow a:hover {
    color: #134b17;
}

.googlemaps_submit {
    margin-top: 10px;
    padding: 0px;
}

.googlemaps_infowindow input {
    padding: 0px;
    font-size: 75%;
    height: 20px;
    width: 200px;
}

