@charset "utf-8";
/*
http://www.keine-startbahn3.de
Copyright Tremel-Computer http://www.tremel-computer.de 2009

dunkelblau          30518a
hellblau			809fd8
gelb menu			f8d714
rot logo			f8092b
rot dunkel visited	690312
schrift 			000000
content back		ffffff
bildhintergrund     4c4f62
hellgrau			eeeeee

MUC dunkelbklau		384ea3
MUC hellblau		809fd8
*/


/* Allgemein */
body  {
	/* font: 100% Verdana, Arial, Helvetica, sans-serif; */
	/* font-family: Verdana, "Trebuchet MS", Tahoma, sans-serif; */
	/* font-family:Verdana, Arial, Helvetica, sans-serif; */
	font-family: Arial, Monotype-Corsiva, Verdana, Helvetica;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000000;
	background-color: #ffffff;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
}
a:link { 
	font-weight: bold; 
	color: #30518a; 
	text-decoration: none; 
}
a:visited {
	font-weight:bold;
	color: #690312;
	text-decoration:none;
}
a:hover {
	font-weight:bold; 
	color: #f8092b; 
	text-decoration:none; 
}

/* Gliederungs-Layout mit Tabelle */

/* Table */
#main_layout {
	width: 100%;
	background-color: #FFFFFF;
}

/* Rows */
#main_layout #row_header {
background-color: #eeeeee;
}
#main_layout #row_header td {
	height: 112px;
}

#main_layout #row_subheader {
	height: 21px;
	background-color: #eeeeee;
}
#main_layout #row_subheader td {
	height: 21px;
	border-bottom-style:groove;
	border-bottom-color: #bbbbbb;
	border-bottom-width: 1px;
}
#main_layout #row_maincontent {
	vertical-align: top;
}

#main_layout #row_footer {
	height: 20px;
	background-color: #bbbbbb;
	color: #30518a;
}
#main_layout #row_footer A {
	color: #f8092b;
}
#main_layout #row_footer td {
	height: 20px;
	border-top-width: 2px;
	border-top-style: groove;
}

/* Columns */
#main_layout .mlc_column1 {
	width: 152px;
	background-color: #eeeeee;
}
#main_layout .mlc_column2 {
	min-width: 200px;
}
#main_layout .mlc_column3 {
	width: 120px;
	background-color: #bbbbbb;
}

/* Cells */
#main_layout #c_header1 {
	background-color: #eeeeee;
	background-image: url(../images/keine-startbahn3_01.gif);
	background-repeat: no-repeat;
}
#main_layout #c_header2 {
	background-color: #eeeeee;
	background-image: url(../images/keine-startbahn3_02.gif);
	background-repeat: no-repeat;
}
#main_layout #c_header3 {
	background-color: #eeeeee;
	background-image: url(../images/keine-startbahn3_03.gif);
	background-repeat: no-repeat;
}
#main_layout #c_subheader1 {
	background-image: url(../images/keine-startbahn3_04.gif);
	background-repeat: no-repeat;
}
#main_layout #c_subheader2 {
	vertical-align: top;
	padding-left: 16px;
}
div.breadcrumb {
	padding-top: 2px;
}
#main_layout #c_subheader2 {
	font-size:10px;
}
#main_layout #c_subheader2  a{
	color: #003399;
	text-decoration: none;
}
#main_layout #c_subheader3 {
	/* background-color: #eeeeee; */
}
#main_layout #c_main1 {
	/* td mit Menue-Sidebar */
 	padding-top: 18px;
	padding-bottom: 8px;
	background-color: #eeeeee;
}
#main_layout #c_main1 div {
    /* elemente in Menue-Sidebar */
}

#main_layout #c_main2 {
    /* td mit Normal Content */
	/* padding: 8px; */
	/*border-left: 1px groove;*/

}
#main_layout #c_main3 {
}
#border_content {
	padding-left: 6px;
	padding-right: 6px;
}
#main_layout #c_footer1 {
}
#main_layout #c_footer2 {
}
#main_layout #c_footer3 {
}

/* Content Table */
#main_layout #c_main2 #main_content {
	/* td mit Normal Content */
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 4px;
	padding-bottom: 8px;
	color: #000000;
	background-color: #FFFFFF;
}
#main_layout #c_main2 #main_content td {
	/* td mit Normal Content */
	vertical-align: top;
}


/* statische Einzelelemente */
#header_anschrift {
	font-size: 0.6em;
	/* line-height: 0.8em; */
	color: #000000;
}

.footertext {
	font-size: 0.8em;
	/* line-height: 0.8em; */
}

div#impressumlink, div#printversion {
	margin: 5px;
	color: #30518a;
}
div#impressumlink a, div#printversion a {
	color: #30518a;
	text-decoration: none;
}
div#printversion {
	margin-top: 15px;
}

/* Text-Layout */
h1 {
	/*font: normal 1.8em Georgia, 'Times New Roman', serif;*/
	/*color: #00418C;*/
	/* color: #5E4400; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* color: #30518a; */
	font-weight: bold;
	color: #000000;
	font-size: 1.4em;
	line-height: 100%;
	margin-top: 1.6em;
	margin-bottom: 0.1em;
	text-decoration: none;
}
#border_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #30518a;
}
#border_content h1 {
	/* color: #fffeea; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
}
#border_content a {
	/* color: #fffeea; */
	color: #30518a;
}
#border_content ul.csc-menu {
	padding-left: 14px;
	margin-left: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 100%;
	line-height: 100%;
	margin-top: 1.4em;
	margin-bottom: 0.0em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 110%;
	line-height: 100%;
	margin-top: 1.0em;
	margin-bottom: 0.0em;
}
/* Wegen Bilderanordnung in Standard Bild
ul, dl, ol {
	margin-left: 8px;
	padding-left: 6px;
}
*/
p.bodytext {
	/*
	font-size: 0.9em;
	line-height: 1.1em;
	*/
}
.csc-textpic-caption {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.0em;
}

.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}