﻿/*****      GlobalStyleMaster.css für www.startrans-aircargo.de     *****/
/******************************************************************************/
/***** Inhalt *****************************************************************/
/******************************************************************************/
/*
/*    1. Global Settings
/*    3. CSS-Layout
/*    4. Typographie
/*    5. Common Formatting
/*    6. Links
/*    7. Forms
/*    8. Tables
/*    9. Style Navigation
/*   10. Style Fuß
/*   11. Style page_content
/*   12. sonstige Klassen
/*
/******************************************************************************/
/***** 1. Global Settings *****************************************************/
/******************************************************************************/
html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
}

/******************************************************************************/
/***** 3. CSS-Layout **********************************************************/
/******************************************************************************/
#auswahlAbschnitt {
	background-color: #f8f8f8;
}
#container {
	background: #f8f8f8;
	margin: 0 auto;
	width: 920px;
}
#left_col {
	float: left;
	width: 175px;
	margin-top: 50px;
	margin-left: 10px;
	padding: 20px 1px;
	background: #eee;
}
#masthead {
	margin: 0 10px 20px 10px;
	background:  #ffff00;
}
#page_content {
	margin: 0 25px 0 215px;
	min-height: 450px;
}
#page_content_edit {
	margin: 0 5px 0 190px;
}
#footer {
	margin: 0 10px;
	clear: both;
}
#rahmen_oben {
	background: url('bilder/rahmen_oben.gif') no-repeat;
	height: 50px;
}
#rahmen_mitte {
	background: url('bilder/rahmen_mitte.gif') repeat-y;
}
#rahmen_unten {
	background: url('bilder/rahmen_unten.gif') no-repeat;
	height: 23px;
}

/******************************************************************************/
/****** 4. Typographie ********************************************************/
/******************************************************************************/
body {
	font: 100.01%/1.25 "Avant Garde", "Century Gothic", Verdana, Arial, sans-serif;
}
#left_col, #auswahlAbschnitt {
	font-family: "Avant Garde", "Century Gothic", Verdana, Arial, sans-serif;
}
#page_content {
	color: #222;
	font-size: 1em;
	text-align: justify;
}
#footer {
	text-align: center;
	font-size: 0.8em;
}
#footer a {
	color: #003B9D;
}
h1, h2, h3, h4, h5, h6 {
	color: #B50E9C;
	font-weight: bold;
	text-align: left;
}
h1 {
	letter-spacing: -1px;
	font-size:  1.7em;
}
h2 {
	letter-spacing: -1px;
	font-size: 1.3em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
small {
	font-size: 0.85em;
}

/******************************************************************************/
/***** 5. Common Formatting ***************************************************/
/******************************************************************************/
a, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
h1 {
	padding:25px 0 20px 0;
}
h2 {
	padding: 15px 0;
}
p {
	margin: 0;
	padding: 0 0 18px 0;
}
ol, ul, li, dl, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
blockquote {
	margin: 0;
	/*margin: 22px 40px;*/
	padding: 0;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

/******************************************************************************/
/***** 6. Links ***************************************************************/
/******************************************************************************/
a, a:visited {
	text-decoration:none;
}

/******************************************************************************/
/***** 7. Forms ***************************************************************/
/******************************************************************************/
form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em arial, helvetica, sans-serif;
}
textarea {
	line-height:1.5em;
}
label {
	cursor:pointer;
}

/******************************************************************************/
/***** 8. Tables **************************************************************/
/******************************************************************************/
table {
	border:0;
	margin:0 0 10px 0;
	padding:0;
}
table tr td {
	padding:2px;
}

/******************************************************************************/
/***** 9. Style Navigation ****************************************************/
/******************************************************************************/

/***** Farben *****/
/*** Farbe Border ***/
#left_col a.haupt,
#left_col a.unter {
	border-top-color: #444;
	border-left-color: #ff0;
	border-right-color: #ff0;
}
#left_col a.haupt:active, #left_col #aktivHaupt,
#left_col a.unter:active, #left_col #aktivUnter {
	border-top-color: #f8f8f8;
	border-left-color: #B50E9C;
	border-right-color: #B50E9C;
}

/*** Farbe Text ***/
#left_col a.haupt:active, 
#left_col a.haupt:link, #left_col a.haupt:visited,
#left_col a.unter,
#left_col a.unter:link, #left_col a.unter:visited {
	color: #f8f8f8;
}
#left_col a.haupt:focus, #left_col a.haupt:hover,
#left_col a.unter:focus, #left_col a.unter:hover, #left_col a.unter:active  {
	color: #f8f8f8;
}
#left_col #aktivHaupt,
#left_col #aktivUnter {
	color: #222;
}
/*** Farbe Hintergrund  ***/
#left_col a.haupt:link, #left_col a.haupt:visited,
#left_col a.haupt:focus, #left_col a.haupt:hover,
#left_col a.unter,
#left_col a.unter:link, #left_col a.unter:visited,
#left_col a.unter:focus, #left_col a.unter:hover, #left_col a.unter:active {
	background-color: #B50E9C;
}
#left_col #aktivHaupt,
#left_col #aktivUnter {
	background-color: #ffff00;
}

/***** Sonstige Naviformatierung  *****/
#left_col ul.haupt{
	padding: 0 1px;
}
#left_col a.haupt {
	display: block;
	height: 1%;
	margin-top: 2px;
	padding: 4px;
}
#left_col a.haupt:focus, #left_col a.haupt:hover,
#left_col a.haupt:active, #left_col #aktivHaupt {
	border-left-style: solid;
	font-weight: bold;
}
#left_col ul.unter{
	font-size: 0.8em;
	margin: 0;
	padding: 0 9px 0 9px;
}
#left_col a.unter {
	padding: 2px;
	display: block;
	height: 1%;
	text-decoration: none;
	border-left-width: thin;
	border-left-style: solid;
	border-right-width:thin;
	border-right-style: solid;
	margin-top: 1px;
}
#left_col a.unter:focus, #left_col a.unter:hover, 
#left_col a.unter:active, #left_col #aktivUnter {
	border-left-style: solid;
	border-right-style: solid;
	font-weight: bold;
}
#left_col input {
	width: 170px; 
	height: 25px; 
	font-size: 1.1em; 
	color: #222; 
	background-color: #bbf;
}
#left_col input.unter {
	width: 150px; 
	height: 20px; 
	font-size: 1em; 
	font-weight: bold; 
	color: #222; 
	background-color: #bbf;
}

/******************************************************************************/
/***** 10. Style Kopf / Fuß ***************************************************/
/******************************************************************************/
#footer table {
	width:90%;
}
#masthead img {
	margin-top: 20px;
}

/******************************************************************************/
/***** 11. Style page_content *************************************************/
/******************************************************************************/
#page_content table, #page_content_edit table {
	width: 80%;
	border-width: 0px;
	margin: 2px; 
	font-size: 0.9em;
}
#page_content th, #page_content_edit th {
	text-align: left;
	color: #136;
}
#page_content td, #page_content_edit td {
	text-align: left;
	color: #111;
}
#page_content tr.zeileFarbig {
	background-color: #def;
}
#page_content a, #page_content_edit a {
	color: #003B9D;
}
#page_content ul, #page_content ol, #page_content_edit ul, #page_content_edit ol {
	padding:0 0 18px 40px;
}
#page_content ul li, #page_content_edit ul li {
	list-style: disc;
}
#page_content il {
	padding-bottom: 1em;
}
#page_content ol li, #page_content_edit ol li {
	list-style: decimal;
}
#page_content img {
	padding: 10px;
}

/******************************************************************************/
/***** 11a. Style page_content_edit *************************************************/
/******************************************************************************/
#page_content_edit textarea {
	font-family: Consolas, "Courier New", Courier, Monospace;
	font-size: 0.9em;
}

/******************************************************************************/
/***** 12. Klassen ************************************************************/
/******************************************************************************/
.unterstreichen {
	text-decoration: underline;
}
.grün {
	color: #05701E;
	font-weight: bold;
	font-size: 1.15em;
}
.clearer {
	clear: both;
}
.hervorhebung {
	background-color: #B50E9C;
	color: #111;
	padding: 2px;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 2px;
}
.blockmarkierung {
	padding: 3px;
	background-color: #74f;
	color: #f8f8f8;
	font-weight: bold;
	font-size: 0.7em;
}
.aktuelleTermine {
	float: right; 
	width: 250px; 
	background-color: #faa; 
	text-align: left; 
	padding: 5px;
}
.kleiner {
	font-size: 0.85em;
}