html, body {
	background: url(../img/page_bg.jpg) repeat-x;
	color:#606060;
	font-family:Arial,sans-serif;
	font-size:12px;
	margin:0pt;
}

/* BREADCRUMP  */

#content #breadcrump {
	margin:0;
	padding:0;
	font-size: 10px;

}

#content #breadcrump a {
	color: #0066CC;
	text-decoration: none;
}

#content #breadcrump a:hover {
	color: #3399CC;
	text-decoration: underline;
}

/* ENDE BREADCRUMP */

/* PAGE */

#page {
	width:924px;
	margin: 0 auto;
	
}

/* ENDE PAGE */

/* HEADER */

#header {
	background:transparent url(../img/header_bg.jpg) no-repeat scroll 0pt;
	float:left;
	height:192px;
	padding:0px 12px 12px;
	width:900px;
}

/* HEADERMENU

enthält folgende Menüs: 

-	Language Menu, zum umschalten der de/en-Version der Webseite (
-	Top Menu, mit folgenden Links: Home | Aussteller | Presse | Sitemap
-	Top Suche, die Webseitensuche

*/

#headermenu {
}



/* Metanavigation */

#topmenu {
	float:left;
	width: 275px;
	margin-left: 280px;
}
#topmenu ul {
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px;
	margin-left:36px;
}
#topmenu ul li {
	font-size: 11px;
	display:inline;
	margin-right: 3px;
}
#topmenu ul li a {
	color: #fff;
	text-decoration: none;
}
#topmenu ul li a:hover {
	color:#fff;
	text-decoration: underline;
}
#topmenu ul li.trenn {
	display:inline;
	padding-left:5px;
	padding-right:5px;
	color: #fff;
}

/* Ende Metanavigation */

/* Webseitensuche

die mehrsprachigen Buttonsn für die Suche ("suche" "search") sind mit einer eigenen Klasse
- .search_input - belegt. Diese Klasse ist in eigenen Stylesheets (de.css, bzw. en.css) definiert, um
den Suchbutton auf die jeweilige Sprache anpassen zu können.

 */

#topsuche {
	width: 186px;
	padding-left: 150px;
	float:left;
}

.search_input {

	color: #fff;
	width: 56px;
	margin-top: 3px;
	
	font-size: 11px;
	background: url(../img/suchen.gif) 0 0 no-repeat;
	border: 0px;
	float: left;
	margin-left: 25px;
	cursor: pointer;
}




/* Ende Webseitensuche */

/* ENDE HEADER  */


/* Main Container

Der main div container enthält die drei Hauptspalten des Layouts:

-	links, Navigationsmenu mit erster und zweiter Navigation
- 	content, Breadcrumpnavigation, Contenttexte und den Contentfooter mit Drucken, PDF, Seite versenden Funktionen
-	rechts, die rechte Spalte mit allen Seitenelementen

 */

#main {
	clear:both;
	background-color:#FFFFFF;
	float:left;
	padding:0px 12px 12px;
	width:900px;
	background: url(../img/main_bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

/* Navigation */

#links {
	float:left;
	margin-right:24px;
	margin-top: 15px;
	width:156px;
	line-height:2.2em;
}
#links ul {
	font-size: 12px;
	color: #0055a4;
	margin-left:0;
	padding-left: 5px;
	list-style-type: none;
}

#links ul li {
	/*background-image:url(../img/nav_bg.jpg);*/	
}

#links li a:hover {
	background-color: none;
	color: #fff;
	background-image:url(../img/nav_h_bg.jpg);
}
#links li a {
	font-size: 12px;
	padding-left: 10px;
	padding-top: 5px;
	color: #666;
	height: 32px;
	display: block;
	text-decoration:none;
	background-image:url(../img/nav_bg.jpg);
	background-repeat: no-repeat;
	background-color: #f6f3f2;
}

/* ZWEITE NAVIGATIONSEBENE */

#links ul.level2 {
	margin:0;
	padding-top:0;
	padding-left:0;
}

#links ul li ul.level2 li {
	border:0;
	
}

#links ul.level2 li a {
	color: #0066CC;
	font-size: 11px;
	padding-left: 15px;
	height: 20px;
	padding-top:0;
	padding-bottom: 2px;
	background-image: none;
	background-color: #FFFFFF;
	/*background-image:url(../img/nav2_bg.jpg);
	background-repeat: no-repeat;*/

}
#links ul.level2 li a:hover {
	color: #7cac23;
	background-image: none;
	background-color: #efefef;
	/*background-image:url(../img/nav2_h_bg.jpg);
	background-repeat: no-repeat;*/	
}
#links ul.level2 li.active a {
	color: #0066CC;
	padding-left: 15px;
	padding-top:0;
	background-image: none;
	text-decoration: underline;
	/*background-image:url(../img/nav2_bg.jpg);*/
}
/* Ende ZWEITE NAVIGATIONSEBENE */


/* Ende Navigation */

/* Content */


#content {
	width: 468px;
	float:left;

	
	font-size:12px;
	
}
#content img {
	margin-bottom: 10px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	padding: 3px;

}
#content p {
	line-height:1.6em;
	}
#content address {
	font-size: 9px;
	font-style: normal;
	margin-bottom: 5px;
}
#content address a {
	color: #606060;
	text-decoration: none;
}
#content h1 {
	font-size: 20px;
	color: #0065a3;
	font-weight:100;
	width: 468px;
	clear: both;
	padding-top: 25px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 4px;
	margin-bottom: 15px;
}
#content h2 {
	font-size: 15px;
	color: #9eb316;
	padding-bottom:8px;
	border:0px #f0f0f0 solid;
	border-bottom-width: 1px;
	font-weight: bold;
	margin-bottom:5px;
	clear: both;
}
#content h3 {
	font-size: 13px;
	color: #333;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;

}

#content p a, #textundbild h3 a, #textundbild div a {
}
#content p a {

	background-image:url(../img/textundbild_a_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-left: 3px;
	text-decoration: underline;

	
}
#content .news-list-item h3  {

	border-bottom: none;
	padding-bottom: 0;
	margin:0;

}
#content .news-list-item h3 a {

	color: #333;
	text-decoration: underline;

}

#content .news-list-item h3 a:hover {

	color: #ff0000;
	text-decoration: underline;
	
}

#content p a:hover {
	text-decoration:underline;
}
#content p img {
	
}

#content a {
	color: #333;
	text-decoration: none;


}
#content a:hover {
	color: #000;
	text-decoration: underline;


}
#content #contenttext div.news-list-morelink a {
	color:#fff;
	text-decoration: none;
	display: block;
	padding-left: 14px;
	margin-top: 5px;
	width: 200px;
	background-color: #efefef;
	background: url(../img/news_more_link_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#content #contenttext div.news-list-morelink a:hover {
	color:#fff;
	text-decoration: underline;

	background: url(../img/news_more_link_h_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#contenttext {
	font-size:12px;
	margin-right:12px;
	padding-right:24px;
	width:468px;
	background: url(../img/contentext_bg.jpg);
	background-repeat: repeat-y;

}
#contenttext li {


	list-style-image: url(../img/li_bg.jpg);
	margin-bottom: 10px;
	padding-left: 10px;

	font-weight: bold;
}
#contenttext a {
	color:#009999;
	text-decoration: underline;


}


/* CONTENTFOOTER */

#contentfooter {



}
/* Siteactions

mit Funktionen PDF, DRUCKEN, SEITE VERSENDEN,

  */

.siteactions {

	


}

.siteactions ul {


	clear: both;
	margin-left: 0px;
	padding-left: 0px;

		
}

.siteactions ul li {
	list-style: none;
	float: left;
	
}

#content .siteactions ul li a {
	display: block;
	color: #999;
	font-size: 11px;
	margin-right: 7px;
	padding-left: 20px;
	text-decoration: underline;

}
#content .siteactions ul li a:hover {

	color: #ff0000;
	text-decoration: underline;


}

/* Siteactions Klassen für die einzelnen Links mit Icons */

.siteactions .printlink {
	background-image:url(../img/siteactions_print.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.siteactions .pdflink {
	background-image:url(../img/siteactions_pdf.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.siteactions .recommendlink {
	background-image:url(../img/siteactions_tipafriend.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



/* ENDE Siteactions  */

#toplink {
	text-align: right;
	clear: both;

}

#content #toplink a {
	color: #999;
	background-image:url(../img/toplink_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;

}

#content #toplink a:hover {
	color: #ff0000;
	text-decoration: underline;


}

/* Ende Content */

/* Rechte Spalte Contentmodul */

#rechts {
float:right;
margin-top: 15px;
width:207px;
font-size: 11px;
}
#rechts h1 {
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	height: 38px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-top: 6px;
	background-image:url(../img/h1_contentmodul_bg.jpg);
	background-repeat:no-repeat;	

}

#rechts p {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #efefef;
	padding-bottom: 5px;
	margin-bottom: 5px;


}

#rechts ul.download li {
	clear: both;
}
#rechts .news-latest-container {
	font-size: 11px;
}
#rechts .news-latest-container p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
#rechts .news-latest-container .news-latest-item p {
	margin: 0;
	padding: 0;
	margin-top: 3px;
}
#rechts .news-latest-container .news-latest-item p a {
	color: #ff0000;
}
#rechts .news-latest-container .news-latest-item h3 a {
	height: 18px;
	padding: 0;
	margin-top:0pt;
	font-size: 14px;
	color: #3399FF;
	text-decoration: none;
	/*background-image:url(../img/rechts_news_icon.jpg);
	background-repeat:no-repeat;
	background-position: left;
	padding-left: 20px;
	font-weight: 100;*/
	text-decoration: underline;
}

#rechts .news-latest-container .news-latest-item h3 a:hover {
color: #FF3300;

}

/* Ende Rechte Spalte Contentmodul */

/* Seitenfuss */

#footer {
	float: left;
	color:#606060;
	font-size:11px;
	background-image:url(../img/footer_bg.jpg);
	background-repeat:no-repeat;
	height:157px;
	line-height:24px;
	padding:0pt 12px 0pt 30px;
	vertical-align:middle;
	width:900px;
}

#footerlinks {
	float:left;
	width:666px;
	margin-top: 40px;
	margin-left: 5px;
}
#footermenu {
	float:left;
	width:200px;
	padding-left:30px;
	margin-top: 40px;
}
#footermenu ul {
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px;
}
#footermenu ul li {
	display:inline;
}
#footermenu ul li.trenn {
	display:inline;
	padding-left:5px;
	padding-right:5px;
}
#footermenu a {
	color:#606060;
	text-decoration:underline;
}
#footermenu a:hover {
	color: #66CC33;
	text-decoration:underline;
}

/* Ende Seitenfuss */


dd.csc-textpic-caption {
	font-size: 11px;
	background-color: #f6f6f6;
	color: #333;
	margin-top: 0px;
	padding: 3px;
}
.news-list-date {

	display: none;

}

.news-single-timedata {
display: none;
}

/* HIER KOMMT ALTES CSS */
div.news-latest-item h3 {
	margin-bottom:0px;
	margin-top:5px;
	font-size: 11px;
	color: #ff0000;
}
#rechts div.news-latest-item {
	margin: 0;
	padding: 0;
}
csc-textpic-caption { display:block; }

div.news-latest-item {
	margin-bottom:10px;
}
div.news-latest-item h3 {
	color:#ff0000;
	font-size: 14px;
}
div.news-latest-item a, div.news-latest-item h3 a {
	color:#ff0000;
	font-size: 11px;
	padding-left: 5px;
	
}
div.news-latest-item a:hover {
	text-decoration:none;
}
div.news-latest-item img {
	border:none;
}
div.news-latest-item div.news-latest-date a {
	text-decoration:none;
}
div.news-latest-item div.news-latest-date a:hover {
	text-decoration:none;
}

/* ÜBERSCHRIFTEN DER ARTIKEL IM NEWS BEREICH */

div.news-list-item h3 {
	color:#ff0000;
	font-size: 14px;
	
}
div.news-list-item h3 a {
	color:#ff0000;
	font-size: 14px;
}
ul.download .small {
	font-size:10px;
}
ul.download {
	padding:0;
	margin:0;
	list-style-type: none;
	clear: both;
}



#contenttext ul.download li {
	margin-bottom:20px;
	display: block;
	float: left;
	width: 468px;
	/*border: 1px solid #e4e4e4;*/
	padding: 7px;

	
}

#contenttext ul.download li span.dl_preview img  {
	/*border: 1px solid #efefef;*/
	padding: 5px;
	float: left;

	}
	
#contenttext ul.download li span.dl_preview {


	
}	

#contenttext ul.download li a {
	text-decoration: underline;
	display: block;
	height: 20px;
	padding-top: 5px;


}	
#contenttext ul.download li a:hover {
	color: #ff0000;
	/*background-image:url(../img/download_h_bg.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;*/


}	
#contenttext ul.download li span.dl_pdf {
	float:left;
	background-image:url(../img/pdf_icon.gif);
	background-repeat:no-repeat;
	width:39px;height:43px;
	
}

	
ul.download a {
	color:#606060;
	text-decoration:underline;
}
ul.download a:hover {
	color:#ff0000;
	text-decoration:underline;
}

ul.download li span.dl_pdf {
	float:left;
	background-image:url(../img/pdf_icon.gif);
	background-repeat:no-repeat;
	width:39px;height:43px;
	padding-right:8px;
}
ul.download li span.dl_compressed {
	float:left;
	background-image:url(../img/zip_icon.gif);
	background-repeat:no-repeat;
	width:39px;height:43px;
	padding-right:8px;
}
ul.download li span.dl_vector {
	float:left;
	background-image:url(../img/eps_icon.gif);
	background-repeat:no-repeat;
	width:39px;height:43px;
	padding-right:8px;
}
ul.download li span.dl_image {
	float:left;
	background-image:url(../img/jpeg_icon.gif);
	background-repeat:no-repeat;
	width:39px;height:43px;
	padding-right:8px;
}
ul.download li span.dl_preview {
	float:left;
	width:100px;
	padding-right:8px;
	padding-bottom:10px;
}

/* KALENDER MODUL */

#rechts .calendar-table {
	width:188px;
	margin-bottom:10px;
	font-size: 10px;
}
#rechts .calendar-table td {
	text-align:center;
}
#rechts .calendar-table td a {
	color: #999;
	text-decoration: none;	
}
#rechts .calendar-table td a:hover {
	color: #ff0000;
	text-decoration: underline;
}
#rechts .calendar-table td .linked_day {
	background:#FF3300;
}
#rechts .calendar-table td .linked_today_nolink {
	border:1px solid #bebebe;
	font-weight: bold;
	color: #FF6600;
	background:none;
	padding: 0px;
}
#rechts .calendar_table td .linked_today {
	border:1px solid #333333;
	background:#FF3300;
	padding: 0px;
}

#rechts .calendar-table td, .calendar-table th {
	padding: 0px;
	text-align:center;
	
}

#rechts .linked_day {
background-color:#7E7E7E;
border:1px solid #333333;
color:#FFFFFF;
cursor:pointer;
padding: 0px;
text-decoration:underline;
}

/* Ende KALENDER MODUL */


#contenttext .newsCalendar_listHeader {
	font-size:14px;
	font-family:Arial,sans-serif;
	color: #333;
	font-weight:bold;
	padding-bottom:8px;
	border:0px #f0f0f0 solid;
	border-bottom-width: 1px;
	margin-bottom:24px;
	text-decoration:underline;
}
.tx-ttnews-browsebox, .tx-ttnews-browsebox-SCell {
	background:none;
}

/* NEWS */

#contenttext .news-single-item h2 {
	font-size: 15px;
	color: #9eb316;
	padding-bottom:8px;
	padding-top: 25px;
	border:0px #f0f0f0 solid;
	border-bottom-width: 1px;
	font-weight: bold;
	margin-bottom:5px;
	clear: both;
}

#contenttext .news-single-item h3  {
border-bottom: none;

}

