﻿/*  --- Typo und Schrift ---  */

/* Alle Abstände zurücksetzen */
* {
	margin: 0;
	padding: 0;
}

/* Generelle Schriftart */
body, p, td , input, select, textarea {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color:#000000;
	line-height:17px;
}
.small {
	font-size:11px !important;
	line-height:13px !important;
}
.smaller {
	font-size:10px !important;
	line-height:11px !important;
}
.error {
	color:red;
}

/* Abstand unter Absätzen */
p,ul,ol {
	margin-bottom:8px;
}

/* Listenformatierung */
ul {
	list-style-type:square;
}
ul ul {
	list-style-type:disc;
}
ul li {
	margin-left:15px;
	padding-left:5px;
	margin-bottom:1px;
}
* html ul li {
	margin-left:17px;
	padding-left:3px;
}
ol li {
	margin-left:20px;
	padding-left:5px;
}
* html ol li {
	margin-left:23px;
	padding-left:2px;
}

/* Überschriften */
h1,h2,h3,h4 {
	line-height:normal;
	text-transform:uppercase;
}

h1 span ,h2 span ,h3 span ,h4 span {
	xbackground-color:white;
	padding:3px 3px 1px 3px;
}

h1 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:8px;
}
h2{
	font-size:16px;
	font-weight:bold;
	margin-top:16px;
	margin-bottom:4px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	margin-top:16px;
	margin-bottom:4px;
}

/* Links */
a {
	color:#285376;
	color:#d4610a;
	text-decoration:none;
}	
a:hover {
	color:#d4610a;
	text-decoration:underline;
}

a.important {
	background-color:white;
	background-image:url(/images/layout/dot-orange.gif);
	background-repeat:no-repeat;
	background-position:6px center;
	padding: 3px 3px 3px 18px;
	font-weight:bold;
	letter-spacing:1px;
}	


/*  --- Seitenlayout ---  */

html {
	overflow-y: scroll;
}

html,body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

body {
	background-color:#b3b3b3;
	background-image:url(/images/layout/shadow.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#center {
	width:1000px;
	background-color:white;
	min-height:100%;
	_height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	background-image:url(/images/layout/3columns.gif);
	background-repeat:repeat-y;
}
body.columns2 #center {
	background-image:url(/images/layout/2columns.gif);
}
#main {
	padding-top:209px;
	padding-bottom:23px;
}
.spalte {
	float:left;
}
* html .spalte {
	display:inline; /* gegen Double-margin bug beim IE6 */
}
#content {
	width:400px;
	padding:20px;	
	background-color:#dcdcdc;
	margin-left:280px;
}
body.columns2 #content {
	width:680px;
}
#column {
	width:260px;	
	padding:20px 0px 20px 20px;
}
#navi {
	width:280px;	
	margin-left:-1000px;
	padding-top:20px;
}
#header {
	position:absolute;
	top:0px;
	height:209px;
	width:1000px;
	background-color:#4c414a;
	background-image:url(/images/layout/sujet1.jpg);
	background-repeat:no-repeat;
	background-position:0 26px;
}
#header #bar {
	height:209px;
	width:1000px;
	background-image:url(/images/layout/header.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
* html #header #bar {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/layout/header.png",sizingMethod="scale");
}
#header #logo {
	position:absolute;
	top:131px;
	left:26px;
}
#footer {
	bottom: 0px;
	width:985px; 
	height:19px;
	padding-right:15px;
	padding-top:4px;
	position:fixed;
	background-color:#3f3f3f;
	background-image:url(/images/layout/footer.png);
	background-repeat:no-repeat;
	text-align:right;
	color:#7f7f7f;
	z-index:2;
}

* html #footer { /* simuliert postion:fix beim IE6 */
	position:expression('absolute');
	top:expression((documentElement.clientHeight+documentElement.scrollTop-23)+"px");
}
* html { /* damit der Expression-fix-hack beim scrollen nicht ruckelt */
    background-image:url(/images/layout/blank.gif);
}

#contactus {
	position:absolute;
	text-align:left;
	bottom:0px;
	left:0px;
	margin-left:26px;
	padding:3px 0px 21px 20px;
	width:224px;
	color:#b4b4b4;
	background-image:url(/images/layout/blue.png);
	background-repeat:repeat-y;
}
#contactus td {
	padding-right:6px;
	color:#f2f2f2;
}
#contactus a {
	color:#f2f2f2;
}
#contactus a:hover {
	color:#ff912f;
	text-decoration:none;
}


/*  --- Navigation ---  */

#navi ul ,
#navi ul li {
	padding:0;
	margin:0;
}
#navi ul {
	list-style:none;
	margin-left:26px;
	width:244px;
	margin-top:-12px;
	z-index:1;
	position:relative;
	border-bottom:1px solid #1f4f7d;
	border-top:1px solid #002e59;

}
#navi ul li {
	font-size:14px;
	color:#285376;
	text-transform:uppercase;
	border-bottom:1px solid #002e59;
	border-top:1px solid #1f4f7d;
}
#navi ul li:first-child ,
#navi ul li.first-child {
	font-weight:bold;
/*	border-top:none; */
}
#navi ul li:first-child a ,
#navi ul li.first-child a {
	padding-top:11px;
}
#navi ul li a {
	color:#CCCCCC; 
	display:block;
	padding:10px 18px 10px 22px;
	width:204px;
	line-height:18px;
}
#navi ul li a:hover {
	text-decoration:none;
	color:#ff912f;
}
#navi ul li.active {
	xborder-top-color:#e3e3e3;
}
#navi ul li.active a {
	background-color:#d0d0d0;
	background-image:url(/images/layout/navi-active.gif);
	background-repeat:repeat-y;
}	

/*  --- Top - Navigation ---  */

#header ul ,
#header ul li {
	padding:0;
	margin:0;
}

#header ul {
	position:absolute;
	top:7px;
	right:20px;
	list-style:none;
}
#header ul li {
	float:left;
	padding-left:15px;
}
#header ul li a {
	color:#c2c2c2;
	background-repeat:no-repeat;
	background-position:0 4px;
	padding-left:15px;
}
#header ul li a.contact {
	background-image:url(/images/layout/icon-mail.gif);
}
#header ul li a.sitemap {
	background-image:url(/images/layout/icon-sitemap.gif);
}
#header ul li a:hover {
	color:#d4610a;
	text-decoration:none;
}

/*  --- Teaser ---  */

#column p {
	font-size:14px;
	color:#d05d0a;
}
.teaser {
	width:253px;
	background-image:url(/images/layout/teaser-middle.gif);
	background-repeat:repeat-y;
	margin-left:-7px;
	margin-bottom:8px;
}
.teaser div {
	background-image:url(/images/layout/teaser-top.gif);
	background-repeat:no-repeat;
	background-position:0 top;
}
.teaser div div {
	background-image:url(/images/layout/teaser-bottom.gif);
	background-repeat:no-repeat;
	background-position:0 bottom;
	padding:12px;
}
.teaser div div span {
	display:block;
	clear:both;
}

.teaser img {
	float:left;
}
.teaser td {
	font-size:10px;
	line-height:normal;
	padding-left:4px;
	color:#828282;
	vertical-align:top;
}
.allaircraftsforsale {
	display:block;
	margin-left:-6px;
	margin-bottom:8px;
	width:253px;
	height:101px;
	background-image:url(../images/layout/all-aircrat-for-sale.gif);
	background-repeat:no-repeat;
}
.allaircraftsforsale span {
	display:none;
}
	


/*  --- Aircraft Tabellen ---  */

.framedimg {
	position:relative;
	width:144px;
	display:block;
	overflow:hidden;
	background-image:url(../images/layout/frame-top.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	cursor:pointer;
}
.framedimg img {
	border:0;
	margin:6px 8px 8px 6px;
}
.framedimg span {
	position:absolute;
	display:block;
	background-image:url(/images/layout/frame-bottom.gif);
	background-position:0 bottom;
	background-repeat:no-repeat;
	width:144px;
	height:250px;
	bottom:0px;
	left:0px;
}
	
	
.framedtable {
	width:514px;
	background-image:url(/images/layout/table-middle.gif);
	background-repeat:repeat-y;
}
.framedtable div {
	background-image:url(/images/layout/table-top.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
.framedtable div div {
	background-image:url(/images/layout/table-bottom.gif);
	background-repeat:no-repeat;
	background-position:0 bottom;
	padding:2px 4px 4px 2px;
}
.framedtable table {
	width:508px;
	background-color:white;
}
.framedtable table td {
	padding:3px 2px 3px 8px;
	vertical-align:top;
	line-height:normal;
}
.framedtable table .col1 {
 	background-color:#dedede;
}
.framedtable table .col2 {
 	background-color:#ffffff;
}
.framedtable table .col1 td ,
.framedtable table .col2 td ,
.framedtable li {
	font-size:11px;
}
.dotorange {
	background-image:url(/images/layout/dot-orange.gif);
	background-repeat:no-repeat;
	background-position:0 center;
	padding-left:11px;
}

.aircraftpics {
	width:144px;
	float:left;
}
.framedtable.detail {
	float:left;	
}
.framedtable.detail table {
	border-bottom:10px solid #ffffff;
}

/*  --- Performance Database ---  */

.perf_select .col {
	width:33%;
	float:left;
}
.perf_select .col input {
	margin-right:4px;
	#margin-right:1px;
}
.perf_select .colend {
	clear:left;
	padding-top:1px;
}
.perf_select .colend input {
	clear:left;
	margin-top:12px;
	margin-bottom:20px;
}

.perf_compare {
	margin-bottom:20px;
}
.perf_compare h2 {
	font-size:14px;
	margin:0;
}
.perf_compare h2 span {
	padding:0;
	background-color:transparent;
}
.perf_compare .col1 {
	background-color:#d2d2d2;
}

/*  --- Contact ---  */

.contact input.input {
	width:240px;
}
.contact textarea {
	width:380px;
}
.contact .error {
	color:red;
}	


/*  --- Dreamweaver ---  */

body#editor {
	width:400px;
	padding:20px;
	background-image:none;
	background-color:#dcdcdc;
}
body.columns2#editor {
	width:680px;
}
body.nocopy {}