body  {
    	/*font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
		
		*/
		font-family: "Palatino Linotype",
             Palatino,
             "URW Palladio L",
             "Book Antiqua",
             Baskerville,
             "Bookman Old Style",
             "Bitstream Charter",
             "Nimbus Roman No9 L",
             Garamond,
             "New Century Schoolbook",
             "Century Schoolbook",
             "Century Schoolbook L",
             Georgia,
             serif;

				/* font-family: Verdana,
             Geneva,
             Tahoma,
             sans-serif;
				 */
				 



/*		font: 100% Verdana, Arial, Helvetica, sans-serif;*/
    	background: #979696;
    	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 0;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #000000;
		background-image: url(images/bodybg.jpg);
		background-repeat: repeat-x;
    }
    .twoColFixRt #container { 
    	width: 820px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
    	background: #FFFFFF;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	padding-top: 15px;
		text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }
	 .twoColFixRt #main { 
    	width: 820px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
    	background: #FFFFFF;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }
 
    .twoColFixRt #mainContent { 
    	margin: 0 200px 0 0; /* Durch den rechten Rand dieses div-Elements entsteht die Spalte am rechten Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
    	padding-top: 0; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
		padding-left: 58px;
		padding-right: 92px;
		min-height: 400px;
    } 
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	 #header{
	 	background-image: url(images/headerbg.jpg);
		height: 35px;
		background-repeat: no-repeat;
	 }
	 #offsetBlur{
	 	/*-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;*/
		-webkit-box-shadow:5px 5px 1.5em hsla(0, 0%, 0%, 1.0);
		-moz-box-shadow:5px 5px 1.5em hsla(0, 0%, 0%, 1.0);
		box-shadow:5px 5px 1.5em hsla(0, 0%, 0%, 1.0);
		
	 }
	#search{
		
	height: 50px;
	background-color: #cbcbcb;
	}
	#logoarea{
	height:200px;
	padding-top: 0px;
	}
	#header_left{
	width:18%;
	float: left;
	 	background-image: url(images/logo.jpg);
		height: 200px;
		background-repeat: no-repeat;
	}
	#header_center{
	width:49%;
	height: 200px;
	float: left;	
	vertical-align: bottom;
	
	/*font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;*/
	color: #525252;
	line-height: 1.9em;
	}
	
	
	
	#header_center h1{
	
	letter-spacing: 2px;
	padding-top: 125px;
	font-size: 40px;
	margin:0;
	
	font-weight: Bold;
	}
	#header_center h2{


	font-size: 28px;
	margin:0;
	
	
	
	font-weight: normal;
	letter-spacing: 2px;
	}
	#header_right{
	width:30%;
	padding-right: 15px;
	padding-top: 13px;
	float: left;
	/*font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;*/
	
	text-align: right;
	}
	
	
	#header_right a{
	
	/*font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	
	color: #c10505;
	text-decoration: none;
	padding-left:0px;
	padding-right: 0px;
}
	#header_right a:hover{
	
	/*font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;*/
	
	color: #606060;
	text-decoration: underline;
	}
	
	#header_right a img {
	
	border: none;
	}
	#header_right a:hover img {
	
	border: none;
	}
	
	#searchform{
		width: 250px;
		float: right;
		margin-top: 12px;
		
	}
	/*+++++++Content*********/
#mainContent{
	/*font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;*/
	color: #505050;
	
}

#mainContent p{
	font-size: 13px;
	text-align: justify;
		font-weight: lighter;
}
#mainContent h2{
	color:#c10505;
	margin-top:15px;
	font-size: 18px;
	font-weight: normal;
}
#mainContent p.h1aeq{
	color:#c10505;
	font-size: 18px;
	font-weight: normal;
}

#mainContent h1{
	color:#c10505;
	font-size: 18px;
	font-weight: normal;
}


#mainContent a{
	color:#c10505;
	font-size: 13px;
	
	
	color: #c10505;
	text-decoration: none;
}

#mainContent a:hover{
	
	color: #606060;
	text-decoration: underline;
	
}

#mainContent li{
	font-size: 13px;
	text-align: justify;
	list-style-type: circle;
}

#mainContent a img{
	border: none;

	
}
#rss{
	padding-bottom: 20px;
}
#mainContent a:hover img{

	
}
#mainContent a:hover img{

	
}
#mainContent .date{
font-size: 12px;

margin:0px;
color: #909090;
	
}
#mainContent h3 {
font-size: 14px;
margin-top: 12px;
margin-bottom:2px;


	
}
#mainContent .descr{
margin-top: 2px;
/*font-size: 12px;*/
	text-align: justify;
	font-weight: lighter;
	
	
}

#mainContent .contRight{
width:48%;
float: right;
text-align: left;
margin-left:10px;

	
}
#mainContent .contLeft{
width:49%;
float: left;	
}

#mainContent a img.lang{
float: right;
padding-top: 10px;
 padding-bottom: 5px;
 padding-left: 5px;
 padding-right: 5px;
}
#mainContent #subcat{
background-color: #e6e6fa;	
padding-top:5px;
padding-left:5px;
 
}

#mainContent input.i{
font-size: 12px;
	
	font-weight: normal;
	width : 190px;
	height: 18px;
	border : solid 1px;
	border-color : Gray;
	background: White;
	font-style: italic;
	color:gray;
}
#mainContent input.b{
width : 200px;
	
}

#mainContent .i:focus {
  background-color: #DCFF93;
}
#mainContent .i:focus {
  background-color: #DCFF93;
}
#mainContent textarea.i{
font-size: 12px;
	
	font-weight: normal;
	width : 400px;
	border : solid 1px;
	border-color : Gray;
	background: White;
	font-style: italic;
	color:gray;
}

/* Menue */
   .twoColFixRt #sidebar1 {
    	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	/*width: 212px;*/ /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
    	 /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
    	/*padding: 15px 10px;*/
		margin-right: 21px;
		padding-top: 15px;
		
    }
	    .twoColFixRt #sidebar1 a{
    	/*color:#c10505;*/
	/*font-size: 21px;
	font-weight: normal;
	color: #708090;*/
	/*width: 211px;	*/
	
	
	text-decoration: none;
	
    }
	 .twoColFixRt #sidebar1 p{
    
	font-size: 0px;
	font-weight: normal;
	margin:0;
	letter-spacing: 2px;
    }	
	     .twoColFixRt #sidebar1 a:hover{
    	font-weight: bold;
	/*color: #FFFFFF;
	width: 211px;	*/
	/*background-color: #c10505;*/
	
	
	/*background-color: #c10505;*/
    }	
	 .twoColFixRt #sidebar1 ul{
	list-style-type: none;
	padding: 0px;
	/*margin: 0;*/
	margin-bottom: 35px;
	
	width: 211px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
 .twoColFixRt #sidebar1 li a{
	padding: 1px 2px 1px 2px;
	width: 211px;	
	color: #c10505;
	font-size: 21px;
	font-weight: normal;
	color: #708090;
	
}
 .twoColFixRt #sidebar1 li{
	padding: 1px 2px 1px 2px;
	width: 211px;	
	color: #c10505;
	font-size: 21px;
	font-weight: normal;
	color: #708090;
	
}
.twoColFixRt #sidebar1 li:hover a{
		font-weight: bold;
	color: #FFFFFF;
	background-color: #c10505;
}
.twoColFixRt #sidebar1 li:hover{
	
	color: #FFFFFF;
	background-color: #c10505;
}

/*Search*/
input.formSearchInput{
	font-size: 12px;
	
	font-weight: normal;
	width : 140px;
	height: 18px;
	border : solid 1px;
	border-color : Gray;
	background: White;
	font-style: italic;
	color:gray;

}
input.formSearchInput:focus {
  background-color: #DCFF93;
}
input.formSearchSubmit {
	
}
.addthis_toolbox.addthis_pill_combo{
 width: 136px;
    padding: 5px;
	
}

.addthis_toolbox.addthis_pill_combo a {
    float: left;
	 padding-right: 5px;
	 display: inline;
	 margin-bottom:10px;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet,
.addthis_toolbox.addthis_pill_combo a.addthis_counter {
    margin-top: -2px;
}
.addthis_button_compact .at15t_compact {
 
    float: left;
}  
#page{
	text-align: center;
}
#rhtitle{
	letter-spacing: 2px;
	padding-top: 125px;
	font-size: 40px;
	margin:0;
}

#rhtitle a{
	color: #505050;
	text-decoration: none;
}
#rhsub{
	
	font-size: 28px;
	margin:0;
	
	
	
	font-weight: normal;
	letter-spacing: 2px;
}

#rhsub a{
	
	color: #505050;
	text-decoration: none;
	
	
}

#juschu{
	color: white;
	font-size: 10px;
	margin-top: 15px;
	
}
#juschu a{
	color: white;
	font-size: 10px;
	margin-top: 15px;

margin-bottom:  15px;	
	
}
#mainLeft{
	width: 30%;
	
	float: left;
	text-align: center;
}
#mainMid{
	width: 30%;
	
	float: left;
	text-align: center;
}
#mainRight{
	width: 30%;
	
	float: left;
	text-align: center;
}
#mainLeft p{

	text-align: center;
	padding: 5px;
}
#mainMid p{
	border-right: 1px dotted gray;
	border-left: 1px dotted gray;
	text-align: center;
	padding: 5px;
}
#mainRight p{
	padding: 5px;
	text-align: center;
}
#mainButtons{
	
	
	text-align: center;
}

#mainLeftimg{
	display:block;
    background-image:url(stockIcon.png);
    width:80px; 
	height:80px;
	}

}
#mainLeftimg:hover{
	 background-image:url(stockIcon_hover.png);
	
	
}
