/* -----------------------------------------------------------------------------
   main.css 2009-19-01 10:30:00 Z mz $   
    
   MEGADRIVE Cascading Style Sheets
   Copyright (c) 2008 MEGADRIVE Autovermietung
   http://www.megadrive.at
-------------------------------------------------------------------------------- */

@CHARSET "UTF-8";

/* ------------------- ##### PAGE ##### ------------------- */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

html, body {
 	background: #e1e1e1;
    height: 100%;
	font: 0.8em Verdana, Arial, sans-serif;
	color: #000;
}

#md_page {
	background: #e1e1e1 url('../../imgserver/back/megadrive_background_page.gif') repeat-y top left;
	width: 780px;
	text-align: left;
  	position: relative;
  	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

/* ------------------- ##### HEADER ##### ------------------- */

#md_header {
	background: #fff;
	height: 88px;
}

#md_header_logo {
	background: #fff;
	height: 68px;
	width: 200px;
	float: left;
}

/* --- Submenue --- */

#md_header_submenue {
	background: #fff;
	height: 58px;
	float: right;
	margin: 10px 20px 0 0;
	width: 500px;
}

#md_header_submenue_links {
	float: left;
	padding: 3px 0 0 0;
	width: 318px;
	text-align: right;
}

/* --- Search --- */

#md_search {
	float: right;
	width: 182px;
}

#md_search_title {
	float: left;
	padding: 3px 0 0 12px;
	height: 17px;
	width: 50px;
}

#md_search_input {
    background: transparent url('../../imgserver/mixed/megadrive_search_bg.gif') no-repeat;
	float: left;
	width: 89px;
	height: 20px;
}

#md_search_submit {
	float: left;
	width: 30px;
	height: 20px;
}

#md_search_input_field {
	background: transparent;
	padding: 4px 0 0 6px;
	width: 78px;
	color: #000;
	font: 1em Verdana, Arial, sans-serif;
}

/* --- Mainmenue --- */

#md_header_mainmenue {
	border-top: 1px solid #999999;
	border-bottom: 2px solid #ed1c24;
	height: 17px;
}

/* ------------------- ##### MAIN TOP ##### ------------------- */

#md_main_top {
	background: #fff;
	height: 10px;
}

/* ------------------- ##### CONTENT ##### ------------------- */

#md_main_content {
	width: 749px;
	margin: 0 20px 0 11px;
	padding: 0 0 20px 0;
}

#md_main_left {
    float: left;
	width: 180px;
	padding: 10px;
}

#md_main_right {
    width: 540px;
	float: right;
}

/* --- TITLE --- */

.md_main_title {
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
	border-bottom: 1px solid red;
}

.md_main_title h2 {
	margin: 0;
	padding: 0;
	color: #ed1c24;
	font-size: 1.4em;
}

/* --- Main Menue Left --- */

#md_main_menue, #md_main_submenue {
    padding: 0 0 6px 0;
	margin: 0 0 6px 0;
	border-bottom: 1px solid #a6a6a6;
}

/* --- Banner Left --- */

#md_main_banner {
	margin: 40px 0 0 0;
	text-align: center;
}

/* --- Breadcrumb --- */

#md_content_breadcrumb {
	margin: 0 0 24px 0;
}

#md_content_inhalt {
	line-height: 16px;
}

#md_content_inhalt ul {
	margin: 0 0 0 20px;
}

#md_content_inhalt h1 {
	font-size: 2em;
	color: #999999;
	margin: 0 0 10px 0;
	line-height: 22px;
}

#md_content_inhalt h3 {
	font-size: 1.2em;
	color: #000;
	margin: 0 0 2px 0;
	line-height: 18px;
}

/* --- Kontakt --- */

#md_main_kontakt {

}

/* ------------------- ##### MIXED ##### ------------------- */

.clearit {
    clear: both;
}

a {
	text-decoration: underline;
	color: #ed1c24;
}

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

ul li {
    list-style-type: square;
}

/* ------------------- ##### ADVERTISE ##### ------------------- */

#md_bannerzone {
	background: transparent;
	border: 1px solid #878787;
    position: absolute;
    top: 100px;
    left: 800px;
}

#md_bannerzone_title {
	border-bottom: 1px solid #878787;
	background: #f4f4f4;
	padding: 8px;
}

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

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

