/* 	color:#e3e4e5;  hellgrau */
/* 	color:#A50F37;  rot */
 

* {
	font-size:100.01%;
}
html {
	font-size:62.5%;
}
body {
	margin:0;
	color:#000;
	font:1em "trebuchet MS", Helvetica, sans-serif;
	background:#ededed;
}
a {
	text-decoration:none;
	color:#333;
}
a:hover {text-decoration:underline;}
img {border-style:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	
}
form{
	border-style:none;
	}
	
	
fieldset {
	display:block;
	border: 1px solid #ddd;
	background-color:#ededed;
	}
	
	
legend {
		font-size: 10px;
		background-color: #ddd;
		padding: 1px 1em;
		border-top: 1px solid #ddd;
		}

h1, h2, h3, h4, h5, h6 {	/* pl post layout adjustment */
	margin:0;
	color:#a50f37;
}

fieldset label {
	margin-top: 1em;
	margin-bottom: 0;
	}
	
fieldset input {
	margin-top: 0.2em;
	}	

/* container */
.container {
	float:left;
	width:100%;
	position:relative;
}
* html .container {
	margin-bottom:-185px;
}
/* container2 */
.container2 {
	margin:0 auto;
	padding:0 60px;
	width:840px;
	height:100%;
	position:relative;
}



/* page */
#page {
	padding:0 116px;
	width:608px;
	overflow:hidden;
	background-color:#fff;
	position:relative;
}
/* content */
#content {
	width:100%;
	margin:151px 0 0;
	overflow:hidden;
}
.logo {
	position:absolute;
	left:61px;
	top:42px;
	background:url(../images/logo.gif) no-repeat;
	width:148px;
	height:94px;
	overflow:hidden;
	text-indent:-9999px;
	z-index:10;
}
.logo a {
	display:block;
	height:100%;
}
/* header */
#header {
	position:absolute;
	top:0;
	right:45px;
	width:586px;
	height:151px;
	background:url(../images/bg-header.png) no-repeat;
}
/* navigation */
.navigation {
	margin:67px 0 0 26px;
	padding:0;
	list-style:none;
	width:516px;
	height:34px;
	background:url(../images/bg-navigation.png) no-repeat 41px 0;
}
.navigation li {
	float:left;
	width:103px;
	text-align:center;
	font-size:9px;
	text-transform:uppercase;		/* pl additional rule */
	line-height:11px;
	position:relative;
}
.navigation li a {
	display:block;
	width:83px;
	color:#1a171b;
	margin:0 10px;
	padding-top:19px;
}
.navigation li.active a,
.navigation li a:hover {
	text-decoration:none;
	background:url(../images/bullet-circle.gif) no-repeat 33px 0;
}

.navigation li.active li.active a {		/* bugfix_02 pl additional rule */
	color:#a11035;
}

.navigation ul {
	position:absolute;
	right:-30px;		 	/* bugfix_03 right: changed from left: -30px */
	top:38px;
	margin:0;
	padding:0;
	list-style:none;
	width:500px;
	overflow:hidden;		/* bugix_03 additional rule */
	text-align: right;
}


.navigation ul li:first-child {
	background:none;
}
.navigation li li a:hover,
.navigation li.active li a:hover,
.navigation li.active li a {
	background:none;
}
.navigation ul li {
	width:auto;
	padding:0 12px 0 8px;										  /* bugfix_03 changed from 0 8px 0 12px */
	background:url(../images/sep-sub-nav.gif) no-repeat 100% 50%; /* bugfix_03 changed from 0 50% */
	float:right;												  /* bugix_03 additional rule */
	display:block;												  /* bugix_03 additional rule */
}

.navigation ul li a {
	display:inline;
	width:auto;
	margin:0;
	padding:0;
	color:#a9a3ae;
	font-weight:bold;
}
.navigation li li a:hover {
	color:#a11035;
}
/* top-content */
.top-content {
	padding:0 0 10px;
	width:608px;
	overflow:hidden;
}
.txt-top-content {
	float:left;
	padding:10px 12px 9px 12px;
	width:160px;
	height: 160px; 			/* bugfix04 pl additional rule */
	border:3px solid #ccc;
	overflow: hidden;		/* bugfix04 pl additional rule */
}


.txt-top-content h2{		/* additional as long as the swf is not implemented yet pl */
	margin:0;
	font-size:22px;
	height:24px;
	color:#e3e4e5;
	
}

.txt-top-content h3 {
	font-size: 14px;
	margin-top: 0.6em;
	margin-bottom: 0.2em;
	}

.txt-top-content h4 {
	font-size: 12px;
	margin-top: 0.6em;
	margin-bottom: 0.2em;
	}

.txt-top-content p {
	font-size: 12px;
}

.txt-top-content p.orig {
	margin:20px 0 0;
	font-size:1.6em;
	/* line-height:1.44em; */
	line-height: 1.4em;  /* changed pl */
	
	color:#454346;
	color: #999;
}




.visual-top-c {
	float:right;
	width:402px;
	height:185px;
	overflow: hidden;		/* to make it more robust pl */
}
.visual-top-c img {
	float:left;
}
.inner-content {
	width:100%;
	padding-bottom:14px;
	overflow:hidden;
}
/* main-content */
.main-content {
	float:left;
	width:402px;
	background:url(../images/bg-main-main-c.gif) repeat-y;
	overflow:hidden;
}

.inner-main2 li {
	background:url(../images/list-item.gif) no-repeat 0 0.4em;
	font-size:1.1em;
	line-height: 1.5em;
	padding-left: 1.7em;
	}


.inner-main {
	width:100%;
	background:url(../images/bg-top-main-c.gif) no-repeat;
	overflow:hidden;
}
.inner-main2 a { 
	color: #0099CC;   /* pl post layout adjustment */
	}




.inner-main2 {
	width:362px;
	padding:22px 20px 99px;
	background:url(../images/bg-bottom-main-c.gif) no-repeat 0 100%;
	overflow:hidden;
}

.inner-main2 h2 {		/* pl post layout adjustment */
	font-size:2em;	
	line-height:1.1em;
	font-weight: bold;	
	padding-bottom: 0.3em;
	margin-bottom: 0.5em;

}
	
.inner-main2 h3 {
	font-size:1.5em;    /* pl post layout adjustment 13px */
	line-height:1.1em;	/* pl post layout adjustment*/
	font-weight: bold;	
	margin-bottom: 0.3em;  /* pl post layout adjustment */

}

.inner-main2 h4 {
	font-size:1.1em;    /* pl post layout adjustment 11px*/
	line-height:1.1em;	/* pl post layout adjustment*/
	font-weight: bold;	
}



.inner-main2 p {
	margin:0 0 15px;
	font-size:1.1em;       /* pl post layout adjustment */
	line-height:1.5em;
	color:#000;
}

.inner-main2 p strong {
	font-weight:bold;
	color:#b1b3b4;
}
/* visual-main */
.visual-main {
	width:100%;
	margin-top:-9px;
	padding-bottom:44px;
	overflow:hidden;
}
.visual-main img {
	float:left;
}
.inner-main2 h2 {
	margin:0 0 10px;
	font-size:21px;
	line-height:24px;
	color:#8a0029;
}
/* tab-holder */
.tab-holder {
	background-color:#fafafa;
	width:358px;
	padding:8px 5px 13px 4px;
	margin:0 0 17px -5px;
	position:relative;
}
/* tabset */
.tabset {
	width:100%;
	padding:9px 0 0;
	overflow:hidden;
	position:relative;
}
.tab-holder h4 {
	margin:0;
	font-size:1.2em;
	line-height:1.16em;
	color:#000;
}
.tabset ul {
	margin:0;
	padding:0;
	list-style:none;
}
.tabset li {
	float:left;
	padding-right:3px;
}
.tabset li a {
	float:left;
	line-height:19px;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	border:1px solid #ccc;
	color:#666;
	background:url(../images/bg-tab.gif) repeat-x;
	outline:none;
}
.tabset li a:hover,
.tabset li a.active {
	text-decoration:none;
	background:url(../images/bg-tab-active.gif) repeat-x;
	border-bottom:1px solid #fff;
}
/* tab */
div.tab {
	margin-top:-1px;
	padding:13px 6px 2px 6px;
	width:344px;
	border:1px solid #ccc;
}
div.tab ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
div.tab li {
	float:left;
	width:100%;
	padding-bottom:4px;
	overflow:hidden;
	font-size:1.2em;
	line-height:1.16em;
	color:#a20041;
}
div.tab li strong {
	float:left;
	margin-right:11px;
	width:15px;
	text-align:center;
	font-weight:bold;
	line-height:1.4em;
	color:#b0b0b0;
	border:1px solid #c3c3c3;
}
div.tab li span {
	float:left;
	padding-right:6px;
}
div.tab li a {
	color:#000;
}
/* sidebar */
.sidebar {
	float:right;
	width:196px;
}
/* projects-box */
.projects-box {
	width:100%;
	padding-bottom:33px;
	overflow:hidden;
}
.title-proj {
	width:182px;
	padding:5px 7px 0;
	background-color:#a11035;
}
.title-proj h2 {
	margin:0;
	font-size:13px;
	height:19px;
	font-weight:bold;
	color:#fff;
}
.sub-title-proj {
	padding:10px 12px 11px;
	width:172px;
	overflow:hidden;
	background-color:#b7afaf;
}
.projects-box ul {
	margin:0 0 -2px;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	background-color:#dbd7d7;
}
.projects-box li {
	float:left;
	width:100%;
	overflow:hidden;
}
.projects-box li a {
	display:block;
	padding:10px 12px 12px;
	font-size:1.2em;
	line-height:1.08em;
	color:#000;
	background:url(../images/sep-side-sub-nav.gif) repeat-x 0 100%;
}
.projects-box li.active a,
.projects-box li a:hover {
	text-decoration:none;
	color:#fff;
	background:#b7afaf;	
}
span.slip {
	/*position: absolute;
	right: -10px;
	top: -10px;*/
	z-index: 1000;
	background: none repeat scroll 0 0 #FF9900;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	padding: 0 5px;
	margin: 0 0 0 5px;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	line-height: 14px;
}
/* visual-proj */
.visual-proj {
	width:100%;
	overflow:hidden;
}
.visual-proj img {
	float:left;
}
.sidebar h4 {
	margin:0;
	font-size:1em;
	line-height:1.2em;
	color:#a50f37;
}
.sidebar p {
	margin:0 0 15px;
	font-size:1em;
	line-height:1.5em;
	color:#dbd7d7;
}
/* footer */
#footer {
	width:820px;
	height:46px;
	padding:5px 0 20px;
	margin:0 -106px;
	border-top:2px solid #b1aeae;
	position:relative;
	font-size:0.9em;
	line-height:1.33em;
	color:#928e8e;
}
#footer em {
	float:left;
}
#footer p {
	float:right;
}
/* advertising-box */
.advertising-box {
	left:70px;
	bottom:86px;
}
* html .advertising-box {
	position:relative;
	left:10px;
	bottom:271px;
}
/* advertising-box2 */
.advertising-box2 {
	right:70px;
	top:151px;
}
.advertising-box,
.advertising-box2 {
	position:absolute;
	width:96px;
	overflow:hidden;
}
.advertising-box img,
.advertising-box2 img {
	float:left;
}
.inner-ad-box2 {
	clear:both;
	width:100%;
	padding:9px 0 0;
	overflow:hidden;
}
.ad-box3 {
	width:100%;
	padding-bottom:16px;
	overflow:hidden;
}
/* contact-box */
.contact-box {
	width:100%;
	overflow:hidden;
}
.contact-box h4 {
	margin:0;
	font-size:0.9em;
	line-height:0.9em;
	font-weight:bold;
	color:#a11035;
}
.contact-box em {
	margin-top:4px;
	display:block;
	font-size:0.9em;
	
	line-height:1em;	/* post layout adjustment changed from line-height:0.9em;pl  */
	color:#606060;
}
/* login-box */
.login-box {
	position:absolute;
	left:0;
	top:151px;
}
.login-btn {
	height:1%;
	overflow:hidden;
}
.login-btn strong {
	float:left;
	padding:0 12px;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	height:20px;
	color:#fff;
	background-color:#a11035;
}
.btn-open {
	float:left;
	width:20px;
	height:20px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/btn-login-open.gif) no-repeat;
}
.btn-open a {
	display:block;
	height:100%;
}
.close {
	background:url(../images/btn-login-close.gif) no-repeat;
}
.login-form {
	width:217px;
	overflow:hidden;
	padding:12px 6px 8px 16px;
	background-color:#a11035;
}
.login-form div {
	width:100%;
	padding-bottom:4px;
	overflow:hidden;
}
.login-form label {
	float:left;
	width:43px;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	color:#fff;
}
.login-form input {
	float:left;
}
.login-form .inp-txt {
	float:left;
	display:inline;
	margin-right:5px;
	padding:1px 8px 3px;
	width:132px;
	border-style:none;
	background:#fff;
	font-size:11px;
}
.add-work {
	display:none;
}
/* sifr */
.sIFR-hasFlash .txt-top-content h2 {
	margin:0;
	font-size:22px;
	height:24px;
	white-space:nowrap;
	font-weight:normal;
}
.sIFR-hasFlash .main-content h2 {
	margin:0 0 6px;
	font-size:22px;
	height:24px;
	white-space:nowrap;
	font-weight:normal;
}
.sIFR-hasFlash .title-proj h2 {
	margin:0;
	font-size:13px;
	height:19px;
	white-space:nowrap;
	font-weight:bold;
}
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {visibility: visible !important;}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {display: none !important;}


/* --------------------- */  pl
.inner-main2 {
	min-height:287px;
		}
		
.login-box{
	display: none;
	}		
	
h3{
	margin: 1em 0 0 0;
	}	
	
hr {
	border: 0 solid #000;
	height: 1px;
	background: #eee;
	margin: 1em 0;
}
/* -------------------------------------------- */
/* tt_news                                      */
/* -------------------------------------------- */


.news-topline,
div.news-single-rightbox {	
		font-size:9px;
		text-align:right;
		}
		
.news-list-item	h3 a {
	color:#A50F37;
	}	
		
p.news-subheader {
	font-style:normal;
	font-weight:bold;
	margin: 1.5em 0 0 0;
	}

.news-single-item h3
.news-list-item h3 {
	color:#A50F37;
	margin-bottom: 1em;
	/* border-bottom: 1px solid #A50F37; */
	}
div.newsimage {
	margin: 0.5em 0;
	}

.news-list-item,
.news-single-item {
	margin: 2em 0 0.5em 0;
	}


h3.news-title  a {
		color:#A50F37;
	}
	
.news-single-body{
	border-bottom: 1px solid #A50F37;
	margin-bottom: 0.5em;
	}	

span.news-list-date,
div.news-single-rightbox {
	display: block;
	text-align:right;
	border-bottom: 1px solid #eee;
	margin-bottom: 1em;
	}

hr.clearer {display: none;}

.morelink {
	margin-left: 1em;
}

li.news-amenu-item-year {
	color: #666;
	font-size:2em;
	margin: 1em 0;
	border-bottom: 1px solid #eee;
	}
	
/* -------------------------------------------- */
/* tx_felogin                                   */
/* -------------------------------------------- */	

div.tx-felogin-pi1	{
	margin: 1em 0;
	background-color: #fefefe;
	border: 1px solid #eee;
	padding: 5px;
	}
	
.tx-felogin-pi1 label {
	display:block;
}

/* -------------------------------------------- */
/* tx_srfeuserregister                          */
/* -------------------------------------------- */	
.tx-srfeuserregister-pi1 p {
/* margin-bottom:0; */
	margin-top:0.5em;
	padding:0 0.3em;
	text-indent:0;
}
.tx-srfeuserregister-pi1 h4 {
	margin-top:0;
	padding-left:0.3em;
}
.tx-srfeuserregister-pi1 legend {
	font-weight:bold;
	padding:0 0.5em 0 0.5;
}

p.tx-srfeuserregister-pi1-notice {
	font-style:italic;
	color: #F00;
	margin: 1em 0 0.5em 0;
	border-top: 1px solid #F00;
	border-bottom: 1px solid #F00;
	}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash {
	margin-bottom:2em;
}
.tx-srfeuserregister-pi1 a {
	background-image:url(../typo3conf/ext/sr_feuser_register/pi1/internal_link.gif);
	background-position:0 60%;
	background-repeat:no-repeat;
	padding-left:14px;
	text-decoration:none;
}


.tx-srfeuserregister-pi1 input {
	margin:0.1em 0;
	padding:0.2em 0.5em 0.2em 00.2em;
	background: #f6f6f6;
	border: 1px solid #efefef;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
	color:#FF0000;
}

.tx-srfeuserregister-pi1 input[type="password"] {
	margin-right:1em;
}
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password {
	margin-right:1em;
}
.tx-srfeuserregister-pi1 input[type="radio"], .tx-srfeuserregister-pi1 input[type="checkbox"] {
	background-color:transparent;
}
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox {
	background-color:transparent;
}


.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
	color:#FF0000;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon {
	background-color:transparent;
	margin-left:1em;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover {
	cursor:pointer;
}
.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view {
	background-color:transparent;
	background-image:url(../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif);
	background-repeat:no-repeat;
	font-size:0.8em;
	margin-left:1em;
	padding-left:15px;
}
.tx-srfeuserregister-pi1 ul {
	list-style-position:inside;
	margin:0;
	padding:0;
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes {
	list-style-type:none;
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li {
	margin:0 0 0.3em;
	padding:0;
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label {
	margin:0;
	padding:0 0 0 0.3em;
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li {
	float:left;
	margin:0;
	padding:0 2em 0 0;
}




.tx-srfeuserregister-pi1 dl {
	margin:0;
	padding:1em 0 0;
}
.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd {
	float:left;
	margin:0;
	padding:0 0 0.3em;
}
.tx-srfeuserregister-pi1 dt {
	clear:both;
	padding-right:1em;
	text-align:right;
	width:27%;
}
.tx-srfeuserregister-pi1 dd {
	text-align:left;
	width:49%;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt {
	padding-right:0;
	width:auto;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd {
	width:auto;
}
* html .tx-srfeuserregister-pi1 dd {
	float:none;
}
.tx-srfeuserregister-pi1 dd p {
	margin-bottom:0.5em;
	margin-top:0;
	padding:0;
}


.tx-srfeuserregister-pi1 dd label {
	padding:0 1em 0 0.5em;
}

.tx-srfeuserregister-pi1 input,
.tx-srfeuserregister-pi1 textarea{
	width:240px;
	padding: 0.2em;
	margin 0.1em 0;
	background: #f6f6f6;
	border: 1px solid #efefef;
	}
	
input.tx-srfeuserregister-pi1-password,
input.tx-srfeuserregister-pi1-password{
	width: 150px;}

.tx-srfeuserregister-pi1 input:hover,
.tx-srfeuserregister-pi1 textarea:hover
.tx-srfeuserregister-pi1 input:focus,
.tx-srfeuserregister-pi1 textarea:focus{
	background: #efefef;
	border: 1px solid #000;}

input.tx-srfeuserregister-pi1-radio,
input.tx-srfeuserregister-pi1-submit{
	width: auto;}

input.tx-srfeuserregister-pi1-submit {
	background: #A50F37;
	color: #fff;
	}

.tx-srfeuserregister-pi1 fieldset {
	border: 1px solid #efefef;
	margin-top: 1em;
	}

.tx-srfeuserregister-pi1 fieldset legend {
	background: #e6e6e6;
	margin-left: 1em;
	min-width: 10em;
}


div.inner-main2 div.csc-sitemap ul li a {
	font-size: 1.2em;
	color: #A50F37;}
	
div.inner-main2 .csc-sitemap ul li li a{
	font-size: 1em;
	color: #333;}	
	
div.inner-main2 .csc-sitemap ul li li li a{
	font-size: 1em;
	color: #aaa;}		
