/* CSS Document */

/* commented backslash hack v2 \*/ 
html, body{height:99%;} /* tp prevent mozilla scrollbars due to 10px margin*/ 
/* end hack  */
body {
	padding:0em;
	margin:0em;
	background-image:url(img/muster.gif);
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:100%;
	text-align: center;
	position: relative;
}

.text{
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:100%
}

* html .text{
	font-size:80%;
}

img {
	border: none;
}

.myContainer{
	margin: 0 auto 0 auto;
	text-align: center;
	width: 58em;
	color: #000000;
	height: 99%;
}

.outer {
	margin: 0 auto 0 auto;
	padding-bottom: 1em;
	text-align: center;
	background:#fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border:1px solid #336669;
	color: #000000;
}

.header {
	position: relative;
	background:#fff;
	border:0px solid #336669;
	border-bottom:0em;
	padding-top:1.1em;
	overflow:hidden;
	color: #000000;
	text-align: right;
}

.breadcrumb {
	text-align: left;
	padding: 0.5em;
	padding-left: 1em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0em;
	font-size: 80%;
	border-bottom: 1px dotted #aaa;
}

.content {
	margin: 0em auto 0em auto;
	position: relative;
	padding: 0.5em;
	padding-top: 1em;
	text-align: left;
	z-index: 5;
	color: Black;
	width:98%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	color:#000000;
	min-height: 28em;
}

* html .content {
	height: 28em;
}

.maincontent {
	width: 52em;
	float: left;
}

.contentright {
	width: 16em;
	margin-left: 53em;
	padding-left: 0.7em;
	border-left:1px dotted #aaa;
}

.newscat {
	font-size: 120%;
	font-weight: bold;
	color: #336669;
	border-bottom: 1px dotted #aaa;
	border-top: 1px dotted #aaa;
}

.maincontentright {
	width: 55em;
	margin-left: 13em;
	margin-top:0em;
	padding-right: 1em;
	border-left:1px dotted #aaa;
	padding-left: 1em;
	padding-top: 0em;
}

* html .maincontentright {
	width: 57em;
	padding-right: 0em;
}

.clearleft {
	clear: left;
}

.footer {
	width:100%;
	clear:both;
	height:2em;
	border-top:1px solid #336669;
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	color:#FFFFFF;
	background-color: #346667;
	padding:0em;
	margin:0em;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #336669;
	border:0px;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

a:focus, a:active {
	outline: 1px dotted fuchsia;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #336669;
	text-decoration: underline;
	border:0px;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #336669;
	text-decoration: none;
}

div,p  {margin-top:0px}/*clear top margin for mozilla*/

.headercontent{
	text-align: left;
	float: right;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:80%;
	height: 4em;
	position: relative;
	right: 1em;
}

.logo {
	height:3em;
	margin-bottom: 0.5em;
	margin-right: 0.6em;
	position: relative;
	right: 1em;
}

.validatorLogos{
	border:0px;
	width:88px;
	height:31px;
}

.kuerzel {
	padding-top: 0.5em;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	margin-bottom: 0.5em;
}

.kuerzel h1 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.kuerzel ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-left: 0px;
}

/************NAVI***************************************/
.positionNavi {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 5em;
}

img.navipic {
	position: relative;
	height: 5em;
	display: block;
	z-index: 0;
}

.naviBG {
	background-color: #336669;
	border-bottom: 0.3em solid #639699;
	height: 1.7em;
	position: absolute;
	top: 0em;
	left: 0em;
	width: 100%;
	z-index: 1;
}

* html .naviBG {
	height: 1.9em;
}

.menu ul {
	position: absolute;
	left: 0em;
	top: 0em;
	height: 1.7em;
	list-style-type: none;
	width: 100%;
	z-index: 2;
	margin: 0em;
	padding: 0em;
}

.menu li {
	display: block;
	float: left;
}

.menu li a {
	display: block;
	height: 1.7em;
	position: relative;
	width: 6em;
	color: White;	
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0.25em;
	border-right: 1px #639699 solid;
}

.menu li a.menu_main:hover, .menu li a.menu_main:focus, .menu li a.menu_main:active {
	color: White;
	background-image:url(img/nav_current.gif);
	background-repeat: repeat;
	height: 1.5em;
	text-decoration: none;
}

* html .menu li a.menu_main:hover, * html .menu li a.menu_main:focus, *html .menu li a.menu_main:active {
	height: 1.6em;
}

.menu li span.menu_main_act {
	display: block;
	position: relative;
	width: 6em;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0.25em;
	border-right: 1px #639699 solid;
	color: White;
	height: 5em;
	background-image:url(img/nav_current.gif);
	background-repeat: repeat;
	text-decoration: none;
}

.menu li span.menu_main_impressum_act {
	display: block;
	position: relative;
	width: 6em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	height: 2em;
	background-image:url(img/nav_current.gif);
	background-repeat: repeat;
	text-decoration: none;
	margin-left: 22em;
	margin-right: 0;
	border-right: none;
	font-size: 75%;
	text-align: center;
	padding-top: 0.5em;	
}

* html .menu li span.menu_main_impressum_act {
	height: 2.1em;
}

.menu_main_impressum {
	margin-left: 22em;
	margin-right: 0px;
}

.menu li a:visited {
	color: White;
	border-right: 1px #639699 solid;
}

.menu li a.menu_main_impressum {
	border-right: none;
	font-size: 75%;
	text-align: center;
	padding-top: 0.5em;	
}

.menu li a.menu_main_impressum:hover, .menu li a.menu_main_impressum:focus, .menu li a.menu_main_impressum:active {
	color: White;
	height: 2em;
	background-image:url(img/nav_current.gif);
	background-repeat: repeat;
	text-decoration: none;
}

* html .menu li a.menu_main_impressum:hover, * html .menu li a.menu_main_impressum:focus, * html .menu li a.menu_main_impressum:active {
	height: 2.1em;
}

.menu li a.menu_main_impressum:visited {
	border-right: none;
	font-size: 75%;
	text-align: center;
	padding-top: 0.5em;	
}

.menu li a.menu_main_impressum_act:hover {
	color: White;
	height: 2em;
	background-image:url(img/nav_current.gif);
	background-repeat: repeat;
	text-decoration: none;
}

* html .menu li a.menu_main_impressum_act:hover {
	height: 2.1em;
}

.menu dfn, .submenu dfn, .csc-sitemap dfn {
	position: absolute;
	top: 0em;
	left: 0em;
	width: 0em;
	height: 0em;
	overflow: hidden;	
	border: none;			
}

.navInvisible {
	display: none;
}

.align-center {
	text-align: center;
}

.actpage {
	position: absolute;
	right: 0.2em;
	bottom: 0.1em;
	font-size: 200%;
	font-family: serif;
	font-style: italic;
	color: White;
	font-weight: bold;
}

* html .actpage {
 	right: 0.1em;
 }

/******************************************************/
.white{
	color:#ffffff;
}

.black{
	color:black;
}

/***********************************************************/
.submenupos {
/*evtl. komplett stornieren aus dem template*/
}

.submenu {
	position:absolute;
	left:0.5em;
	width:12em;
	padding:0;
	margin:0;
	padding-top:1em;
	font-size: 100%;
	color: #000000;
	text-align: left;
	background-color: white;
}

.submenu li {
	display: block;
}

.submenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	border: 0px;
	text-decoration: none;
}

.submenu a:link  {
	color: Black;
}

.submenu a:visited {
	color: Black;
}

.submenu a:active {
	color: Black;
}

.submenu  a:hover {
	text-decoration: underline;
	color: Black;
}

#um ul, #um li {
	padding: 0em;
}

ul.submenu {
	list-style-type: none;
}

ul.submenu li {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

ul.submenu_level2 {
	background-color:#ffffff;
	list-style-type: none;
	position: relative;
	padding: 0em;
	margin: 0em;
	padding-left: 1em;
	margin-right: 1em;
}

* html ul.submenu_level2 {
	margin-right: 0em;
}

ul.submenu_level2 li {
	margin-left: 1em;
}

.menu_sub_act {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	border: 0px;
	text-decoration: none;
	background-color:#CCddCC;
	width: 100%;
	margin-top: 0.7em;
}

.menu_sub {
	background-color:#ffffff;
	width: 100%;
	margin-top: 0.7em;
}

.menu_sub_2 {
	background-color:#ffffff;
	width: 100%;
}

.menu_sub_2_act {
	background-color:#eeeeee;
	width: 100%;
	position: relative;
}

.csc-firstHeader,h1 {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:130%;
	font-weight: bold;
	margin-top: 0em;
	padding-top:0.5em;
	padding-bottom: 0.2em;
}

h2{
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:120%;
	font-weight: bold;
	padding-top:1em;
	padding-bottom: 0.2em;
}

h3{
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:110%;
	font-weight: bold;
	padding-top:1em;
	padding-bottom: 0.2em;
}

/**********************News************************************/
.newsdiv1 {
	margin-left: 1.4em;
	margin-right: 2em;
	padding-top:0.8em;
}

.newsdiv2 {
	float:left;
}

.newsdiv3 {
	margin-left: 15em;
}

.newsdiv4{
	clear: left;
	width: 100%;
	border-right: 0px; 
	border-left: 0px; 
	border-bottom: 0px;
	border-top:1px #9B9B9B dotted;
	font-size: 50%;
}


/*************************************************************/

/* styles for extension "tx_veguestbook_pi1" */
  /* example styles */
    .tx-guestbook-list-header { background-color: #336669; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-list-row { background-color: #FFFFFF; }
    .tx-guestbook-list-rowleft { background-color: #EEEEEE; }
    .tx-guestbook-list-entrycomment-title {font-weight: bold; }
    .tx-guestbook-list-entrycomment { font-style: italic; }
    .tx-guestbook-list-small { font-size: 70%; color: #666666; }
    
	 .tx-veguestbook-pi1-browsebox {
	 	margin-right: 2.7em;
		margin-top: 1em;
		margin-bottom: 2em;
		text-align: right;
	 }
	 
    .tx-veguestbook-pi1-browsebox TD { font-size: 70%; color: #666666; }
    .tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
    .tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }
    
    .tx-guestbook-latest-header { background-color: #336669; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-latest-row { background-color: #FFFFFF; }
    .tx-guestbook-latest-small { font-size: 70%; color: #666666; }
    .tx-guestbook-form-inputfield-med { background-color: #EEEEEE; border-style: solid;  border-color:#336669; font-size:100%; color:#333333; width:20em; }
    .tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1pt; border-color:#336669; font-size:100%; color:#333333; width:30em;}
    .tx-guestbook-form-textarea { border-style: solid; border-width: 1pt; border-color:#336669; font-size:100%; color:#333333; width:30em; }
    .tx-guestbook-form-obligationfield {  border-style: solid; border-width: 1pt; border-color:#336669; font-size:100%; color:#333333; width:20em; height:2em; }
    
    .tx-guestbook-form-error { color: #CC0000; margin-left: 3em; }
	 	 

	 
fieldset {
	margin-left: 25em;
	width: 30em;
	background-color: lime;
}

fieldset legend {
	color:#336669;
	font-weight:bold;
	padding:0.3em 1em 0.3em 1em;
	border:1px solid #336669;	
	background:#fff;
}

fieldset .legendentry{
	color:#336669;
	font-weight:bold;
	padding:0.3em 1em 0.3em 1em;
	border:1px solid #336669;	
	background:#EEEEEE;
}

fieldset label {
	float:left;
	width:10em;
	text-align:right;
	padding:0.4em;
	margin:0.1em;
}

fieldset div {
	clear:left;
	margin-bottom:0.3em;
}

fieldset .desc {
	color:#336669;
	padding:1em;
}

fieldset .frmbtn {
	padding-top:0.5em;
	padding-left:10.5em;
}

fieldset .attention {
	color:#336669;
	padding:0.2em;
	margin:0.5em;
}

.formborder, .formborder_user{
	border:1px;
	border-style:solid;
	border-color:#336669;
	font-size:100%;
}

* html .formborder_user{
	font-size:80%;
}

a.footerlink{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color:#FFFFFF;
	background-color: #346667;
	padding:0em;
	margin:0em;
	font-weight: normal;
}

a.footerlink:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color:#FFFFFF;
	background-color: #346667;
	padding:0em;
	margin:0em;
	font-weight: normal;
}

a.footerlink:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color:#FFFFFF;
	background-color: #346667;
	padding:0em;
	margin:0em;
	font-weight: normal;
}

a.footerlink:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color:#FFFFFF;
	background-color: #346667;
	padding:0em;
	margin:0em;
	font-weight: normal;
}

.footerlink a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	color:#FFFFFF;
	background-color: #346667;
	padding:0em;
	margin:0em;
	font-weight: normal;	
}

/*------------------Dokumentenverwaltung-------------------*/
.tx-filelist-pi1-header-icon {
	width: 3em;
	text-align: left;
}

.tx-filelist-pi1-header-filename {
	width: 25em;
	text-align: left;
}

.tx-filelist-pi1-header-info {
	width: 7em;
	text-align: left;
}

.tx-filelist-pi1-header-last_modification {
	width: 13em;
	text-align: left;
}

.tx-filelist-pi1-icon {
	width: 3em;
}

.tx-filelist-pi1-filename {
	width: 25em;
}

.tx-filelist-pi1-info {
	width: 7em;
}

.tx-filelist-pi1-last_modification {
	width: 13em;
}

/*-------------------Project List--------------------------*/
.projectList {
	left: 0px;
	position: relative;
	padding: 0em;
	margin-left: 0em;
	margin-top: 1em;
	list-style-type: none;
	list-style-position: outside;
}

.projectList li {
	clear: right;
	left: 0px;
	position: relative;
	list-style-type: none;
	list-style-position: outside;
	width: 53em;
	padding: 1em;
	margin-left: 0em;
}

.projectListEntryGrey {
	background-color:#eeeeee;
}

* html projectList li {
	width: 55em;
}

.projectList_Logo {
	padding-top: 0.5em;
	float: right;
}
  
.projectList_Logo img {
	width: 7em;
}

/*-------------------Project Detail--------------------------*/
.projectDetail h1 {
	font-size: 120%;
	display: block;
	background-color:#ccddcc;
	width:100%;
	padding:0.5em;
}

* html .projectDetail h1 {
	padding-right: 0em;
	margin-right: 0em;
}

.projectDetail h2 {
	font-size: 100%;
	padding: 0em;
	margin: 0em;
	margin-top: 1.2em;
}

.projectDetail h3 {
	font-size: 90%;
	font-style: italic;
	padding: 0em;
	margin: 0em;
	margin-top: 1.2em;
}

.projectDetailLogo {
	width: 9em;
	float: right;
}

.projectDetailLogo img {
	width: 9em;
}

.projectDetail ul {
	left: 0px;
	position: relative;
	margin: 0em;
	padding: 0em;
	list-style-type: none;
	list-style-position: outside;
}

.projectDetailDescription ul {
	list-style-type: disc;
	list-style-position: inherit;
	left: 2em;
}

.projectDetail li {
	left: 0px;
	position: relative;
	margin-left: 0em;
	list-style-position: outside;
}

.projectDetailBacklink {
	background-color:#ccddcc;
	padding:0.3em;
	margin-top: 1em;
	width:45%;
}

.projectDetailBacklink a:link, .projectDetailBacklink a:active, .projectDetailBacklink a:hover, .projectDetailBacklink a:visited {
	color: #002647;
}

/*-------------------Mitarbeiter List--------------------------*/
.mtbList {
	list-style-type: none;
}

.mtbList img {
	float: left;
	border: 1px solid #346667;
	padding: 2px;
	margin-right: 1em;
}

.mtbList li {
	clear: left;
	padding-top: 1em;
}

.mtbNameNoPub {
	font-weight: bold;
}

/*-------------------Mitarbeiter Detail--------------------------*/
img.mtbDetailFoto {
	float: left;
	border: 1px solid #346667;
	padding: 2px;
	margin-right: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.mtbDetail h1 {
	margin-bottom: 0em;
}

.mtbDetail h2 {
	clear: left;
	margin-bottom: 0em;
	padding-bottom: 0em;
}

.mtbDetail h3 {
	margin-top: 0em;
	font-size: 100%;
	margin-bottom: 0em;
	padding: 0em;
}

.mtbDetail ul {
	list-style-type: none;
	margin-left: 0em;
	padding-left: 0em;
}

.publicationLabel {
	clear: left;
	width: 7em;
	float: left;
}

.publicationData {
	margin-left: 7em;
}

* html .publicationData {
	height: 0em;
	overflow: visible;
}

.mtbDetail li {
	clear: left;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

.pubNr1 {
	background-color: #eeeeee;
}

.loginzeile, .loginuser {
	padding-bottom: 0.5em;
}

.loginzeile label {
	width: 9em;
}

.submitBtn {
	clear: left;
	margin-top: 0.5em;
}



.invisible_links {
	position: absolute;
	top: 0em;
	left: 0em;
	width: 0em;
	height: 0em;
	overflow: hidden;	
	border: none;
}

.invisible_links img {
	border: none;
}

.invisible {
	display: none;
}

.fieldset_style{
	padding:0.5em; 
	margin-left:2.5em;
	margin-top:2em;
	border:1px solid #336669;
	background:#EEEEEE;
	width:60%;
}

.hidden {
	position: absolute;
	top: -1000em;
	left: 0em;
	width: 0em;
	height: 0em;
	overflow: hidden;	
	border: none;	
}

/*------- Accesskeys------- #ECE9D8 */

#page_areas {
	background-color: #ECE9D8;
	color: #000000;
	border-bottom: 1px solid #555555;
	text-align: center;
	position: relative;
	height: 1.1em;
	overflow: hidden;
	margin-bottom: 1em;

	
}

* html #page_areas {
	background-color: #ECE9D8;
}

#page_areas ul {
	margin: 0em;
	padding: 0em;
	width: 58em/*60.5em*/;
	margin-left: auto;
	margin-right: auto;
}

#page_areas li {
	position: relative;
	margin: 0em;
	padding: 0em;
	list-style: none;
	border-left: 1px solid #555555;
	float: left;
	height: 1.1em;
}

#page_areas li.page_areas_r {
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
}

#page_areas a,
#page_areas a:visited 
{
	position: relative;
	padding: 0.5em;
	background-color: #ECE9D8;;
	color: #000000;
	text-decoration: none;
	font-size: 70%;
	top: 0.2em;
	vertical-align: top;
}

* html #page_areas a,
* html #page_areas a:visited 
{
	background-color: #ECE9D8;
}

#page_areas a:hover,
#page_areas a:active,
#page_areas a:focus
{
	color: #ffffff;
	background-color: #336669;
}

* html #page_areas a:hover,
* html #page_areas a:active,
* html #page_areas a:focus
{
	color: #ffffff;
	background-color: #336669;
}

h6{
	position: absolute;
	top: -1000em;
	left: 0em;
	width: 0em;
	height: 0em;
	overflow: hidden;	
	border: none;	
}