/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * BASE
 */

* {
	margin:0;
	padding:0;
}

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dd, dt, dl, span, a, table, td, form, fieldset, legend, img, input, textarea {
	font-family:'Lucida Grande', Verdana, Geneva, Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color:#dedede;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	font-size:100.01%;
}

h1, h2, h3, h4, h5, h6 {
	padding-top:2em;
	padding-bottom:0.3em;
	letter-spacing:0.1em;
	color:#4c4e4c;
}

dt, dl {
	display:inline;
}

h1 { font-size:1.8em; }
h2 { font-size:1.3em; }
h3 { font-size:1.1em; }

a:link, 
a:visited, 
a:focus, 
a:hover, 
a:active {
	color:#4c4e4c;
}

a img { border: 0; }

ul { list-style: none; }

fieldset {
  border: 0;
  border-style: solid; /* fuer opera 7 */
}

dfn,
.invisible {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

.clear {
	clear:both;
}

.accessKey {
	color:#999;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * POSITIONIERUNG/LAYOUT
 */
 
div#container {
	width:940px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * HEADER
 */

div#header {
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	width:940px;
	height:200px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * LOGO TPF
 */
  
div#tpflogo {
	width:180px;
	height:60px;
	float:left;
	background-image:url(../images/mtpf.gif);
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * SERVICEMENU
 */
  
div#smenu {
/*	background-color: #333;*/
	float:left;
	height:60px;
	width:580px;
	text-align: right;
}

div#smenu li {
	display: inline;
	font-size: 0.7em;
	margin: 0;
	border-left: 1px solid white;
	padding: 3px 20px 0 5px;
}

div#smenu li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * LOGO MW
 */

div#mwlogo {
	background-image:url(../images/logo_mw.gif);
	width:180px;
	height:60px;
	float:right;
}

div#mghlogo {
	width:180px;
	height:72px;
	float:right;
	background-image:url(../images/logo_tpf.gif);
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * BREADCRUMB
 */

div#breadcrumb {
	margin-top:-72px;
	width:auto;
	height:27px;
	line-height:27px;
	padding-left:220px;
	color:#FFF;
	font-size:0.8em;
	font-weight:bold;
}

div#breadcrumb a {
	color:#FFF;
	text-decoration:none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * TITLE
 */

div#title {
	width:auto;
	height:113px;
	padding-left:220px;
   font-size:0.7em;
	color:#CCC;
   font-size:0.7em;
   font-weight:bold;
	text-transform:uppercase;
}

div#wrapper {
	float:left;
	width:100%;
}

div#content {
	margin:0 180px 0 180px;
	background-color:#FFFFFF;
	padding:0 30px 30px 40px;
	font-size:0.8em;
	z-index:10;
}

div#content p.bodytext {
	line-height: 1.7em;
	color:#4c4e4c;
/*	margin:0 0 20px;*/
}

div#content ul { 
	list-style: disc; 
	color:#4c4e4c;
}

div#content ul,
div#content ol ul,
div#content ol {
	padding-left: 30px;
	line-height:1.7em;
}

div#search {
	background-image:url(../images/mnu_background_01.jpg);
	margin:20px 0 20px 0;
}
/*******************************************
* Styles für Extension "tx_indexedsearch"
********************************************/
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:150px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.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 { 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-weight:normal}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#E0E7F5; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { color:#006699; margin-top:0px; margin-bottom:0px; background:transparent; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }
.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup {font-style: normal; padding:0 0.3em 0 0.3em; background:#FFB2B2; border: 1px #ccd solid; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * MAINMENU
 */

div#menu {
	float:left;
	width:180px;
	margin-left:-940px;
	}

div#menu a {
	display:block;
	color:#4c4e4c;
	font-weight:bold;
	font-size:0.8em;
	line-height:1.3em;
	text-decoration:none;
	}

div#menu li {
	background-color:#ededed;
	background:url(../images/bg_menu.jpg);
	border-top:1px solid #b0b0b0;
	}

div#menu li a {
	padding: 0.5em 0.5em 0.5em 1em; 
	}

div#menu li li a {
	padding: 0.5em 0.5em 0.5em 2em;
	}

div#menu li li li a { 
	padding: 0.5em 0.5em 0.5em 3em; 
	}

div#menu ul.menu-level1 a,
div#menu ul.menu-level2 a {
	color:#4c4e4c;
	}

div#menu li.menu-level1-current-active a,
div#menu li.menu-level2-current-active a { 
	color:#b80b35;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * FOOTER
 */
  
div#footer {
	clear: left;
	width: auto;
	margin:10px 210px 0 210px;
	padding:5px 20px;
	text-align:center;
	font-size:0.8em;
	border-top:1px solid #edeeed;
}

div#footer p,
div#footer a {
	margin:0;
	color:#4c4e4c;
}

div#footermenu {
	clear:left;
	width:auto;
	margin:0 0 0 180px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * JUMPER
 */

#jumper {
  position: absolute;
  width: 100%;
  top: -2000px;
  left: -2000px;
  z-index: 20;
  width: 100%;
}

#jumper a {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.7em;
  font-weight: bold;
  text-decoration: underline;
}

#jumper a:focus,
#jumper a:active {
  position: absolute;
  z-index: 20;
  top: 2007px;
  left: 2068px;
  color: #508127;
  background: #EFF6EA;
  width: 15em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * FOOTERMENU
 */
  
div#fmenu {
	color: #333;
	text-align: center;
	padding: 5px 20px;
	}

div#fmenu li {
	display: inline;
	font-size: 0.7em;
	margin:0;
	padding:5px 20px;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * NEWS
 */

.news-single-item {
	}

.news-single-timedata {
	}

.news-single-author {
	}

.news-single-backlink a {
	}

div.news-single-img,
div.news-list-item img {
	position: relative;
	display: inline;
	float: left;
	margin-right: 10px;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * CSC
 */
.csc-menu {
}

/* Section-Menü */
.csc-menu-3 {
	border:1px solid #DDD;
	padding:10px;
}

div.csc-header {
	clear: both;
	}

/* Bilder */
div.csc-textpic { 
	position:relative;
	clear:both; 
	}

div.csc-textpic-imagerow {
	clear:both;
	margin:10px 0 10px;
	}

div.csc-textpic-center {
	}

div.csc-textpic-imagewrap {
	margin:10px 0 10px;
	}

/* LEFT */
div.csc-textpic-intext-left div.csc-textpic-text {
	position:relative;
	display:inline;
	}

/* RIGHT */
div.csc-textpic-intext-right div.csc-textpic-text {
	position:relative;
	display:inline;
	}

dl.csc-textpic-image { 
	background-color:#F2F2FF;
	}

dl.csc-textpic-firstcol {
	float:left;
	}

dl.csc-textpic-lastcol {
	float:right;
	}

dd.csc-textpic-caption {
	background-color:#b0b5b0;
	color:#FFF;
	font-weight:bold;
	padding:3px 15px 3px 15px;
	}

div.csc-textpic-clear {
	clear:both;
	}

div.csc-linkToTop {
	text-align:right;
	border-top:1px solid #dedede;
	clear:both;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * FORMS
 */
 
label {
	display: block;
}

input, textarea {
	margin-bottom: 10px;
}

