/* CSS Document */

.OpenTask {
color:#aaaaaa;
}

/*  fonts  */

body {
margin: 0px;
margin-top: 0;
margin-left: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3e3e3e;
background-color: #FFFFFF;
padding-top: 0px; 
padding-left: 0px;
height: 100%;
} 

.body {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3e3e3e;
} 

a.body:link {color: #3e3e3e; } 
a.body:visited {color: #3e3e3e;} 
a.body:hover {color: #FFB300; }

.bodybold {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3e3e3e;
font-weight: bold;
}
a.bodybold:link {color: #3e3e3e; } 
a.bodybold:visited {color: #3e3e3e;} 
a.bodybold:hover {color: #FFB300; }

.nav {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
color: #5a5a5a;
}

a.nav:link {color: #3e3e3e; text-decoration: none;} 
a.nav:visited {color: #3e3e3e; text-decoration: none;} 
a.nav:hover {color: #FFB300; text-decoration: none;}

.headline1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #5E5E5E;
} 

.subline {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #5E5E5E;
} 

.subhead {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #5a5a5a;
font-weight: bold;
line-height: 25px;
} 

.caption {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #878787;
text-align: left;
} 
a.caption:link {color: #6496CD; } 
a.caption:visited {color: #878787;} 
a.caption:hover {color: #FFB300; }

/*  hellblauer link für infoboxen, separat zu ändern  */

.link {
font-family: Arial, Helvetica, sans-serif; text-decoration: none;
font-size: 11px;
color: #3e3e3e;
} 

a.link:link {color: #6496CD; text-decoration: none;} 
a.link:visited {color: #6496CD; text-decoration: none;} 
a.link:hover {color: #FFB300; text-decoration: underline;}

.linkfett {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #3e3e3e;
	font-weight : bold;
} 
a.linkfett:link {
	color: #3e3e3e;
	text-decoration: none;
} 
a.linkfett:visited {color: #3e3e3e; text-decoration: none;} 
a.linkfett:hover {color: #FFB300; text-decoration: underline;}


/*  background colors */

.bodycolor { background-color: #FFFFFF}

.TDwhite { background-color: #FFFFFF}

.TDgrey0 { background-color: #f2f2f2}

.TDgrey1 { background-color: #d2d2d2}

.TDgrey2 { background-color: #b4b4b4}

.TDgrey3 { background-color: #9b9b9b}

.TDgrey4 { background-color: #878787}

.TDgrey5 { background-color: #6e6e6e}

.TDgrey6 { background-color: #5a5a5a}

.TDorange { background-color: #FFB300}

.TDorange1 { background-color: #FFD97F}

.TDorange2 { background-color: #FFF7E6}

.TDblue { background-color: #00377B}



/*  form elements  */

.input {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 10px;
	border: 1px solid #d2d2d2; 
	background-color: #f2f2f2;
	}
	
.inputContact {
	font-family: Arial, Helvetica, sans-serif;

	color: #3e3e3e;
	font-size: 10px;
	border: 1px solid #d2d2d2; 
	background-color: #ffffff;
	}

li {
	list-style-type: square;
	margin-left: -20px;
	list-style-image: url(/global/image/design/list_tag/square_grey_7x7.gif);
}
li.squareOrange {
	list-style-image:url(/global/image/design/list_tag/square_orange_7x7.gif);
	margin-bottom: 5px;
}




/* MENU links */

.menuItem  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a5a5a;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #f2f2f2;
	padding: 5px 2px 5px 6px;
	}
	
.menuItem_up  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a5a5a;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #f2f2f2;
	padding: 5px 2px 5px 6px;
	}

.menuItem_on  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a5a5a;
	background-color: #e2e2e2;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-top: 1px solid #ffb300;
	padding: 5px 2px 5px 6px;
	}

.menuItem_sub  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5a5a5a;
	text-decoration: none;
	}

.menuItem_sub_last  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5a5a5a;
	text-decoration: none;
	display: block;
	background-color: #e2e2e2;
	padding: 5px 2px 5px 11px;
	border-bottom: 1px solid #ffb300;
	}

a.menuItem:hover {	
		color: #5a5a5a;
		}

a.menuItem_up:hover {	
		color: #ffb300;
		}

a.menuItem_sub:hover {	
		color: #ffb300;
		}
		
		
/*  formatierung für topnav mit horizontalen linien */

.TDtopnav {
	border-top: 1px solid #FFB300; 
	border-bottom: 1px solid #FFB300; 
	background-color: #FFb300;
	}
	
	
	
/*  formatierung für seitenaufbau mit vertikalen linien */

.TDcontent {
	border-left: 1px solid #b4b4b4; 
	border-right: 1px solid #b4b4b4;
    background-color: #FFFFFF
	}
	
/*Formatierung der Startseitengrafik */

#container {
width:576px;
height:417px; 
margin: 5px 30px 0 0;
border-top:2px solid #B6B6B6; 
border-right:2px solid #B6B6B6; 
border-bottom:25px solid #B6B6B6; 
border-left:2px solid #B6B6B6; 
background-color:#F5F5F5;
}

.box{
width:553px; 
height:125px; 
margin:10px; 
border-top: 1px solid #777;
border-left: 1px solid #777; 
border-right: 2px solid #777; 
border-bottom: 5px solid #777;
background-color:#FFF;
}

.title{
display:block; 
height:15px; 
padding:5px;
background-color:#B6B6B6;
font-weight:bold; 
color:#333333; 
font-size:12px;
}

#title{
display:block; 
height:15px; 
padding:5px;
font-weight:bold; 
color:#333333; 
font-size:12px;
}


/*  formatierung für footer */

.footer {
	background-color: #FFB300;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #5A5A5A;
	margin-right:10px;
	}
	
a.footer:link {color: #5A5A5A; text-decoration: none;} 
a.footer:visited {color: #5A5A5A; text-decoration: none;} 
a.footer:hover {color: #FFFFFF; text-decoration: none;}


/*  formatierung für news-bilder*/

.HomeNewsImageLeft {
	width: 60px;
	margin-right: 10px;
	border:0px;
	}
	
.NewsImageLeft {
	width: 60px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.NewsImageRight {
	width: 60px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
	
/*  formatierung für PDF icons*/

.PDFleft {
	width: 70px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.PDFright {
	width: 70px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}


/*  formatierung für boxen im contentbereich */

/*  headline für box */
.TDboxhead {
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #FFB300; 
	border-left: 1px solid #FFB300; 
	border-right: 1px solid #FFB300; 
	background-color: #b4b4b4;
	height: 20px;
	padding: 6px;
	}

.TDboxheadright {
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size: 11px;
	font-weight: bold;
	/* border-top: 1px solid #FFB300; 
	border-left: 1px solid #FFB300; */
	border-right: 1px solid #efefef;
	background-color: #efefef;
	height: 20px;
	padding: 6px;
	}
	
.TDboxhead_noline {
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size: 11px;
	font-weight: bold;
	/*
	border-top: 1px solid #FFB300; 
	border-left: 1px solid #FFB300; 
	border-right: 1px solid #FFB300; 
	*/
	background-color: #b4b4b4;
	height: 20px;
	padding: 6px;
	}

/*  content für box */
.TDboxcontent {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 11px;
	border: 1px solid #FFB300; 
	background-color: #f5f5f5;
	padding: 6px;
	}

.TDboxcontentweiss {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 11px;
	border: 1px solid #FFB300; 
	background-color: #ffffff;
	padding: 6px;
	}
	
.TDboxcontent_noline {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 11px;
	/* border: 1px solid #FFB300; */
	background-color: #ffffff;
	padding: 6px;
	}
	
.TDboxcontent2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 11px;
	border-left: 1px solid #FFB300;
	background-color: #f5f5f5;
	padding: 6px;
	border-bottom : 1px solid #FFB300;
	border-top : 1px solid #FFB300;
	}

.TDboxcontentright {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 11px;
	/* border-left: 1px solid #FFB300; */
	background-color: #ffffff;
	padding: 6px;
	/* border-bottom : 1px solid #FFB300;*/
	/* border-top : 1px solid #FFB300;*/
	}
	
.TDboxcontent3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 11px;
	}
	
.TDboxcontentblank {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 11px;
	border: 1px solid #FFB300; 
	background-color: #ffffff;
	padding: 6px;
	}
	
/*  topic 1 news teaser  */
.TDnewsTeaser {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 11px;
	border-bottom: 1px solid #b4b4b4;
	}
	
/*  topic 3 event teaser */
.TDeventTeaser {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 10px;
	border-bottom: 1px solid #b4b4b4;
	}
	
	/*  topic 2 company teaser  */
.TDcompanyTeaser {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 11px;
	border-bottom: 1px solid #b4b4b4;
}
	
/*  formatierung für boxen home */
	
/*  home news-box */
.TDhomeNews {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 11px;
	background-color: #f5f5f5;
	padding: 10px;
	border-bottom: 1px solid #FFB300;
	}
	
/*  home presseservice-box */
.TDhomePresse {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 11px;
	background-color: #f2f2f2;
	padding: 10px;
	}
		
/*  home newsletter-box */
.TDhomeNewsletter {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 11px;
	background-color: #f2f2f2;
	padding: 10px;
	}

/*  page content newsletter-box */
.TDNewsletter { 
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 11px;
	border: 1px solid #FFB300;
	padding: 6px;
	}
	
/*  home messe-box */
.TDhomeMesse {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 11px;
	padding: 10px;
	border-bottom: 1px solid #FFB300; 
	}

.TDhomeMesse {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 11px;
	padding: 10px;
	border-bottom: 1px solid #FFB300; 
	}

/*  home messe-box wenn ganz unten */
.TDhomeMesseLast {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 11px;
	padding: 10px; 
	}
	
/*  home special-box */
.TDhomeSpecial {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 11px;
	padding: 10px;
	border-bottom: 1px solid #FFB300;
	background-color: #F5f5f5; 
	}

	
/*  formatierung für adress boxen */

.TDeventhead {
	color: #5a5a5a;
	font-weight: bold;
	background-color: #f2f2f2;
	height: 15px;
	padding: 10px;
	border-top: 1px solid #ffb300;
	}


/*  headline für box OHNE linie unten */
.TDadressheadContact {
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size: 11px;
	font-weight: bold;
	background-color: #f2f2f2;
	height: 20px;
	padding: 10px;
	}
	
/*  headline für box MIT linie unten */
.TDadressheadContactLine {
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size: 11px;
	font-weight: bold;
	background-color: #f2f2f2;
	height: 20px;
	padding: 10px;
	border-bottom: 1px solid #FFB300; 
	}

.TDroute {
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size: 11px;
	font-weight: bold;
	background-color: #f2f2f2;
	height: 20px;
	padding: 10px;
	border-bottom: 1px solid #FFB300; 
	border-top: 1px solid #FFB300; 
	}
	
/*  headline mit region */
.TDadressheadRegion {
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top: 1px solid #FFB300; 
	}

/*  personenangaben */
.TDadressContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 10px;
	}

/* TDnewsletterhead */

.TDnewsletterhead {
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size: 11px;
	background-color: #f2f2f2;
	border-top: 1px solid #FFB300; 
	}

.headline2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #5E5E5E; }
.TDhomeNewsContent { font-family: Arial, Helvetica, sans-serif; color: #3e3e3e; font-size: 11px; background-color: #f5f5f5; }

.date {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #3e3e3e;
} 


img {
border:none;
}


img.teaser {
	border: 0;
	float: left;
	margin: 0px 4px 0px 0px;
}

/* Beginn Style-Angaben Navigation Seitenkopf */
.headnav {
	/*
	position: absolute;
	top: 90px;
	left: 180px;
	width: auto;
	height: 19px;
	border-top: 1px solid #ffb300;
	border-bottom: 1px solid #ffb300;
	margin: 0px;
	padding: 3px 5px 0px 5px;
	z-index: 6;
	*/
	padding: 2px 6px 2px 6px;
	font-size: 11px;
	color: #3e3e3e;
	background: #ffffff;
	
}

.headnav a {
	color: #3e3e3e;
	text-decoration: none;
}

.headnav a:visited {
	color: #3e3e3e;
	text-decoration: none;
}

.headnav a:hover {
	color: #ffb300;
	text-decoration: none;
}
/* Ende Style-Angaben Navigation Seitenkopf */

/* Temp */

#head {
  width: 949px;
  height: 80px;
  padding: 0px;
}

/*
.logo {
	float: left;
	width: 180px;
	height: 50px;
	border: 0px;
}
*/
img.logo {
	float: left;
	width: 269px;
	height: 54px;
	margin: 16px 16px 16px 16px;
	border: 0px;
}


.search {
	position:relative;
	float:right;
	width: 170px;
	padding:25px 5px 0px;
	margin: 0px;
}

.topnav {
	position: absolute;
	border-top: 1px solid #FFB300; 
	border-bottom: 1px solid #FFB300; 
	background-color: #FFb300;
	padding: 0px;
	height: 18px;
	width:951px;
	}
	
	
.topnav a {
	padding: 2px 6px 2px 6px;
	color: #3e3e3e;
	font-size: 11px;
	background: #ffffff;
	text-decoration: none;
	float:left;
}

.topnav a:visited {
	color: #3e3e3e;
	text-decoration: none;
}

.topnav a:hover {
	color: #FFb300;
	text-decoration: none;
}

.headnav2, a.headnav2 {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	margin: 2px 10px;
	padding: 0px;
	float:left;
	width:44px;
	background-color: #FFb300;
}

a.headnav2:visited {
	color: #ffffff;
	text-decoration: none;
}

a.headnav2:hover {
	color: #5A5A5A;
	text-decoration: none;
}

#div_tmp {
  width: 951px;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  margin: 10px auto;
  /*margin:0 auto;*/
  overflow:hidden;
}

#footer {
  position: relative;
  clear:both;
  background-color: #FFB300;
  padding: 3px 190px;
  margin-left:0px;
}

/*  Adressen */

.adressheadContact {
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size: 11px;
	font-weight: bold;
	background-color: #f2f2f2;
	padding: 10px;
	margin: 0px;
	}

.adressheadRegion {
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top: 1px solid #d4d4d4;
	padding: 10px 10px 0px;
	margin: 0px;
	}

.adressContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 0px;
	}

.menuItem, .menuItem_sub  {
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	text-decoration: none;
	display: block;
}

.menuItem  {
	font-size: 11px;
	font-weight: bold;
	background-color: #f2f2f2;
	padding: 10px 0px 0px 6px;
	width: 175px;
	}

.menuItem_sub  {
	font-size: 10px;
	padding: 10px 10px 0px 10px;
	}

a.menuItem:hover {	
	color: #5a5a5a;
	}

a.menuItem_sub:hover {	
	color: #ffb300;
	}
	
.specialteaser {
	position:absolute;
	padding:1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	text-decoration: none;
	display: block;
}

a.specialteaser:hover {	
		color: #ffb300;
		}
		


