/* CSS Document */

html,body{margin:0;padding:0}

body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align: center;  /* Zentrierung im Internet Explorer */
	}

/* Schriften */
body * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/*
 * Die einzeönen Inhaltsbereiche
 */

/* In diesem Rahmen läuf talles ab. */
#medialine-center {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	}

#t3mlogo { /* damit das logo seinen Platz hat */
	text-align: right;
	}

#contentrahmen { /* Menü/Inhalt/info Bereich*/
	color:black;
	margin:auto;
	width: 1000px;
	height: auto;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
	}


/* hier sind die Bilder drin */
#contentrahmen #HEADER {
	width: 1000px;
	height: 120px;
	}


#contentrahmen #MAIN_MENU { /* Hauptmenü links */
	height: auto;
	width: 200px;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
	}

#contentrahmen #CONTENT_AREA { /* Hauptinhalte */
	min-height: 250px;
	height: auto;
	width: 600px;
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	clear: right;
	float: left;
	}

#contentrahmen #RECHTS { /* inhaltsbox rechts */
	width: 200px;
	height: auto;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	top: 0px;
	right: 0px;
	float: right;
	clear: right;  /* ie brauchts */
	}

DIV#CONTENT_NORMAL, 	/* Hauptinhalte für die Startseite 2-Spaltig */
DIV#CONTENT_LINKS {
	padding-top: 15px;
	}

div#metaMenu  {
	margin-top: 15px;
	height: auto;
	width: auto;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	margin-left: 5px;
	margin-bottom: 15px;
	}

#FOOTER {
	color:black;
	margin:auto;
	width: 1000px;
	height: 40px;
	background: #999999;
	clear: both;
}

#TOPLINK {
	float: right;
	padding: 2px 10px 10px 5px;
	}

#LANG {
	float: right;
	padding: 2px 5px 10px 0px;
	}

#ROOTTOP { /* rootline oben */
	height: 20px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	}

#ROOTBOTTOM { /* rootline unten */
	height: 20px;
	margin: 0;
	padding: 0;
	width: auto;
	float: left;
	position: relative;
	bottom: -5px;
	}

.rootline { /* die eigentlichen Brotkrumen */
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	height: 10px;
	color: #CCCCCC;
	padding-top: 0px;
	margin-left: 210px;
	top: 4px;
	position: relative;
	width: auto;
	}

	/* clearer suchen! */
#cleaner, .cleaner, .clearLR { clear: both; }
.clearL { clear: left; }
.clearR { clear: right; }

/*  Styles html-Elemente */
a, a:visited {
	color: #3DA4E9;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

ul {
	line-height: 16px;
	list-style-type: square;
	margin: 0px 15px 0px 30px;
	padding: 0px;
	}

li {
	line-height: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 7px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	height: auto;
	width: auto;
	}

h1,h3, h4, h5, h6 {
	font-size:16px;
	font-weight: bold;
	}

h2 {
	font-size: 12px;
	font-style: italic;
	}

h3 { color: #e98338; } /* Orange */
h4 { color: #ab342e; } /* rot */
h5 { color: #5c874f; } /* grün */
h6 { color: #25527b; } /* blau */


#RECHTS h1, #RECHTS h2, #RECHTS h3, #RECHTS h4, #RECHTS h5, #RECHTS h6 { /* inhaltsbox rechts */
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	}


/* besondere Bereiche extra behandeln */

#FOOTER p.bodytext {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	padding-top: 5px;
	text-align: center;
	}

#FOOTER p.bodytext a,
#FOOTER p.bodytext a:active,
#FOOTER p.bodytext a:visited {
	font-size: 13px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	}

#FOOTER p.bodytext a:hover {
	color: #FFFFFF;
	}

.rootline a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}

#ROOTTOP a { /* nachträglich farben ändern unten */
	font-size: 10px;
	color: white;
	}

#ROOTBOTTOM p,
#ROOTBOTTOM a { /* nachträglich farben ändern unten */
	font-size: 10px;
	color: #333333;
	}

#metaMenu a,
#metaMenu a:visited {
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	font-weight: bold;
	}

#metaMenu a:hover,
#metaMenu a:active {
	color: #666666;
	}

/* Hier wird die Searchbox definiert */
input.searchinput {
	font-size: 11px;
	height: 20px;
	width: 160px;
	position: relative;
	margin-top: 3px;
	margin-left: 5px;
	}

.search_bt {
	font-size: 11px;
	height: 20px;
	width: 20px;
	position: relative;
	margin-top: 2px;
	margin-right: 3px;
	}

/* CSS-Styled Content */
.csc-firstHeader {
	padding-top: 0px;
	}

p.bodytext {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	height: auto;
	width: auto;
	}

#CONTENT_RECHTS p.bodytext {
	margin: 5px;
	padding: 0px;
	}

pre, pre a {
	font-family: "Courier New", Courier, Monaco, monospace;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0;
	margin-bottom: 5px;
	margin-top: 0;
	height: auto;
	width: auto;
	}

pre a:hover {
	text-decoration: none;
	}


/*
 *
 * M E N U E
 *
 */

/* MENU EINR?CKEN */
#MAIN_MENU_BORDER {
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 5px;
	}

#MAIN_MENU_BORDER .menu1-level1-no a,
#MAIN_MENU_BORDER .menu1-level1-no a:visited  {
	color: #000000;
	}

#MAIN_MENU_BORDER .menu1-level1-no a:hover  {
	color: #666666;
	}

#MAIN_MENU_BORDER .menu1-level1-act a,
#MAIN_MENU_BORDER .menu1-level1-actifsub a {
/*	border-bottom-color: #e98338 ;  */
	}

#MAIN_MENU_BORDER .menu1-level1-act a {
/*	color: #e98338; */
	}

#MAIN_MENU_BORDER .menu1-level1-actifsub a {
/*	color: #e98338; */
	font-weight: bold;
	}

/*
CSS für 2. Navigationsebene
*/

#MAIN_MENU_BORDER .menu1-level2-no a  {
	color: #000000;
	}

#MAIN_MENU_BORDER .menu1-level2-no a:hover  {
	color: #666666;
	}

#MAIN_MENU_BORDER .menu1-level2-act a {
/*	color: #e98338; */
	}

#MAIN_MENU_BORDER .menu1-level2-actifsub a {
/*	color: #e98338; */
	}

/*
CSS f?r 1. Navigationsebene
*/

#MAIN_MENU_BORDER .menu1-level1-no {
	height: auto;
	width: 170px;
	margin-bottom: 2px;
	}

#MAIN_MENU_BORDER .menu1-level1-act,
#MAIN_MENU_BORDER .menu1-level1-actifsub {
	width: 170px;
	margin-top: 2px;
	margin-bottom: 2px;
/*	border-bottom: 1px solid #ab342e; */
	}

#MAIN_MENU_BORDER .menu1-level1-no a,
#MAIN_MENU_BORDER .menu1-level1-no a:visited  {
	text-decoration: none;
	font-weight: bold;
	}

#MAIN_MENU_BORDER .menu1-level1-no {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	}

#MAIN_MENU_BORDER .menu1-level1-act a,
#MAIN_MENU_BORDER .menu1-level1-act a:visited {
	font-weight: bold;
	text-decoration: none;
/*	color: #e98338; */
	}

#MAIN_MENU_BORDER .menu1-level1-actifsub a
#MAIN_MENU_BORDER .menu1-level1-actifsub a:visited {
	font-weight: bold;
	text-decoration: none;
/*	color: #e98338; */
	}

/*
CSS für 2. Navigationsebene
*/
#MAIN_MENU_BORDER .menu1-level2-no{
	margin:  0px 0px 0px 10px;
	margin-bottom: 2px;
	}

#MAIN_MENU_BORDER .menu1-level2-act,
#MAIN_MENU_BORDER .menu1-level2-actifsub {
	margin-left: 10px;
	}

#MAIN_MENU_BORDER .menu1-level2-no a  {
	color: #000000;
	}

#MAIN_MENU_BORDER .menu1-level2-no a:hover {
	text-decoration: none;
	color: #666666;
	}

#MAIN_MENU_BORDER .menu1-level2-act a {
	font-weight: bold;
/*	color: #e98338; */
	}

#MAIN_MENU_BORDER .menu1-level2-actifsub a {
	font-weight: bold;
	text-decoration: none;
/*	color: #e98338; */
	}

/*
CSS für 3. Navigationsebene
*/
#MAIN_MENU_BORDER .menu1-level3-no,
#MAIN_MENU_BORDER .menu1-level3-act,
#MAIN_MENU_BORDER .menu1-level3-actifsub {
	margin:  0px 0px 0px 20px;
	margin-bottom: 2px;
	}

#MAIN_MENU_BORDER .menu1-level3-no a,
#MAIN_MENU_BORDER .menu1-level3-no a:visited  {
	text-decoration: none;
	color: #FFFFFF;
	}

#MAIN_MENU_BORDER .menu1-level3-no a:hover  {
	text-decoration: none;
	color: #666666;
	}

#MAIN_MENU_BORDER .menu1-level3-act a {
	font-weight: bold;
	text-decoration: none;
/*	color: #e98338; */
	}

#MAIN_MENU_BORDER .menu1-level3-actifsub a {
	font-weight: bold;
	text-decoration: none;
/*	color: #e98338; */
	}


/*
 *
 * I N H A L T S E L E M E N T E
 *
 */
/* bildunterschriften */
.csc-textpic-caption {
	font-size: 9px;
	padding: 0;
	text-decoration: none;
	text-align: right;
	}

.csc-textpic-caption a {
	color: #3DA4E9;
	text-decoration: none;
	}


.csc-textpic-imagewrap {
	margin-right: 15px;
	margin-left: 15px;
	}


/* Sitemap  */

/*************************************
   CSC-Mailform
 **************************************/
form {
	margin-left: 15px;
	margin-right: 15px;
	}


.label {
	border: 1px solid green;
	}

.field {
	}

/**************************************
  CSC-Menü
 **************************************/
.csc-menu {
	margin-left: 30px;
	}

.csc-menu-def p {
	font-size: 10px;
	display: inline;
	font-weight: bold;
	margin-right: 10px;
	}

/*************************************
   Tabellen
 **************************************/
.contenttable {
	width: 570px;
	margin: 15px;
	background-color: #999999;
	}

.contenttable-0 .tr-0,
.contenttable-1 .tr-0 {
	font-weight: bold;
	}

.contenttable-2 .tr-0,
.contenttable-3 .tr-0 {
	font-weight: normal;
	}

.contenttable-0 tr p,
.contenttable-1 tr p,
.contenttable-2 tr p,
.contenttable-3 tr p {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	}

.contenttable-0 .tr-even,
.contenttable-1 .tr-even,
.contenttable-2 .tr-even,
.contenttable-3 .tr-even {
	background-color: #E6E6E6;
	}

.contenttable-0 .tr-odd,
.contenttable-1 .tr-odd,
.contenttable-2 .tr-odd,
.contenttable-3 .tr-odd   {
	background-color:  #E6E6E6;
	}

.contenttable-0 .td-0 {
	background-color: #FFFFFF;
	width: 150px;
	}

.contenttable-1 {
	table-layout: fixed;
	}
/*
.contenttable-1 .td-last {
	white-space: nowrap;
	}
*/
.contenttable-1 .td-0 {
	background-color: #FFFFFF;
	}



/*************************************
 Dateien
*************************************/
table.csc-uploads  {
	vertical-align: top;
	margin-right: 15px;
	margin-left: 15px;
	border-collapse:collapse;
	}

table.csc-uploads td {
	padding: 3px;
	}

table.csc-uploads td.csc-uploads-icon {
	}

table.csc-uploads td.csc-uploads-fileName {
	width: 500px;
	}

table.csc-uploads td.csc-uploads-fileSize {
	width: 50px;
	text-align: right;
	}

table.csc-uploads .tr-even {
	background-color: #E6E6E6;
	}

/*************************************
   Rahmen definitionen
 *************************************/
.csc-frame-frame1 { /* Rahmen 1 */
	height: auto;
	width: auto;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../img/kolben.gif);
	background-repeat: no-repeat;
	background-position: 3px top;
	border: 3px solid #AF2F26;
	min-height:100px;
	}

.csc-frame-frame1 p {
	color: #AF2F26;
	margin: 0px 0px 0px 50px;
	padding: 5px;
	}

.csc-frame-frame1 h1 {
	padding: 0px 5px 2px;
	color: #FFFFFF;
	background-color: #AF2F26;
	height: auto;
	width: auto;
	}

.csc-frame-frame2 {
	border: 4px solid #AF2F26;
	padding: 10px;
	margin: 10px 30px 10px 30px;
	}

.csc-frame-frame2 p {
	}


	/* Rahmen fü den Rand */
#content_RECHTS .csc-frame-frame1 { /* Rahmen 1 */
	border: solid 3px #af2f26;
	height: auto;
	width: auto;
	background-image: url(../img/kolben.gif);
	background-repeat: no-repeat;
	background-position: right center;
	min-height:100px;
	margin: 5px;
	}

#content_RECHTS .csc-frame-frame1 p {
	color: #af2f26;
	min-height: 75px;
	margin-top: 5px;
	margin-right: 45px;
	margin-bottom: 5px;
	margin-left: 5px !important;
	padding: 0;
	border-width: 0;
	}

#content_RECHTS .csc-frame-frame1 h1 {
	padding: 0px 5px 2px;
	color: #FFFFFF;
	background-color: #AF2F26;
	height: auto;
	width: auto;
	}

#content_RECHTS .csc-frame-frame2 {
	border: 4px solid #AF2F26;
	padding: 5px;
	margin: 5px;
	}

#content_RECHTS .csc-frame-frame2 p {
	margin: 0px;
	padding: 0px;
	}

#content_RECHTS .csc-frame-frame2 h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	}

/* suche */
.tx-indexedsearch {
	margin-right: 10px;
	margin-left: 10px;
	}

.tx-indexedsearch a{
	color: #3DA4E9;
	}

.tx-indexedsearch table  {
	margin-right: 10px;
	}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
	/* buttons suche */
	text-decoration: none;
	width:100px;
	}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	width:150px;
	}

.tx-indexedsearch-browsebox a:link,
.tx-indexedsearch-browsebox a:visited,
.tx-indexedsearch-browsebox a:hover {
	color: #e98338;
	font-weight: bold;
	text-decoration: none;
	}

.tx-indexedsearch .tx-indexedsearch-whatis p .tx-indexedsearch-sw {
	font-weight:bold;
	font-style:italic;
	}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top:10px;
	margin-bottom:5px;
	}

.tx-indexedsearch P.tx-indexedsearch-noresults {
	font-size: 14px;
	text-align: center;
	font-weight:bold;
	}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {
	background:#eeeeee;
	}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P {
	font-weight:bold;
	}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent {
	font-weight:normal;
	}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P {
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
	width: 390px;
	}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup {
	color:red;
	}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	font-size: 10px;
	text-decoration: none;
	background: #eeeeee;
	}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	margin-top:2px;
	margin-bottom:2px;
	}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
	margin-top:0px;
	margin-bottom:0px;
	}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE {
	background:#eeeeee;
	width: 430px;
	}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
	vertical-align:middle;
	}

.tx-indexedsearch .tx-indexedsearch-res .noResume {
	color : #666666;
	}
/*CSX neu: Alignment über class wird benötigt in typo 4.2.x */
p.align-left {
	text-align:left;
}

p.align-right {
	text-align:right;
}

p.align-center {
	text-align:center;
}
