@charset "UTF-8";
body{ 
	
	/* Schrifteigenschaften */
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight:normal;
	font-style: normal;
	font-size:10pt;

	/* Texteigenschaften */
	line-height: 21px;/* Zeilenh�he normal, Zahl, L�ngenangabe oder Prozentangabe, Inherit*/
	text-align: center; /* Horizontal Ausrichtung left,right,center,justify, Inherit*/
	text-decoration: none;/* Textdekoration none, underline, overline, line-through, blink, Inherit*/
	color: #666666;

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	
	background-color: #ebebeb;
}
/*-----------------------------------------------------------------------------------------------*/
/*
 * Klassen f�r den Header
 */
/*-----------------------------------------------------------------------------------------------*/
div.header {
	/* Groesse */
	width: 100%;
	height: 106px;
	
	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	
	text-align: center; /* Horizontal Ausrichtung left,right,center,justify, Inherit*/

	/*background: top left repeat-x url(../images/header.png);*/
	background-color: #ffffff;
}
div.headerIn {
	/* Ausrichtung */
	left:50%;
	position: absolute;
	visibility: visible;
	
	/* Groesse */
	width: 913px;
	height: 106px;

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px -457px; /*top|right|bottom|lef*/
	
	background: top left no-repeat url(../images/header_logo.png);
}
/*-----------------------------------------------------------------------------------------------*/
/*
 * Klassen f�r die Topnavigation
 */
/*-----------------------------------------------------------------------------------------------*/
div.topMenu {
	/* Groesse */
	width: 100%;
	height: 291px;
	
	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	background: top left repeat-x url(../images/content_header_bg.png);
}
div.topMenuIn {
	/* Ausrichtung */
	left:50%;
	position: absolute;
	visibility: visible;
	
	/* Groesse */
	width: 913px;
	height: 291px;

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px -457px; /*top|right|bottom|lef*/
	
	background: top left repeat-x url(../images/content_header_home.png);

	
}
div.topMenuInLinks {
	float: right;

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 17px 0px 0px; /*top|right|bottom|lef*/
}
div.topMenuInLinks img {

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px -4px; /*top|right|bottom|lef*/

	border: 0;
}
div.topMenuInPic {
	float: left;

	/* Groesse */
	width: 223px;
	height: 291px;
	
}
div.topMenuInTitle {
	float: right;

	/* Groesse */
	width: 690px;
	height: 240px;

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: -6px 0px 0px 0px; /*top|right|bottom|lef*/

}

div.topMenuIn a:link, div.topMenuIn a:visited {
	color:#ffffff; 
	text-decoration:none;
}
div.topMenuIn a:active, div.topMenuIn a:hover{
	color:#999999; 
	text-decoration:none;
}
/*-----------------------------------------------------------------------------------------------*/
/*
 * Klassen f�r den Content
 */
/*-----------------------------------------------------------------------------------------------*/
div.content {
	/* Ausrichtung */
	float: left;
	
	/* Groesse */
	width: 100%;
	height: auto;
	
	/*background-color:#999900;*/
	
}
div.contentIn {
	/* Ausrichtung */
	left:50%;
	position: relative;
	visibility: inherit;
	float: left;
	
	/* Groesse */
	width: 913px;
	height: auto;

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px -457px; /*top|right|bottom|lef*/
	
	background: top left repeat-y url(../images/content_bg.png);
}
div.contentLeft {
	/* Ausrichtung */
	float: left;
	/* Groesse */
	width: 245px;
	height: auto;
	
	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/
	
	/*background-color:#FFCCCC;*/
	
}
div.contentLeft a:link, div.contentLeft a:visited {
	color:#000066; 
	text-decoration:none;
}
div.contentLeft a:active, div.contentLeft a:hover {
	color:#284077; 
	text-decoration:none;
}
div.contentMain {
	/* Ausrichtung */
	float: left;
	
	/* Groesse */
	width: 570px;
	height: auto;
	/*min-height: 570px;*/
	
	/* Rahmen */
	padding: 0px 20px 0px 55px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/
	
	text-align:left;
	color: #666666;
	/*background-color:#996666;*/
}
div.contentMain h1 {
	font-size: 18px;
	
	color:#000000;
}
div.contentMain h2 {
	font-size: 14px;
	text-align:center;
}
div.contentMain node_read_more {
	font-weight: bold;
}
div.contentMain img {

	/*opacity:.70;*/
	/*filter: alpha(opacity=70); 
	-moz-opacity: 1.0;
	border:0px solid black;*/
	
	/* runde Ecken */
	/*-moz-border-radius:5px;
	-khtml-border-radius:10px;*/

	/* Rahmen */
	padding: 10px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/
	
	border: 0;
	
}
div.contentMain p {

	/* Groesse */
	width: 495px;

	/*opacity:.50;*/
	/*filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	border:0px solid black; */
	
	/* runde Ecken */
	/*-moz-border-radius:10px;
	-khtml-border-radius:30px;*/

	/* Rahmen */
	padding: 10px 0px 20px 0px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/
	
}
div.contentMain a:link, div.contentMain a:visited {
	color: #000000;
	text-decoration:none;
	font-weight:bolder;
}
div.contentMain a:active, div.contentMain a:hover {
	color: #444444;
	text-decoration:none;
	font-weight:bolder;
}

div.contentFooter {
	/* Ausrichtung */
	float: left;
	
	/* Groesse */
	width: 100%;
	height: 85px;
	
}

div.contentFooterIn {
	/* Ausrichtung */
	left:50%;
	position: relative;
	visibility: inherit;
	
	/* Groesse */
	width: 913px;
	height: 85px;

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px -457px; /*top|right|bottom|lef*/
	
	background: top left repeat-y url(../images/content_bg.png);
}

div.contentFooterInText {
	/* Ausrichtung */
	float: right;
	
	/* Groesse */
	width: 565px;
	height: 73px;
	
	/* Rahmen */
	padding: 12px 50px 0px 40px; /*top|right|bottom|lef*/
	margin: 0px 6px 0px 0px; /*top|right|bottom|lef*/
	
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	
	color: #7a7a7a;
	
	background-color: #e2e1e1;
}
div.contentFooterInText font {
	color: #000000;
	font-size: 11px;
}
div.contentFooterInText a:link, div.contentFooterInText a:visited {
	color: #7a7a7a;
	text-decoration:none;
	font-weight:bolder;
}
div.contentFooterInText a:active, div.contentFooterInText a:hover {
	color: #444444;
	text-decoration:none;
	font-weight:bolder;
}

/*-----------------------------------------------------------------------------------------------*/
/*
 * Klassen fuer den Footer
 */
/*-----------------------------------------------------------------------------------------------*/
div.footer {
	/* Ausrichtung */
	float: left;
	
	/* Groesse */
	width: 100%;
	height: 50px;
	
	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

}
div.footerIn {
	/* Ausrichtung */
	left:50%;
	position: absolute;
	visibility: visible;
	
	/* Groesse */
	width: 913px;
	height: 50px;

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px -457px; /*top|right|bottom|lef*/
	
	background: bottom left no-repeat url(../images/footer_bottom.png);
	
}
div.footerInText {
	
	/* Ausrichtung */
	float: left;
	
	/* Groesse */
	width: 803px;
	height: 34px;
	
	padding: 9px 3px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 7px; /*top|right|bottom|lef*/

	color: #FFFFFF;
	text-align:right;
	
	/*background-color:#993300;*/
}
div.footerInBlank {

	/* Ausrichtung */
	float: left;
	
	/* Groesse */
	width: 30px;
	height: 36px;
	
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/

	color: #FFFFFF;
	text-align:left;
	
	/*background-color:#993300;*/
}
div.footerInText a:link, div.footerInText a:visited {
	font-size: 14px;
	color:#7B4659; 
	text-decoration:none;
	font-weight:bolder;
}
div.footerInText a:active, div.footerInText a:hover {
	font-size: 14px;
	color:#981226; 
	text-decoration:none;
	font-weight:bolder;
}
div.footerInBlank img {

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/
	margin-top: 12px;

	border: 0;
	
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
}

/*-----------------------------------------------------------------------------------------------*/
/*
 * Klassen fuer eine Link-Box
 */
/*-----------------------------------------------------------------------------------------------*/
div#leftBox {
	float: left;
	display:block; 

	/* Groesse */
	width: 200px; 

	text-align:left; 
	
	/* Rahmen */
	padding: 0px 0px 20px 7px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/
	
}
div#leftBoxHeader {
	
	/* Groesse */
	height: 30px;
	
	/* Rahmen */
	padding: 5px 0px 0px 40px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Hintergrund */
	background-color: #000000;
	
	/* Schrift */
	color: #f9c519;
	font-size: 14px;
	font-weight: bold;
}
div#leftBoxArrowHeader {
	
	/* Groesse */
	height: 30px;
	
	/* Rahmen */
	padding: 7px 0px 0px 40px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Hintergrund */
	background: top left no-repeat url(../images/leftBoxHeader_bg.png);
	
	/* Schrift */
	color: #f9c519;
	font-size: 14px;
	font-weight: bold;
}
div#leftBoxArrowHeader a:active, div#leftBoxArrowHeader a:focus, div#leftBoxArrowHeader a:visited, div#leftBoxArrowHeader a:link {
	color: #f9c519;
}
div#leftBoxArrowHeader a:hover {
	color: #B7AD00;
}
div#leftBoxMain {
	
	/* Rahmen */
	padding: 10px 0px 10px 40px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Schrift */
	color: #000000;
	line-height: 16px;
}
div#leftBoxArrowFooter {

	/* Schrift */
	color: #000000;
	
	text-align: right;
	
	/*background: bottom right no-repeat url(../images/leftArrowFooter.png);*/
	
}
div#leftBoxArrowFooter img {

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/

	border: 0;
	
}
/*-----------------------------------------------------------------------------------------------*/
/*
 * Klassen fuer Download-Boxen
 */
/*-----------------------------------------------------------------------------------------------*/
div#downloadBox {
	float: left;
	display:block; 

	/* Groesse */
	width: 560px;
	border: 0px solid black;

	text-align:left; 
	
	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/
	
}
div#downloadBoxHeader {
	
	/* Groesse */
	height: 30px;
	
	/* Rahmen */
	padding: 15px 0px 0px 20px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Hintergrund */
	
	/* Schrift */
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
div#downloadBoxArrowHeader {
	
	/* Groesse */
	height: 30px;
	
	/* Rahmen */
	padding: 5px 0px 0px 40px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Hintergrund */
	background: top left no-repeat url(../images/leftBoxHeader_bg.png);
	
	/* Schrift */
	color: #f9c519;
	font-size: 14px;
	font-weight: bold;
}
div#downloadBoxMain {
	
	/* Rahmen */
	padding: 5px 0px 0px 20px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Schrift */
	color: #000000;
	line-height: 16px;
}
div#downloadBoxMainLink {
	/* Ausrichtung */
	display:block; 
	text-align:left;
	vertical-align: middle; 

	/* Groesse */
	width: 495px; 
	height: 31px; 

	/* Schrift */
	color:#333333; 
	text-decoration:none; 

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 2px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Hintergrund */
	background-color:#f9eaba; 

}
div#downloadBoxMainCount {
	/* Ausrichtung */
	display:block; 
	text-align:left;
	vertical-align: middle; 

	/* Groesse */
	width: 495px; 
	height: 23px; 

	/* Schrift */
	color:#333333; 
	text-decoration:none; 

	/* Rahmen */
	padding: 8px 0px 0px 20px; /*top|right|bottom|lef*/
	margin: 2px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Hintergrund */
	background-color:#f9eaba; 

}

a.boxLink:active, a.boxLink:focus, a.boxLink:visited, a.boxLink:link {
	/* Ausrichtung */
	display:block; 

	/* Groesse */
	width: 475px; 
	height: 23px; 

	/* Schrift */
	color:#333333; 
	text-decoration:none; 

	/* Rahmen */
	padding: 8px 0px 0px 20px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Hintergrund */
	background-color:#f9eaba; 
	
	background: top right no-repeat url(../images/weblink.jpg);
}
a.boxLink:hover {
	/* Ausrichtung */
	display:block; 

	/* Groesse */
	width: 475px; 
	height: 23px; 

	/* Schrift */
	color:#333333; 
	text-decoration:none; 

	/* Rahmen */
	padding: 8px 0px 0px 20px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Hintergrund */
	background-color:#f9c519; 
}
a.boxAcrobatLink:active, a.boxAcrobatLink:focus, a.boxAcrobatLink:visited, a.boxAcrobatLink:link {
	/* Ausrichtung */
	display:block; 
	text-align:left;
	vertical-align: middle; 

	/* Groesse */
	width: 475px; 
	height: 38px; 

	/* Schrift */
	color:#333333; 
	text-decoration:none; 

	/* Rahmen */
	padding: 20px 0px 0px 20px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Hintergrund */
	/*background-color:#; */
	
	background: top right no-repeat url(../images/acrobat.png);
}
/*-----------------------------------------------------------------------------------------------*/
/*
 * Klassen fuer Zaehler-Boxen
 */
/*-----------------------------------------------------------------------------------------------*/
div#zaehlerBox {

	float: left;
	display:block; 

	/* Groesse */
	width: 560px;
	border: 0px solid black;

	text-align:left; 
	
	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/
}
div#zaehlerBoxHeader {
	
	/* Groesse */
	height: 30px;
	
	/* Rahmen */
	padding: 5px 0px 0px 20px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Hintergrund */
	
	/* Schrift */
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
div#zaehlerBoxMain {
	
	/* Rahmen */
	padding: 5px 0px 0px 20px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Schrift */
	color: #000000;
}
div#zaehlerBoxMainZeile {
	
	/* Groesse */
	width: 450px;
	height: 30px;

	/* Rahmen */
	padding: 5px 0px 0px 20px; /*top|right|bottom|lef*/
	margin: 2px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Schrift */
	color: #000000;
	
	background-color:#CCCCCC;
}
/*-----------------------------------------------------------------------------------------------*/
/*
 * Klassen fuer Produkte-Boxen
 */
/*-----------------------------------------------------------------------------------------------*/
div#produktBox {

	float: left;
	display:block; 

	/* Groesse */
	width: 560px;
	border: 0px solid black;

	text-align:left; 
	
	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/
}
div#produktBoxHeader {
	
	/* Groesse */
	height: 30px;
	
	/* Rahmen */
	padding: 5px 0px 0px 20px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Hintergrund */
	
	/* Schrift */
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
div#produktBoxMain {
	
	/* Rahmen */
	padding: 5px 0px 0px 20px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Schrift */
	color: #000000;
}
div#produktBoxMainZeile {
	
	/* Groesse */
	width: 450px;
	height: 55px;
	border: 1px solid;
	border-color: #CCCCCC;


	/* Rahmen */
	padding: 5px 0px 0px 5px; /*top|right|bottom|lef*/
	margin: 2px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Schrift */
	color: #000000;
	
}
div#produktBoxMainZeile img{
	height: 50px;
	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 10px 0px 0px; /*top|right|bottom|lef*/
}
a.produktBoxLink:active, a.produktBoxLink:focus, a.produktBoxLink:visited, a.produktBoxLink:link {
	/* Ausrichtung */
	display:block;
	vertical-align:middle;

	/* Groesse */
	width: 445px; 
	height: 50px; 

	/* Schrift */
	color:#333333; 
	text-decoration:none; 

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Hintergrund */
	
}
a.produktBoxLink:hover {
	/* Ausrichtung */
	display:block; 
	vertical-align:middle;

	/* Groesse */
	width: 445px; 
	height: 50px; 

	/* Schrift */
	color:#333333; 
	text-decoration:none; 

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Hintergrund */
	background-color:#f9eaba; 
}
/*-----------------------------------------------------------------------------------------------*/
/*
 * Klassen fuer Newsletter-Boxen
 */
/*-----------------------------------------------------------------------------------------------*/
div#newsletterBox {
	float: left;
	display:block; 

	/* Groesse */
	width: 560px;
	border: 0px solid black;

	text-align:left; 
	
	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/
	
}
div#newsletterBoxHeader {
	
	/* Groesse */
	height: 30px;
	
	/* Rahmen */
	padding: 15px 0px 0px 20px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Hintergrund */
	
	/* Schrift */
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
div#newsletterBoxMain {
	
	/* Rahmen */
	padding: 5px 0px 0px 20px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Schrift */
	color: #000000;
	line-height: 16px;
}
div#newsletterBoxMainLink {
	/* Ausrichtung */
	display:block; 
	text-align:left;
	vertical-align: middle; 

	/* Groesse */
	width: 495px; 
	height: 31px; 

	/* Schrift */
	color:#333333; 
	text-decoration:none; 

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 2px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Hintergrund */
	background-color:#f9eaba; 

}
a.newsletterBoxLink:active, a.newsletterBoxLink:focus, a.newsletterBoxLink:visited, a.newsletterBoxLink:link {
	/* Ausrichtung */
	display:block; 

	/* Groesse */
	width: 475px; 
	height: 23px; 

	/* Schrift */
	color:#333333; 
	text-decoration:none; 

	/* Rahmen */
	padding: 8px 0px 0px 20px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Hintergrund */
	background-color:#f9eaba; 
	
}
a.newsletterBoxLink:hover {
	/* Ausrichtung */
	display:block; 

	/* Groesse */
	width: 475px; 
	height: 23px; 

	/* Schrift */
	color:#333333; 
	text-decoration:none; 

	/* Rahmen */
	padding: 8px 0px 0px 20px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Hintergrund */
	background-color:#f9c519; 
}
/*-----------------------------------------------------------------------------------------------*/
/*
 * Klassen fuer Presse-Boxen
 */
/*-----------------------------------------------------------------------------------------------*/
div#presseBox {
	float: left;
	display:block; 

	/* Groesse */
	width: 560px;
	border: 0px solid black;

	text-align:left; 
	
	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/
	
}
div#presseBoxHeader {
	
	/* Groesse */
	height: 30px;
	
	/* Rahmen */
	padding: 15px 0px 0px 20px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Hintergrund */
	
	/* Schrift */
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
div#presseBoxMain {
	
	/* Rahmen */
	padding: 5px 0px 0px 20px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Schrift */
	color: #000000;
	line-height: 16px;
}
div#presseBoxMainLink {
	/* Ausrichtung */
	display:block; 
	text-align:left;
	vertical-align: middle; 

	/* Groesse */
	width: 495px; 
	height: 31px; 

	/* Schrift */
	color:#333333; 
	text-decoration:none; 

	/* Rahmen */
	padding: 0px 0px 0px 0px; /*top|right|bottom|lef*/
	margin: 2px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Hintergrund */
	background-color:#f9eaba; 

}
a.presseBoxLink:active, a.presseBoxLink:focus, a.presseBoxLink:visited, a.presseBoxLink:link {
	/* Ausrichtung */
	display:block; 

	/* Groesse */
	width: 475px; 
	height: 23px; 

	/* Schrift */
	color:#333333; 
	text-decoration:none; 

	/* Rahmen */
	padding: 8px 0px 0px 20px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Hintergrund */
	background-color:#f9eaba; 
	
}
a.presseBoxLink:hover {
	/* Ausrichtung */
	display:block; 

	/* Groesse */
	width: 475px; 
	height: 23px; 

	/* Schrift */
	color:#333333; 
	text-decoration:none; 

	/* Rahmen */
	padding: 8px 0px 0px 20px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Hintergrund */
	background-color:#f9c519; 
}
/*-----------------------------------------------------------------------------------------------*/
/*
 * Klassen fuer eine Info-Box
 */
/*-----------------------------------------------------------------------------------------------*/
div#infoBox {
	float: left;
	display:block; 

	/* Groesse */
	width: 560px;
	border: 0px solid black;

	text-align:left; 
	
	/* Rahmen */
	padding: 0px 0px 20px 7px; /*top|right|bottom|lef*/
	margin: 0px auto; /*top|right|bottom|lef*/
	
}
div#infoBoxHeader {
	
	/* Groesse */
	height: 30px;
	
	/* Rahmen */
	padding: 5px 0px 0px 40px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Schrift */
	color: #535353;
	font-size: 14px;
	font-weight: bold;

	/* Hintergrund */
	background-color: #f9eaba;
}
div#infoBoxMain {
	
	/* Rahmen */
	padding: 10px 0px 10px 40px; /*top|right|bottom|lef*/
	margin: 0px 0px 0px 0px; /*top|right|bottom|lef*/

	/* Schrift */
	color: #585858;
	line-height: 16px;

	/* Hintergrund */
	background-color: #f9eaba;
}
