* {
	margin: 0;
	padding: 0;
}

/* -------------TextFormats------------   */
Body		{ font-family: Arial, Verdana, Helvetica;  font-size: 12px; }

h1 		{ font-size: 20px; color:#CCCCCC; padding-top:15px; padding-bottom:5px;}
h2 		{ font-size: 15px; color:#000000; padding-top:15px; padding-bottom:5px;}
h3 		{ font-size: 13px; color:#EF2B2F; padding-top:15px; padding-bottom:5px;}
h4 		{ font-size: 12px; color:#000000; padding-top:15px; padding-bottom:5px;}

.comp		{ font-size: 11px; font-weight:bold;color:#999999; margin:1px;font-style: italic;text-transform:uppercase;}

/* -------------TextLinks------------   */
a		{ text-decoration: none; font-weight:bold;  color:#B00000;  }
a:visited 	{ text-decoration: none;}
w
u
u
a:active,.active{ text-decoration: none; color:#800000;}
a:hover 	{ text-decoration: underline; color:#EC3E37;}

/*  -------------TextClasses------------   */

.error, ul.error li { font-weight:bold; color:#911E49;margin:0px; font-size: 12px; }
.notice		{color:#DDDDDD; font-size:0.8em;}

/*  -------------Elements------------   */
table 		{ border-collapse: collapse; }
tr		{}
td		{}


body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(mainbg.png);
	background-position:top left;
	background-repeat:repeat-x;
}
		
img {
	border: 0px;
}

/* Paddings */
option { padding-left: 0.4em }
ul, ol, dl { margin: 0 0 1em 1em }
li { margin-left: 1.5em;  }
dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }
blockquote { margin: 0 0 1em 1.5em; }


/*=-=-=-=-=-=-Global Layout Elements=-=-=-=-=-=-*/

#outer {
	border:0px solid #DDDDDD;
	position:relative;
	left:50px;
	width:900px;
}
		
#head {
	width:900px;
	height:70px;
	z-index:30;
	position:relative;
	border:0px solid #DDDDDD;
	background-position:right top;
	background-repeat:no-repeat;
	background-image: url(headerbg.png);
}

#divimg{
	left:0px;
	bottom:5px;
	z-index:30;
	position:absolute;
	}

#trailer{
	height: 150px;
}

/*IE hack*/
* html #trailer{margin-bottom:-3px;}	
*+html #trailer{margin-bottom:-3px;}	 

.clearer {
	clear: both; 
}

#footer_toolbar { 
	height:20px;
	margin-top:20px;
	text-align:left;
}

#footer { 
	margin: 0px;
	margin-bottom:0px;
	padding: 10px 0 10px 0;
	color: #CCCCCC;
	font-size:10px;
	word-spacing: 1px;
	text-align: center;
	border-top:1px solid #e1e1e1;	
	background-color: #FFFFFF;
}


#footer li {
	list-style:none;
	display:inline;
	padding-left:5px;
}

#footer ul {
	margin:0px;
	padding:0px;
}

#footer a {
	font-weight:normal;
	text-decoration:none;
	color: #CCCCCC;
}

.infobox {
	background-color: #EFEFEF;
	float: right;
	width:150px;
	border-top:1px solid #DDDDDD;	
	margin:2px;
	padding:1px;
}
.infobox h2{
	font-size: 18px;
	color: #CCCCCC;
	font-weight: bold;
	letter-spacing: 6px;
	padding: 0px;
	margin: 0px;

}
.infobox p{
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

/* form */

fieldset,.csc-mailform fieldset {
	border:1px solid #EEEEEE;
	padding:5px;
}

legend {
	border:1px solid #eeeeee;
	text-align:right;
	color:#aaa;
	padding:2px;
	margin: 10px 0px 10px 0px;
}

label,.csc-mailform-field label{
        width: 10em;
        float: left;
        text-align: left;
        display: block;
	vertical-align:middle;
}

input.form_text,form_textarea,textarea,.csc-mailform-field input,select{
	border:0px;
	border-bottom:1px solid #CCCCCC;
	font-size:11px;
	margin-bottom: 7px;
	vertical-align:middle;
	
}

input.form_text {
	width: 250px;
}

input.form_text:hover,form_textarea:hover,textarea:hover,.csc-mailform-field input:hover {
	border-bottom:1px solid #CCCCCC;
	background-color: #F9F9F9;
}

input.form_text:focus, form_textarea:focus,textarea:focus.csc-mailform-field input:focus {
	border-bottom:1px solid #CCCCCC;
	background-color: #F1F1F1;
}

input.form_button,input.csc-mailform-submit{
	background-color:#eeeeee; 
	border:1px solid #bbbbbb; 
	color:#000000; 
	width: 10em;
	margin: 10px 0px 10px 0px;
}
input.csc-mailform-submit:hover{
	background-color:#F9F9F9; 
	border:1px solid #bbbbbb; 
}
input.csc-mailform-submit:focus{
	background-color: #F1F1F1;
	border:1px solid #bbbbbb; 
}

textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
}

dd.csc-textpic-caption{
	font-size: 10px;
	font-weight: bold;
}

#map_container{
	text-align:center;
}

#map_container p{
text-align:left;
}


.timetable {
	border:1px;
	width:565px;
	font-size:1em;
}

.timetable .head{

	font-weight:bold;
	text-align: center;
}


.timetable .eventitem {
	padding:10px;
}

.timetable .brake {
	text-align: center;
	padding:3px;
}


.timetable th{
	vertical-align:top;
	text-align: left;
	background-color: #ccc;
	background-image:url(fbghover.jpg);
	padding:5px;
	border-bottom:1px solid #ddd;	
}
.timetable td{
	border-bottom:1px solid #ddd;	
}
.timetable em{
	font-size:0.9em;
}

/*=-=-=-=-=-=-FCE  Styles=-=-=-=-=-=-*/

#job {
	background-image: url(jobbg.png);
	background-position:center;
	background-repeat:no-repeat;
}

#job h1 {
	padding:0px;
	padding-left:100px;
	font-size: 18px;
	color:#000000;
	margin:0px;
	margin-top:20px;
	font-style: italic;
}

#job h2 {
	padding:0px;
	padding-left:100px;
	font-size: 14px;
	color:#000000;
	margin:0px;
	margin-top:0px;
	margin-bottom:20px;	
	font-style: italic;
}

#job img {
	float:right;
}


.contenttable  {
	margin-left:25px;
	border:1px solid #EEEEEE;
	width:90%;
	
}
.contenttable   th{

 	text-align:left;
 	font-size: 11px;
 	background-color: #ccc;
 	
}

.contenttable  td{
	border-bottom:1px solid #EEEEEE;	
	border-top:1px solid #EEEEEE;
	border-left:1px solid #F9F9F9;
	padding:2px;
	vertical-align:top;
	
 }

.contenttable   td.job_title{

	padding:5px;
	
}

.contenttable  td.job_location{
	
	width:200px;
}



.topic_left td.td-0 {
	width:130px;
	background-color: #ccc;
	background-image:url(fbghover.jpg)
	
}

.dam_download-browsebar{
	width:90%;
	margin:10px;
}


.dam_downloads-list td{
	padding:10px 0px 10px 0px;
	
}

.docthumb {
	vertical-align:top;
	
}
.docthumb img {
	border:1px #ccc solid;
	padding:3px;
	margin:5px;
}
.infotable {
	vertical-align:top;
	margin:10px;
	
}
.infotable th{
	font-size:0.8em;
	color:#ccc;
	padding-right:5px;
	vertical-align:top;
}
.infotable td{
	padding:0px;
}

.aleft{
	text-align:left;
}

#job_bewerben {
	padding:20px;
}

#job_bewerben {
	padding:20px;
}

.fce_cols {
	width:100%;
}
.fce_cols td{
	border: 1px solid #eee;
}



/*=-=-=-=-=-=-Toolbar Menu=-=-=-=-=-=-*/
#tools{
	background-image: url(fbg.jpg);
	margin:0px;
	width:150px;
	text-align:center;
	margin-bottom:10px;
}

#toolbar {
	padding-top:10px;
}

#toolbar img{
	margin:0px;
	padding:0px;
	border:0px;
}

#toolbar a{
	margin:0px;
	padding:0px;
	border:0px;
}

.langbar {
	padding:4px;
}

.langbar span{
	height:10px;
	font-weight:bold;
	width:10px;
	padding: 4px;
}
	
.l_nv  {
	color:#bbb;
}

.l_no a{
	color:#333;	
}
.l_no a:hover {
	color:#EC3E37;
	text-decoration: none;
}

#toolbar img{
	margin:0px;
	padding:0px;
	border:0px;
}

#toolbar a{
	margin:0px;
	padding:0px;
	border:0px;
}

#search {
	padding:0px 0px 30px 0px;
	background-image: url(ftoolsbg.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
}

#search #field{
	border:1px solid #CCCCCC;;
	border-right:0px;
	width:100px;
	height:14px;
	padding:0px;
	margin:0px;
	vertical-align:middle;
	background-image: url(fsearch.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

#search #button{
	border:0px;
	padding:0px;
	margin:0px;
	vertical-align:middle;
}

/*=-=-=-=-=-=-MENU Top=-=-=-=-=-=-*/
#divbar{	
	margin:0px;
	right:0px;
	bottom:0px;
	z-index:30;
	position:absolute;
}

#menu ul{
	height:30px;
	margin:0px;
	padding:0px;
	margin-left:0px;
	position:absolute;
	margin-top:1px;	
}
	
#menu li ul{
	visibility:hidden;
	}

#menu li{
	list-style:none;
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
	
}
	
#menu li li{
	width:100px;
	display:block;
	float:none;
}

* html #menu li li{
	display:inline;
}

#menu li a{
	font-size:11px;
	width:70px; 
	text-align:center;
	background-color: #C4C4C4;
	color:#555555;
	display:block;
	text-decoration:none;
	padding:7px ;
	background-image: url(divnavbg.png);
	background-position:left top;
	background-repeat:repeat-x;
	border-bottom:2px solid #C4C4C4;
	border-right: 1px solid #BBBBBB;
}
	
#menu li li a{
	width:100px;
	padding:4px;
	text-align:left;
	margin:2px;
	border:0px;
	background-image: none;
	-moz-opacity:0.8;
	filter:Alpha(opacity=80, finishopacity=80, style=1);
	opacity:.80;
}
	
#menu li a:hover{
	background-color: #CCCCCC;
	border-bottom:2px solid #D3373B;
}
	
#menu li li a:hover{
	border-bottom:0px;
	background-color: #CCCCCC;  
}	

#menu li a.active{
	border-bottom:2px solid #D3373B;
}

#menu li li a.active{
 	color: #D3373B;
	border:0px;
}
 
/* for a mozilla better display with key nav */
#menu a:focus{
	background-color: #888888;
}

#menu .spacer{
	width:53px;
	height:30px;
}

/*=-=-=-=-=-=-MENU Left=-=-=-=-=-=-*/

#featured ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
	background-image: url(fbg.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}

#featured li ul{
	margin-left:13px;
}

#featured li {
	padding:0px;
	margin:0px;
}
	
* html #featured li{
	display:inline;
}

#featured li a {
	font-size:11px;
	color:#7b0000;
	text-decoration:none;
	display:block;
	padding:4px;
	padding-left:10px;
	padding-right:0px;
	border-bottom:1px solid #bbb;
}

#featured li li a {
	border-left:1px solid #bbb;
}

#featured li a:hover{
	padding-left:10px;
	color:#ee373B;
	background-image: url(fbghover.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}

#featured a.active {
	padding-left:10px;
	color:#c0373B;
}

#featured .spacer {
	border-bottom:1px solid #ccc;
	padding:10px 0px 2px 10px;
	margin:0 0 3px 0;
	font-weight:bold;
	font-size:11px;
	color:#333333;
}


/*per template*/

#content_center ul, #content_left ul, #content_right ul{
	list-style-image: url(ul.png);
	
}

/*=-=-=-=-=-=-News=-=-=-=-=-=-*/

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:0px;
	border:0px solid #EFEFEF;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	margin-top:-3px;
	padding:0px;
	margin-bottom:10px;
}

.news-latest-container H3 {
	padding:0px;
	margin:0px;
	margin-bottom:2px;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
	color:#333333;
}

.news-latest-item {
	padding:5px;
	margin:4px 0px;
	text-align:left;
	border:1px solid #e1e1e1;
	background-color:#FCFCFC;
	
	
}

.news-latest-item .bodytext {
	font-size:0.8em; 
}

.news-latest-item h3 {
	font-size:0.9em; 
}

.news-latest-item img {
	text-align:center;
}

.news-latest-date{
	font-size: 0.8em; 
	text-align: right;
	color:#BBBBBB;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}


/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	

}

.news-single-img {
	float: right;
	margin-left:5px;

}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}


.news-single-timedata {
	font-size: 0.8em; 
	float: right;
	color:#BBBBBB;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {

}

.news-single-additional-info {
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {

	margin:0px;
	margin-bottom: 3px;
	padding:3px;

}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

#cache {
	position:absolute;
	top:0px;
	right:0px;
	font-size:0.6em;
	color:#ddd;
}

