@charset "utf-8";
/* ###################### GENERAL DEFINITIONS ###################### */
html {
	height:100%;
	/*background:url(../img/raster.gif) top left no-repeat;	*/
}

* {
	padding:0;
	border:0;
	margin:0;
}

body {
	padding:5px 0 0 5px; 
	font-family:lucida sans unicode, arial, sans;
	font-size:76%;
	color:#000000;
}

/*h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display:none;
	visibility:hidden;
}*/

strong,b {
	font-weight:bold;
}

em,i {
	font-style:italic;
}

.clear {
	clear:both;	
	height:0;
	font-size:0;
	line-height:0;
}

h1 {
	padding:0 0 15px 0;
	/*font:normal normal normal 18px/20px arial, verdana, sans-serif;*/
	font:normal normal normal 1.65em/1em arial, verdana, sans-serif;
	text-transform:uppercase;
}

a {
	color:#7C7C7C;
	text-decoration:none;
}

a.internal-link {
	color:#009933;
	padding-left:15px;
	background:url(../img/link_extern.gif) no-repeat left top;
}

a.external-link, a.external-link-new-window {
	padding-left:15px;
	background:url(../img/link_intern.gif) no-repeat 0 3px;
}

a.linkMailto, a.mail {
	padding-left:18px;
	color:#399741;
	background:url(../img/mail.gif) no-repeat left;
}

a.download {
	padding-left:18px;
	color:#399741;
	background:url(../img/link_download.gif) no-repeat left;
}

a.pdf {
	padding-left:29px;
	color:#399741;
	background:url(../img/link_pdf.gif) no-repeat left;
}

a.glossary {
	color:#009933;
	padding-left:15px;
	background:url(../img/icon-glossar.gif) no-repeat left 1px;
}

.tx-a21glossaryadvancedoutput-pi1 a.glossary {
	color: black;
	background: none;
	padding: 0;
	border-bottom: 1px dotted black;
}


/* ###################### LAYOUT ###################### */
#page {
	position:relative;
	width:985px;
	margin:0 auto;
}

#header {
	position:relative;
	padding:5px 0 0 0;
	height:90px;	
}

#logo {
	position:absolute;
	width:100px;
	height:68px;
	top:0;
	right:0;
}


/* --- nav-global /begin --- */
#nav-global {
	font:normal normal normal 0.8em/1.35em lucida sans unicode, arial, sans;
	position:relative;
	margin:0 0 0 440px;
	width:405px;
}

#nav-global {
	list-style-type:none;
}

#nav-global li {
	display:inline;
	padding:0 15px 0 0;
}

#nav-global li a {
	color:#848486;
	text-decoration:none;
}

#nav-global li a:hover,
#nav-global li.act a {
	color:#000000;
}

/* internatoinal */
#nav-global-second {
	position:absolute;
	width:100px;
	top:0;
	left:0;
	margin:13px 0 0 40px;
}

#nav-global-second li {
	display:block;
}

/* --- nav-global /end --- */


/* --- nav-main /begin --- */
#nav-main {
	height:19px;	
	margin:0 0 11px 0;
	list-style-type:none;
	background:#D9F0E1;
}

#nav-main li {
	display:inline;
	font-size:0;
	padding:0 15px 0 0;
}

#nav-main li.first {
	padding:0;
}
/* --- nav-main /end --- */


#content-wrap {
	position:relative;
	width:985px;
}

#nav-sub-wrap {
	width:199px;
	padding:0 0 39px 0;
	float:left;
	overflow:hidden;
}


/* --- nav-sub /begin --- */
#nav-sub {
	width:189px;
	list-style-type:none;
}

#nav-sub li {
	/*font:normal normal normal 11px/15px lucida sans unicode, arial, sans;*/
	font:normal normal normal 0.9em/1.35em lucida sans unicode, arial, sans;
}

/* level1 */
#nav-sub li a {
	display:block;
	height:auto;
	padding:2px 0 0 10px;
	border-top:1px solid #D8D8D8;
	color:#7C7C7C;
	font-weight:bold;
	text-decoration:none;
}

#nav-sub li a:hover {
	color:#009933;
	background:#FFFFFF;
}

#nav-sub li.last a {
	border-bottom:1px solid #D8D8D8;
}

#nav-sub li.act a,
#nav-sub li.act a:hover,
#nav-sub li.act-last-sub a,
#nav-sub li.act-last-sub a:hover {
	height:auto;
	border:0;
	background:#009933;
	color:#FFFFFF;
}

/* level2 */
#nav-sub li ul.second {
	list-style-type:none;
	margin:0 0 -14px 25px;
	font-size:1.1em;
}

#nav-sub li ul.second li a {
	display:block;
	height:auto;
	padding:2px 0 2px 0;
	border-top:1px solid #D8D8D8;
	color:#7C7C7C;
	font-weight:normal;
	text-decoration:none;
}

#nav-sub li ul.second li a:hover {
	height:auto;
	color:#009933;
	background:#FFFFFF;
}

#nav-sub li ul.second li.act a,
#nav-sub li ul.second li.act a:hover {
	color:#009933;
	background:#FFFFFF;
}

#nav-sub li.act-last-sub ul.second li a,
#nav-sub li.act-last-sub ul.second li.last a,
#nav-sub li.act-last-sub ul.second li a:hover,
#nav-sub li.act-last-sub ul.second li.last a:hover {
	border-bottom:1px solid #D8D8D8;
}

#nav-sub li ul.second li.act-last-sub a,
#nav-sub li ul.second li.act-last-sub a:hover {
	color:#009933;
	background:#FFFFFF;
	border-bottom:1px solid #D8D8D8;
}

#nav-sub li.act ul.second li a:hover {
	height:auto;
	border-bottom:1px solid #D8D8D8;
}

#nav-sub li ul.second li a {
	border-top:0;
	border-bottom:1px solid #D8D8D8;
	background:#FFFFFF;
	color:#7C7C7C;
}

#nav-sub li ul.second li.last a,
#nav-sub li ul.second li.last a:hover {
	border:0;
	margin:0;
}

/* level3 */
#nav-sub li ul.second li ul.third {
	list-style-type:none;
	padding:0 0 0 15px;
	border-bottom:1px solid #D8D8D8;
	margin:0;
}

#nav-sub li ul.second li.act-last-sub ul.third {
	border:0;
}

#nav-sub li ul.second li ul.third li a {
	display:block;
	height:auto;
	padding:2px 0 2px 0;
	border-bottom:1px solid #D8D8D8;
	color:#7C7C7C;
	text-decoration:none;
}

#nav-sub li ul.second li ul.third li a:hover {
	border-bottom:1px solid #D8D8D8;
}

#nav-sub li ul.second li ul.third li.last a,
#nav-sub li ul.second li ul.third li.last a:hover,
#nav-sub li ul.second li ul.third li.first a,
#nav-sub li ul.second li ul.third li.first a:hover {
	border:0;
}

#nav-sub li ul.second li ul.third li.first a,
#nav-sub li ul.second li ul.third li.first a:hover,
#nav-sub li.act-last-sub ul.second li.act-last-sub ul.third li.last a {
	border-bottom:1px solid #D8D8D8;
}

#nav-sub li ul.second li ul.third li.last a,
#nav-sub li ul.second li ul.third li.last a:hover {
	margin-bottom:-14px;
}

#nav-sub li ul.second li ul.third li.act a {
	color:#009933;
}
/* --- nav-sub /end --- */


#primary-con-wrap {
	width:597px;
	padding:0 0 39px 0;
	float:left;
}

#primary-content {
	padding:0 10px 0 0;
	/*font:normal normal normal 11px/16px lucida sans unicode, arial, sans;*/
	font:normal normal normal 0.9em/1.5em lucida sans unicode, arial, sans;
}

#primary-content ol, #secondary-content ol {
	/*font-size:11px;*/
	/*font-size:0.9em;*/
	line-height:18px;
	padding-left:0;
	margin:0 0 18px 25px;
}

#primary-content ul, #secondary-content ul {
	/*font-size:11px;*/
	/*font-size:0.9em;*/
	line-height:18px;
	margin:0 0 18px 0;
	list-style-type:none;
}

#primary-content ul li {
	padding:0 0 0 15px;
	background:url(../img/bullet.gif) 0 5px no-repeat;
}

#primary-content h3 {
	font-weight:bold;
	/*font-size:12px;*/ 
	font-size:1em;
	color:#009933;
	margin-top:10px;
}

#primary-content h4 {
	font-weight:bold;
	/*font-size:12px;*/ 
	font-size:1em;
	margin-top:10px;
}

#primary-content .table {
	width:100%;
}

#primary-content .table h2 {
	/*font-size:11px;*/
	font-size:0.9em;
	font-weight:bold;
	text-align:left;
	border-bottom:2px #000000 solid;
}

#primary-content .table .table-row td {
	width:73px;
	padding-left:10px;
	border-bottom:1px #AFAEB3 solid;
	/*font-size:10px;*/
	font-size:0.8em;
}

#primary-content .table .table-row td.first {
	padding-left:0px;
	border-bottom:1px #AFAEB3 solid;
	width:377px;
}

#secondary-wrap {
	width:189px;
	float:left;
}

#secondary-content {
	padding:0;
}


/* --- teaserboxes /begin --- */
.teaserbox {
	position:relative;
	width:189px;
	border-top:3px #666666 solid;
}

.teaserbox h3 {
	/*font-size:11px;*/
	font-size:0.9em;
	line-height:15px;
	text-transform:uppercase;
	margin:3px 0 5px 0;
}

.teaserbox h3 a {
	color:#666666;
	text-decoration:none;
}

.teaserbox p {
	/*font-size:10px;*/
	font-size:0.8em;
	line-height:14px;
	color:#666666;
	margin:5px 0 5px 0;
}
.teaserbox p.bodytext {
	width:180px;
}

.teaserbox a.icon {
	float:right;
	margin-top:-17px;
}

/* --- teaserboxes /end --- */


#footer {
	position:relative;
	width:786px;
	padding:19px 0 10px 0;
	margin:-40px 0 0 0;
	font:normal normal normal 0.8em/1.35em lucida sans unicode, arial, sans;
}

#wot {
	display:none;
	visibility:hidden;
	width:199px;
	float:left;
}

#footer-info {
	width:200px;
	padding:2px 0 0 0;
	color:#848486;
	float:left;
}


/* --- nav-misc /begin --- */
#nav-misc {
	float:right;
}

#nav-misc li {
	display:inline;
	padding:0 15px 0 13px;
}

#nav-misc li.print {
	background:url(../img/ico-print.gif) 0 2px no-repeat;
}

#nav-misc li.top {
	background:url(../img/ico-top.gif) 0 2px no-repeat;
}

#nav-misc li.contact {
	padding:0 0 0 13px;
	background:url(../img/ico-contact.gif) 0 2px no-repeat;
}

#nav-misc li a {
	color:#848486;
	text-decoration:none;
}

#nav-misc li a:hover,
#nav-misc li.act a {
	color:#000000;
}
/* --- nav-misc /end --- */


/* --- entry-page /begin --- */
.entry {
	position:relative;
	width:786px;
}

.entry-main {
	width:597px;
	float:left;
}

.entry-text-wrap {
	padding:0 10px 0 0;
	height:162px;
}

h1.entry-headline {
	padding:0 0 10px 0;
}

.entry-img-left {
	width:199px;
	float:left;
}

.entry-img-main {
	width:388px;
	float:left;
}

.entry-marginal {
	width:189px;
	float:left;
}

.entry-img-left img,
.entry-marginal img {
	padding:0 0 11px 0;
}
/* --- entry-page /end --- */


/* --- formulare /begin --- */
fieldset {
	padding:5px 10px 10px 10px;
	border:1px solid;
	margin:0 0 25px 0;
}

legend {
	/*font-size:13px;*/
	font-size:1.1em;
	font-weight:bold;
}

#kontaktformular p {
	position:relative;
	width:587px;
	padding:0;
	margin:2px 0 2px 0;
	clear:both;
}

#kontaktformular ul.contact_former {
	list-style-type: none;
	}
	
#kontaktformular ul.contact_former li {
	padding: 0;
	margin: 0;
	background: transparent none;
	clear: left;
	float: none;
	}

label {
	display:block;
	width:190px;
	padding:4px 0 2px 10px;
	float:left;
}

label.message-text {
	width:auto;
	height:15px;
	padding:0;
	margin:0;
	float:none;
}

input, textarea, select {
	width:381px;
	padding:2px;
	border:1px solid #CDCDCD;
	margin:2px 0 2px 0;
	/*font-size:11px;*/
	font-size:0.9em;
	font-family:lucida sans unicode, arial, sans;
	float:left;
}

select {
	width:auto;
	min-width:100px;
	margin:2px 0 2px -3px;
	/*font-size:11px;*/
	font-size:0.9em;
	float:none;
}

select[id="gender"] {
	margin-left:0;
}

option {
	padding:1px;
}

#name {
	width:185px;
	margin:2px 6px 2px 0;
}

#surname {
	width:184px;
}

#zip {
	width:90px;
	margin:2px 6px 2px 0;
}

#city {
	width:279px;
}

#country, #www {
	margin-bottom:11px;
}

#user_copy, #journalist {
	width:auto;
	padding:0;
	border:0;
	margin:4px 0 19px 0;
}

#journalist {
	margin:4px 0 0 0;
}

#kontaktformular #submit, #medienbestellformular #submit {
	width:90px;
	border:0;
	padding:0;
	margin:0;
	float:none;
}

#kontaktformular p.std {
	width:576px;
	padding:5px 0 15px 10px;
}

#kontaktformular p.feld-hinweis {
	margin:20px 0 25px 0;
	/*font-size:11px;*/
	font-size:0.9em;
}

#kontaktformular p.first {
	margin:34px 0 8px 0;
}

#kontaktformular p.user-copy {
	padding:10px 0 0 0;
	margin-bottom:19px;
}

#kontaktformular p.second, #kontaktformular p.third {
	margin-bottom:9px;
}

#kontaktformular p.fourth {
	margin-bottom:19px;
}

#kontaktformular .buttons, #medienbestellformular .buttons {
	text-align:right;
}

#kontaktformular span {
	display:block;
	margin-left:200px;
}


#medienbestellformular h2, #medienbestellformular h3, #primary-content #medienbestellformular p {
	clear:both;
}

#medienbestellformular h2 {
	padding:10px 0 0 0;
	border-top:1px solid #CDCDCD;
	margin:30px 0 5px 0;
	font-weight:bold;
	/*font-size:12px;*/
	font-size:1em;
	color:#009933;
}

#medienbestellformular h3 {
	/*font-size:12px;*/
	font-size:1em;
	padding:0;
	margin:0 0 5px 0;
	color:#000000;
}

#medienbestellformular p.line {
	margin:34px 0 19px 0;
}

#medienbestellformular p.fourth {
	margin:34px 0 19px 0;
}

#medienbestellformular span.desc {
	float:left;
	width:240px;
}

#medienbestellformular .medienbestellformular-kontakt span {
	display:block;
	float:none;
	margin-left:190px;
}

#medienbestellformular label {
	display:inline;
	float:left;
	width:auto;
	padding:0;
	margin:0 10px 0 0;
}

#medienbestellformular .medienbestellformular-kontakt label {
	display:block;
	width:190px;
	margin:0;
}

#medienbestellformular .checkbox {
	float:left;
	width:auto;
	padding:0;
	border:0;
	margin:2px 3px 0 3px;
}

#medienbestellformular .medienbestellformular-kontakt textarea {
	margin-bottom:10px;
}

/* -- captcha -- */

#medienbestellformular .captcha-box {
	width:397px;
	float:right;
}

#kontaktformular .captcha-box {
	width:387px;
	float:right;
}

#kontaktformular .tx-pilmailform-pi1-captcha,
#medienbestellformular .tx-pilmailform-pi1-captcha {
	margin-bottom:10px;
}

#kontaktformular span.tx-srfreecap-pi2-cant-read,
#medienbestellformular span.tx-srfreecap-pi2-cant-read {
	color:black;
	margin:1em;
}

#kontaktformular span.tx-srfreecap-pi2-cant-read a,
#medienbestellformular span.tx-srfreecap-pi2-cant-read a { 	color:#009933; }

.error {
	color:#C01157;
}
/* --- formulare /end --- */


/* --- globales suchfeld /begin --- */
.tx-macinasearchbox-pi1 {
	position:absolute;
	top:0;
	left:0;
}

.tx-macinasearchbox-pi1 label {
	width:auto;
	padding-right:10px;
	float:left;
}

.tx-macinasearchbox-pi1 input {
	width:100px;
	padding:1px 1px 2px 1px;
	/*font-size:10px;*/
	font-size:0.8em;

}

.tx-macinasearchbox-pi1 .submit {
	width:53px;
	height:19px;
	padding:0;
	border:0;
	margin-left:5px;
}

td p a.aktiveLink {
   font-weight: bold;
   color: black;
}

span.activeLinkProjekt a {
   font-weight: bold;
   color: black;
}

div.tx-indexedsearch-browsebox table {
   float: right;
   margin-bottom: 15px;
}

/* --- globales suchfeld /end --- */


/* --- bereichsfilter /begin --- */
#bereichsfilter {
	position:relative;
	width:100%;
	height:19px;
	padding:0;
	border-bottom:1px solid #D8D8D8;
	margin:0;
	background:#009933;
}

#bereichsfilter p {
	float:left;
	color:#FFFFFF;
	padding:2px 0 0 10px;
}

#bereichsfilter h1 {
	font-size:1.65em;
	line-height:18px;
}

#bereichsfilter ul {
	/*margin-left:255px;*/
	float:right;
	margin:0 10px 0 0;
}

#primary-content #bereichsfilter li {
	display:inline;
	padding-left:30px;
	list-style-type:none;
	background:url(../img/ico-arrow-lightgreen.gif) 16px 3px no-repeat;
}

#primary-content #bereichsfilter li.active {
	color:#FFFFFF;
	background:url(../img/ico-circle-white.gif) 16px 3px no-repeat;
}

#bereichsfilter li a {
	color:#D9F0E1;
	text-decoration:none;
}

#bereichsfilter li.active a {
	color:#FFFFFF;
}
/* --- bereichsfilter /end --- */


/* --- overview /begin --- */
.overview {
	position:relative;
	width:587px;
	background:url(../img/overview-line.gif) bottom left no-repeat;
}

.overview .image {
	float:left;
	padding:3px 5px 0 1px;
}

.header-wrap {
	width:143px;
	float:left;
}

.header-wrap-wide {
	width:200px;
}

.header-wrap h2 {
	padding:6px 0 7px 6px;
	border-top:1px solid #CDCDCD;
	margin:0 5px 0 0;
	/*font-size:11px;*/
	font-size:0.9em;
	font-weight:bold;
	text-transform:uppercase;
	color: #009933;
}

.header-wrap h2 a {
	color: #009933;
}

.first h2 {
	border:0;
}

.overview h2 a {
	color:#009933;
	text-decoration:none;
}

.text-wrap {
	width:444px;
	padding:6px 0 7px 0;
	border-top:1px solid #CDCDCD;
	float:left;
}

.text-wrap p {
	width:405px;
}

.first .text-wrap {
	border:0;
}

p.more a {
	position:absolute;
	margin:-20px 0 0 560px;
}

.overview-media {
	position:relative;
	width:587px;
	background:url(../img/overview-line.gif) bottom left no-repeat;
}

.overview-media .header-wrap {
	width:190px;
	padding:4px 0;
}

.overview-media .text-wrap {
	width:390px;
}
/* --- overview /end --- */


p.line {
	position:relative;
	height:1px;
	font-size:0;
	line-height:0;
	background:#CDCDCD;
}


/* --- projektdatenbank /begin --- */
.tx-dbnhkprojects-pi1 .project-search-for {
	border-top:1px solid #CDCDCD;
	margin:0 0 25px 0;
}

.tx-dbnhkprojects-pi1 label {
	float:left;
	width:115px;
	padding:2px 0 0 0;
	margin:0;
	color:#009933;
	font-weight:bold;
}

.tx-dbnhkprojects-pi1 input {
	float:right;
	width:144px;
	padding:2px;
	margin:0;
}

.tx-dbnhkprojects-pi1 select {
	float:right;
	width:150px;
	padding:0;
	margin:0;
}

.tx-dbnhkprojects-pi1 select option {
	width:150px;
}

.tx-dbnhkprojects-pi1 input.submit {
	float:right;
	width:150px;
	padding:0;
	margin:0;
	color:#FFFFFF;
	font-weight:bold;
	background:#009933;
}

.tx-dbnhkprojects-pi1 .pagebrowser {
	float:right;
}

.tx-dbnhkprojects-pi1 table {
	width:100%;
}

.tx-dbnhkprojects-pi1 td {
	border-top:1px solid #CDCDCD;
	padding:4px;
}

.tx-dbnhkprojects-pi1 .searchmask-table td {
	border:0;
}

.tx-dbnhkprojects-pi1 th {
	text-align:left;
	text-transform:uppercase;
/*	padding:15px 5px 25px 5px;*/
	padding:15px 0 25px 0;
}

.tx-dbnhkprojects-pi1 table.resulttable {
	width:786px;
	table-layout:fixed;
	overflow:hidden;
}

.tx-dbnhkprojects-pi1 table.resulttable td {
	padding:4px 0 4px 0;
}

.tx-dbnhkprojects-pi1 table.resulttable td.spacer {
	border:0;
}

.tx-dbnhkprojects-pi1 .search-con {
	color:#7C7C7C;
}

.project-result-cards {
	margin-top:10px;
	clear:both;
}

.result-card {
	position:relative;
	width:193px;
	height:284px;
	margin:0 5px 16px 0;
	float:left;
}

.last {
	margin:0 -1px 16px 0;
}

.req {
	background:url(../img/project-card-req-bg.gif) top left repeat-y;
}

.sol {
	background:url(../img/project-card-sol-bg.gif) top left repeat-y;
}

.project-name {
	width:176px;
	height:34px;
	padding:2px 5px 2px 8px;
	background:#808080;
	color:#FFFFFF;
	font-weight:bold;
	/*font-size:12px;*/
	font-size:1em;
}

.sol .project-name {
	background:#009933;
}

.project-table-wrap {
	padding:0 4px 0 0;
}

.project-table {
	width:189px;
	padding:0;
}

.project-table th,
.project-table td {
	padding:0;
	border-top:1px solid #FFFFFF;
	text-transform:none;
	/*font-size:10px;*/
	font-size:0.8em;
	vertical-align:top;
}

.project-table .last th,
.project-table .last td {
	border-bottom:1px solid #FFFFFF;
}

.project-table th {
	width:82px;
	padding:1px 5px 1px 8px;
}

.sol .project-table th {
	color:#009933;
}

.project-table td {
	width:93px;
	padding:1px 3px 1px 0;
}

.project-link-more {
	position:absolute;
	right:7px;
	bottom:7px;
	padding-left:12px;
}

.req .project-link-more {
	/*font-size:10px;*/
	font-size:0.8em;
	background:url(../img/ico-project-detail-req.gif) 0px 5px no-repeat;
}

.req .project-link-more a {
	color:#000000;
}

.sol .project-link-more {
	/*font-size:10px;*/
	font-size:0.8em;
	background:url(../img/ico-project-detail-sol.gif) 0px 5px no-repeat;
}

.sol .project-link-more a {
	color:#009933;
}

.project-detail-wrap #bereichsfilter h1 {
	float:left;
	color:#FFFFFF;
	/*font-size:11px;*/
	font-size:0.9em;
	font-family:lucida sans unicode, arial, sans;
	padding:0 0 0 10px;
	margin:0;
	text-transform:none;
}

.project-detail, .project-detail-gallery {
	margin:6px 0 0 0;
}

.project-detail .image {
	width:587px;
	height:190px;
	/* background:#FF0000;*/
}

.project-detail .content {

}

.project-detail .content p {
	margin:9px 3px 3px 12px;
}

.project-detail table {
	width:100%;
	/*font-size:11px;*/
	font-size:0.9em;
}

.project-detail table td.first {
	vertical-align:top;
	width:30px;
}

.project-detail table th {
	width:90px;
	padding:2px 5px 0 5px;
	text-align:left;
	text-transform:none;
	vertical-align:top;
}

.project-detail table td {
	padding:2px 0 0 ;
	border:0;
	text-align:left;
}

.project-detail .requirements {
	float:left;
	width:288px;
	margin:11px 0 0 0;
}

.project-detail .solutions {
	float:left;
	width:288px;
	margin:11px 0 0 11px;
}

.project-detail .requirements .header {
	height:19px;
	background:#B3C9E4;
	text-transform:uppercase;
}

.project-detail .requirements .header h2 {
	color:#FFFFFF;
	text-transform:uppercase;
	padding:2px 0 0 35px;
	/*font-size:11px;*/
	font-size:0.9em;
}

#primary-content .project-detail .requirements h3 {
	padding:2px 0 0 35px;
	margin:0 0 5px 0;
	border-bottom:1px #B3C9E4 solid;
	text-transform:uppercase;
	color:#000000;
	/*font-size:11px;*/
	font-size:0.9em;
}

.project-detail .additional .requirements {
	border-top:3px #B3C9E4 solid;
}

.project-detail .additional .requirements strong,
.project-detail .additional .requirements b {
	color:#B3C9E4;
}


.project-detail .solutions .header {
	height:19px;
	background:#ADDEBD;
}

.project-detail .solutions .header h2 {
	color:#FFFFFF;
	text-transform:uppercase;
	padding:2px 0 0 35px;
	/*font-size:11px;*/
	font-size:0.9em;
}

#primary-content .project-detail .solutions h3 {
	padding:2px 0 0 35px;
	margin:0 0 5px 0;
	border-bottom:1px #ADDEBD solid;
	text-transform:uppercase;
	color:#000000;
	/*font-size:11px;*/
	font-size:0.9em;
}

.project-detail .additional .solutions {
	border-top:3px #ADDEBD solid;
}

.project-detail .additional .solutions strong,
.project-detail .additional .solutions b {
	color:#ADDEBD;
}

.project-detail-gallery .image {
	width:587px;
	height:336px;
}

.project-detail-gallery .thumb-list {
	position:relative;
	width:587px;
	margin:3px 0 0 0;
}

.project-detail-gallery .thumb-list .thumb {
	width:57px;
	height:35px;
	padding:0;
	margin:0;
	float:left;
}

.project-detail-gallery .thumb-list .thumb img {
	border:3px solid #FFFFFF;
}

.project-detail-gallery .thumb-list .thumb .act img {
	border:3px solid #000000;
}
/* --- projektdatenbank /end --- */


/* --- imageheadlines /begin --- */
h1.image-hl {
	position:absolute;
	margin:8px 0 0 10px;
}

h1.style-1 {
	color:#000000;
}

h1.style-2 {
	color:#FFFFFF;
	width:570px;
}

h1.style-3 {
	color:#777777;
}
/* --- imageheadlines /end --- */



/* --- news /begin --- */
.news-list-container, .news-latest-container {
	width:587px;
	padding:10px 0 0 0;
	border-top:1px #CCCCCC solid;
	margin:25px 0 0 0;
}

.news-list-item, .news-latest-item {
	padding:0 0 10px 0;
	border-bottom:1px #CCCCCC solid;
	margin:0 0 10px 0;
}

.news-list-item .news-list-date p, .news-latest-item .news-latest-date p {
	display:inline;
}

.news-list-item .left, .news-latest-item .left {
	float:left;
	width:189px;
/*	height:95px;*/
}

.news-list-item .right, .news-latest-item .right {
	float:left;
	width:390px;
	padding-left: 5px;
}

#primary-content .news-list-item h3, #primary-content .news-latest-item h3 {
	margin:10px 0 10px 0;
	color:#009933;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	/*font-size:11px;*/
	font-size:0.9em;
}

#primary-content .news-list-item h3.no-margin, #primary-content .news-latest-item h3.no-margin {
	margin:0 0 0 0;
}

#primary-content .news-list-item h3 a, #primary-content .news-latest-item h3 a {
	color:#009933;
}

.news-list-item .news-list-morelink, .news-latest-item .news-latest-morelink {
	float:right;
}

.news-list-item .news-list-date-nopic {
	position:absolute;
	width:185px;
	left:200px;
}

.tx-ttnews-browsebox-SCell, 
.tx-ttnews-browsebox-SCell a {
	color: #000000;
	font-weight: bold;
}
/* --- news /end --- */


/* --- content-tables /begin --- */
table.contenttable {
	width: 100%;
}

table.contenttable tbody td {
	border-bottom:1px solid #CDCDCD;
}

table.contenttable thead th {
	text-align:left;
	border-bottom:1px solid #CDCDCD;
}

table.contenttable caption {
	text-align:left;
	font-weight:bold;
	border-bottom:2px solid #606060;
}

.numbertable .td-1,
.numbertable .td-2,
.numbertable .td-3,
.numbertable .td-4,
.numbertable .td-5,
.numbertable .td-6
 {
 	width:50px;
}
/* --- content-tables /end --- */


/* --- glossary /begin --- */
acronym, dfn, abbr, span.abbr {
	border-bottom:0;
	cursor:default;
	font-style:normal;
}

a acronym, a dfn, a abbr, a span.abbr {
	cursor:pointer;
}

dl.glossary dt {
	font-weight:bold;
	margin:0 0 3px 0;
	font-style:normal;
}

dl.glossary dd {
	margin:0 0 15px 20px;
}

dl.glossary .description {
	padding:0;
	margin:0;
}

dl.glossary .type {
	font-style:italic;
	padding:0 3px 0 0;
}

.tx-a21glossaryadvancedoutput-pi1 {
	margin-top:10px;
}

.tx-a21glossaryadvancedoutput-pi1 input {
	width:280px;
}

.tx-a21glossaryadvancedoutput-pi1 input.submit {
	width:53px;
	border:none;
	margin:0 0 3px 3px;
}

.tx-a21glossaryadvancedoutput-pi1 .searchform p {
	font-weight:bold;
	/*margin: 3px 10px 0 120px;*/
	padding:3px 10px 0px 120px;
	float:left;
}

.tx-a21glossaryadvancedoutput-pi1 .navbar {
	padding:6px 0;
	border-bottom: 2px solid #949496;
	margin:20px 0 10px 0;
	font-family:Arial, sans-serif;
	/*font-size:10px;*/
	font-size:0.8em;
	clear:both;
}

.tx-a21glossaryadvancedoutput-pi1 .navbar a {
	padding:0px 6px;
	color:#666666;
	text-decoration:none;	
}

.tx-a21glossaryadvancedoutput-pi1 .result .item {
	position:relative;
	width:586px;
	padding:0 0 5px 0;
	background:url(../img/glossary-bottom.gif) no-repeat bottom left;
}

.tx-a21glossaryadvancedoutput-pi1 .result .item .def {
	width:150px;
	float:left;
}

#primary-content .tx-a21glossaryadvancedoutput-pi1 .result .item .def h4 {
	width:145px;
	padding:4px 0 4px 0;
	margin-top:0;
	/*font-size:11px;*/
        /*font-size:0.9em;*/
        font:normal bold normal 1em/1.5em lucida sans, arial, sans;
}

.tx-a21glossaryadvancedoutput-pi1 .result .item .des {
	width:436px;
	float:left;
}

.tx-a21glossaryadvancedoutput-pi1 .result .item .des p {
	padding:4px 0 4px 0;
}


/* --- glossary /end --- */


/* --- index-search /begin --- */
.tx-indexedsearch-searchbox {
	margin-top:10px;
}

.tx-indexedsearch-searchbox input {
	width:280px;
}

.tx-indexedsearch-searchbox input.submit {
	width:53px;
	border:none;
	margin:0 0 3px 3px;
}

.tx-indexedsearch-searchbox .searchform {
	padding:0 0 15px 0;
}

.tx-indexedsearch-searchbox .searchform p {
	font-weight:bold;
	padding:3px 10px 0px 120px;
	float:left;
}

.tx-indexedsearch-whatis {
	margin:5px 0 20px 0;
	/*font-size:12px;*/
	font-size:1em;
}
/* --- index-search /end --- */

/* --- Infoleiste --- */
.infoleiste {
	color: #7C7C7C;
	padding: 0;
	font-size: 1.2em;
}

#footer-leiste {
	float: left;
	/* position: relative;
	top: -17px; */
}

.infoleiste table {
	height: 25px;
}

.infoleiste td {
	vertical-align: bottom;
	/*line-height: 150%; */
	padding: 0 2px 0 0;
}

#footer-info {
	vertical-align: bottom;
	margin-top: 12px;
	width: 196px;
}

#nav-misc {
	margin-top: 14px;
}

/* --- FCE Mess-Box start --- */

#primary-content .messBox {
	margin-bottom:2px;
}

#primary-content .messBox .messBoxLeft {
	float:left;
	width:138px;
	border-top:1px solid #CDCDCD;
	margin-right:5px;
}

#primary-content .messBox .messBoxRight {
	float:right;
	width:414px;
	border-top:1px solid #CDCDCD;
	padding:6px 30px 7px 0;
	position:relative;
}

#primary-content .messBox .messBoxLeft h2 {
	color:#009933;
	font-size:0.9em;
	font-weight:bold;
	margin:0 5px 0 0;
	padding:6px 0 7px 6px;
	text-transform:uppercase;
}

#primary-content .messBox .messBoxLeft h2 a {
	color:#009933;
}

#primary-content .messBox .messBoxRight h1, #primary-content .messBox .messBoxRight h3, #primary-content .messBox .messBoxRight h4, #primary-content .messBox .messBoxRight p strong {
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
}

#primary-content .messBox .messBoxRight .messMore {
	bottom:9px;
	position:absolute;
	right:16px;
}

/* --- FCE Mess-Box end --- */

/* --- FCE 05/2010 --- */

#primary-content .row_wrap {	
}
.col1 {
	clear:left;
	width: 140px;
	float: left;
	vertical-align:top;
	text-transform:uppercase;
	font-weight:bold;
}
	.col1_title {color:green;}
	.col1_subheader {}
	.col1_image {clear:left;}
	.col1_image1 {width:597px;float: left;}
	.col1_image_full{}

#primary-content .col2 {
	float: left;
	width: 437px;
	margin-right:10px;
	margin-left:5px;
}
#primary-content .col2 h1 {margin-top:25px;}
#primary-content .col2 h3 {margin:0px;}
#primary-content .col2 ul {margin:0px;}
#primary-content .col2 blockquote {margin-left:16px;}

#primary-content .col2_col1 {width:45%; float:left;}
#primary-content .col2-col2 {float:right; width:45%;}
	#primary-content .col2_link {clear:left;float:left;padding-left:600px;padding-top:10px;}
	#primary-content .col2_icon {}
	#primary-content .col2_header {color:green;font-weight:bold;}
	#primary-content .col2_subheader {color:green;}
	#primary-content .col2_text {}

	#primary-content .col2-text-ul ul li {background:url(../img/bullet-red.gif) 0 5px no-repeat; }
	#primary-content .col2_image2 {
		background-image:url(../img/trennlinien/grey_bold.gif);
		background-repeat: no-repeat;
		bankground-position: top left;
		float:left;
		padding-top:10px;
		}
	#primary-content .col2_image2_sub {float:left;}
	#primary-content .col2_image2_link {visibility: hidden; float:right;width:10px;padding:3px;}
	#primary-content .col2_image2_link a {visibility:visible;}
	#primary-content .col2-big {float:right;}
	#primary-content .col2-image {margin:10px 0 10px 0;}
	
#primary-content .col3 {
	float:right;
}
	#primary-content .col3_subheader {padding-left:6px;float:left;width:172px;}
	#primary-content .col3_subheader a.internal-link {
		background-image:url(../img/link_extern.gif); 
		background-repeat:no-repeat;
		background-position:0px 2px;
		}

	.col3 a.internal-link {background-image:url(../img/link_extern.gif); background-repeat:no-repeat;background-position:10px 10px;}
	.col3_text {margin-left:5px; color:green;float:left; max-width:94px; font-size:80%; }
	.col3_text_span {float:left;margin-left:2px; max-width:93px; font-size:80%;}

	/* Uppercase */
	layout-1 {
	    text-transform:uppercase;
	    font-weight:bold;
	}
	/* Text einfach grün */
	layout-2 {
	    color:green;
	    }