/*
// +---------------------------------------------------------------------+
// | Satelco AG - Relaunch November 2007                                 |
// +---------------------------------------------------------------------+
// | Copyright (c) 2007 present perfect! GmbH - München                  |
// | http://www.presentperfect.de                                        |
// +---------------------------------------------------------------------+
// | Author: Peter Kraume <pk@presentperfect.de>                         |
// +---------------------------------------------------------------------+
// | globales Stylesheet                                                 |
// +---------------------------------------------------------------------+
*/

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

h1, h2, h3, h4, h5 {
	clear: both;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #414042;
}

ul {
	margin: 0;
	padding: 0px 0px 0px 17px;
}

ul li {
	list-style-image: url(/fileadmin/images/arrow-blue-fwd.gif);
}

li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #414042;
	text-decoration: underline;
}

li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #008EE0;
	text-decoration: underline;
}

td {
	vertical-align: top;
}

/*
// +---------------------------------------------------------------------+
// | Klassen                                                             |
// +---------------------------------------------------------------------+
*/

a.main-nav-item {
	display: block;
	background-color: #DEDCDC;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.main-nav-item:hover {
	background-color: #008EE0;
	color: #FFFFFF;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
}

.bodytext a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #414042;
	text-decoration: underline;
}

.bodytext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #008EE0;
	text-decoration: underline;
}

.csc-header-n1 h1 {
	margin-top: 0;
	padding-top: 0;
}

.csc-textpic {
	clear: both;
}

.contenttable-0 {
	border-collapse: collapse;
	/*border: 1px solid black;*/
	margin-left: 1px;
}

.contenttable th {
	background-color: #666666;
	/*border: 1px solid #000000;*/
	color: #FFFFFF;
	padding: 6px;
}

.contenttable td {
	/*border: 1px solid black;*/
	padding: 6px;
}

.tr-even td {
	background-color: #DEDCDC;
}

.tr-odd td {
	background-color: #F2F2F2;
}

.fce-box {
	margin-bottom: 10px;
}

.fce-box .headline {
	background-color: #F4F4F4;
	font-weight: bold;
	padding: 6px;
	color: #008EE3;
}

.fce-box .content {
	background-color: #F4F4F4;
	font-weight: normal;
	padding: 6px;
}

h1.tx-mythrepository-pi1-title {font-size: 12px;color: #000000;font-family: arial,helvetica;position:relative; margin-top: 0; padding-top: 0; }
h1.tx-mythrepository-pi1-title a {font-size: 12px;color: #414042;font-family: arial,helvetica;position:relative; }
h1.tx-mythrepository-pi1-title a:hover {font-size: 12px;color: #008EE0;font-family: arial,helvetica;position:relative; }

.tx-mythrepository-pi1 {margin:0px; padding:0px; }

.tx-mythrepository-pi1 table td { color: #000000; }
.tx-mythrepository-pi1 table td a {color: #414042; text-decoration: underline;}
.tx-mythrepository-pi1 table td a:hover {color: #008EE0; text-decoration: underline;}

.tx-mythrepository-pi1-header-row { background-color: #666666; color: #FFFFFF; }
.tx-mythrepository-pi1-row { background-color: #F2F2F2; }

.tx-mythrepository-pi1 table td.tx-mythrepository-pi1-header-icon,
.tx-mythrepository-pi1 table td.tx-mythrepository-pi1-header-filename,
.tx-mythrepository-pi1 table td.tx-mythrepository-pi1-header-perms,
.tx-mythrepository-pi1 table td.tx-mythrepository-pi1-header-owner,
.tx-mythrepository-pi1 table td.tx-mythrepository-pi1-header-group,
.tx-mythrepository-pi1 table td.tx-mythrepository-pi1-header-filesize,
.tx-mythrepository-pi1 table td.tx-mythrepository-pi1-header-filemod {
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: black;
}

/*
// +---------------------------------------------------------------------+
// | Klassen für normale Seiten                                          |
// +---------------------------------------------------------------------+
*/

.subnav ul {
	margin: 0;
	padding: 0px 0px 0px 17px;
}

.subnav ul.withsub {
	margin: 10px 0px 10px 0px;
	padding: 0;
}

.subnav li {
	list-style-image: url(/fileadmin/images/arrow-blue-fwd.gif);
	font-size: 12px;
	padding-bottom: 2px;
}

.subnav li.topitem {
	list-style: none;
	font-size: 12px;
	margin-bottom: 3px;
}

.subnav li.active {
	margin-left: 7px;
}

.subnav li.active a.active {
	color: #008EE0;
	font-weight: bold;
}

.subnav li.topitem ul {
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 17px;
}

.subnav li.topitem a {
	font-weight: normal;
}

.subnav li.topitem a.topitem {
	font-weight: bold;
}

.subnav a {
	color: #414042;
	font-weight: bold;
	text-decoration: none;
}

.subnav a:hover {
	color: #008EE0;
	font-weight: bold;
	text-decoration: none;
}

.subnav .backlink {
	margin-top: 20px;
	margin-bottom: 10px;
}

.subnav .backlink a {
	font-size: 12px;
	font-weight: normal;
}

/*
// +---------------------------------------------------------------------+
// | tt_news                                                             |
// +---------------------------------------------------------------------+
*/

hr.clearer {
	clear: both;
	margin-bottom: 10px;
	visibility: hidden;
}

.news-list-item h3, .news-single-item h2, .news-amenu-container h2, .news-latest-item h3 {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 5px;
}

.news-list-item a, .news-single-item a, .news-latest-item a, .tx-ttnews-browsebox a {
	font-weight: bold;
	color: #414042;
}

.news-list-item a:hover, .news-single-item a:hover, .news-latest-item a:hover, .tx-ttnews-browsebox a:hover {
	font-weight: bold;
	color: #008EE0;
}

.news-list-date, .news-latest-date {
	font-size: 12px;
}

.news-single-timedata {
	font-size: 12px;
	margin-bottom: 5px;
	text-align: right;
	font-weight: bold;
}

.news-list-item img, .news-single-img {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}

.news-latest-item img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

.news-latest-morelink img {
	float: left;
	margin-left: 0;
	margin-right: 5px;
}

.news-single-imgcaption {
	font-size: 10px;
}

.news-amenu-item-year {
	list-style: none;
	list-style-image: none;
	font-weight: bold;
	margin-left: -17px;
	padding-left: -17px;
	margin-top: 3px;
}

.news-latest-item {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
}

.news-latest-container {
	border: 1px solid black;
}

.news-latest-inner-container {
	padding: 5px;
}

.news-latest-container h2 {
	padding: 2px;
	margin: 0;
	background-color: #D1D1D1;
	text-align: center;
}

.news-latest-item h3 {
	font-size: 12px;
}

/*
// +---------------------------------------------------------------------+
// | Mailformplus                                                        |
// +---------------------------------------------------------------------+
*/

#mailformplus fieldset {
	margin-bottom: 20px;
	padding: 0px 10px 10px 10px;
}

#mailformplus legend {
	font-weight: bold;
	color: #414042;
}

#mailformplus .row {
	clear: both;
}

#mailformplus .row-label {
	float: left;
	width: 20%;
	height: 25px;
}

#mailformplus .row-input {
	float: left;
	height: 25px;
}

#mailformplus .error-box {
	border: 1px solid blue;
	background-color: #FFEEEE;
	padding: 20px;
	margin-bottom: 10px;
}

#mailformplus .error-box ul {
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*
// +---------------------------------------------------------------------+
// | IDs                                                                 |
// +---------------------------------------------------------------------+
*/

#metabar {
	position: absolute;
	top: 0;
	left: 11px;
	width: 970px;
	height: 13px;
	overflow: hidden;
	text-align: right;
}

#meta-nav {
	position: absolute;
	top: 0;
	right: 0;
	height: 13px;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	border-right: 1px solid #666666;
}

#meta-nav a {
	background: url("/fileadmin/images/nav/12_right_bg_white.gif") no-repeat left;
	padding-top: 1px;
	padding-right: 29px;
	padding-left: 27px;
	margin-right: -29px;
	float: right;
	display: block;
}

#meta-nav a.active, #meta-nav a:hover {
	background: url("/fileadmin/images/nav/12_right_bg_blue.gif") no-repeat left;
}
				
#meta-nav img.last {
	float: right;
	margin-right: -13px;
}

#header {
	position: absolute;
	top: 13px;
	left: 11px;
	width: 970px;
	height: 108px;
	overflow: hidden;
}

#header-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 970px;
	height: 108px;
	overflow: hidden;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 283px;
	height: 108px;
	overflow: hidden;
}

#languageselect {
	position: absolute;
	top: 11px;
	right: 0;
	width: auto;
	height: auto;
}

#languageselect select {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#searchbox {
	position: absolute;
	top: 41px;
	right: 0;
	width: 127px;
	height: auto;
}

#searchform, .tx-indexedsearch-searchbox {
	margin: 0px;
	padding: 0px;
}

#searchform form, .tx-indexedsearch-searchbox form {
	margin: 0px;
	padding: 0px;
}

#searchform .searchbox {
	position: absolute;
	top:  0;
	left: 0;
	border: 1px solid #666666;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
}

#searchform .magnifier {
	position: absolute;
	top:  0;
	right: 0;
	margin-top: 0px;
	margin-left: 5px;
}

.tx-indexedsearch-searchbox .searchbox {
	border: 1px solid #69686D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}

.tx-indexedsearch-whatis {
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.tx-indexedsearch-whatis p {
	margin: 0px;
	padding: 0px;
}

.tx-indexedsearch-title a, .tx-indexedsearch-path a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #414042;
	text-decoration: underline;
}

.tx-indexedsearch-title a:hover, .tx-indexedsearch-path a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #008EE0;
	text-decoration: underline;
}

#navbar {
	position: absolute;
	top: 121px;
	left: 11px;
	width: 970px;
	height: 17px;
	background-color: #666666;
	overflow: hidden;
}

#main-nav {
	height: 15px;
	overflow: hidden;
	margin-top: 1px;
	margin-left: 1px;
}

#main-nav a {
	background: url("/fileadmin/images/nav/15_left_bg_white.gif") no-repeat left;
	padding-right: 12px;
	padding-left: 19px;
	margin-left: -15px;
	float: left;
	display: block;
}

#main-nav a.active, #main-nav a:hover {
	background: url("/fileadmin/images/nav/15_left_bg_blue.gif") no-repeat left;
}
				
#main-nav img.last {
	float: left;
	margin-left: -15px;
}

#breadcrumb {
	position: absolute;
	top: 146px;
	left: 11px;
	width: 520px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	overflow: hidden;
}

#breadcrumb a {
	color: #666666;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #666666;
	text-decoration: underline;
}

#partner-login {
	position: absolute;
	top: 143px;
	left: 531px;
	width: 450px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	overflow: hidden;
	text-align: right;
}

#partner-login a {
	color: #666666;
}

#partner-login .loginform {
	overflow: hidden;
	font-size: 8pt;
	text-align: right;
}

#partner-login .logout input {
	height: 18px;
	font-size: 7pt;
}

#partner-login .logout form, #partner-login .logout p {
	display: inline;
}

#partner-login .loginform .label, #partner-login .loginform .field {
	font-size: 8pt;
	padding-left: 3px;
}

#partner-login .loginform .comment {
	visibility: hidden;
}

#partner-login .loginform p {
	margin: 0;
	padding: 0;
	padding-top: 2px;
}

#partner-login input {
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

#partner-login form {
	padding: 0;
	margin: 0;
}

#content {
	position: absolute;
	top: 168px;
	left: 11px;
	width: 968px;
	height: auto;
}

#home-left-col {
	float: left;
	width: 465px;
	height: auto;
}

#home-right-col {
	float: left;
	width: 465px;
	height: auto;
	margin-left: 38px;
}

#home-left-col .bodytext, #home-right-col .bodytext {
	margin-top: 0;
	margin-bottom: 0;
}

#subpages-left-col {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: auto;
	overflow: hidden;
}

#subpages-left-col .subnav-headline {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 7px;
	margin-bottom: 10px;
}

#subpages-middle-col {
	position: absolute;
	top: 0;
	left: 218px;
	width: 533px;
	height: auto;
	overflow: hidden;
}

#subpages-right-col {
	position: absolute;
	top: 0;
	left: 790px;
	width: 180px;
	height: auto;
	overflow: hidden;
}

#subpages-one-col {
	position: absolute;
	top: 0;
	left: 218px;
	width: 752px;
	height: auto;
	overflow: hidden;
}

#footer {
	clear: both;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
}