body {
background-color: #ffffff;
font-size: 9pt;
font-family: Arial,SunSans-Regular, Sans-Serif;
color:#323232;
padding:0px;
margin:0px;
}
a {color: #323232;text-decoration:none;}
a:visited {color:#323232; text-decoration:none;}
a:hover {color: #323232;text-decoration:none;}
a:active { color:#323232;text-decoration:none;}

h1 {
 }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin: 0px;
line-height: 40px;
}

h3 {
color:#0f8aac;
font-size:14px;
padding: 5px 10px;
font-weight: bold;
line-height: 20px;
}



/* ----------container to center the layout-------- */
#container {
width: 949px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
border: 1px solid #42546d;
} 

/* ----------banner for logo-------------- */

	
.navi a:link
{
color: rgb(255,255,255);
font-size: 11pt;
text-decoration: none;
}
.navi a:visited
{
	color: rgb(255,255,255); 
	font-size: 11pt;
	
text-decoration: none;
} 
.navi a:active 
{
	color: rgb(255,255,255);
	font-size: 11pt;
	
text-decoration: none;
}
.navi a:hover 
{
color: rgb(255,255,255);
text-decoration: none;
font-weight: bold;
}
/* -----------------content--------------------- */ 
#content{ 
position: relative; 
margin: 0px; 
}
#maincontent{
margin: 0 0 0 0px; /* Durch den linken Rand dieses div-Elements entsteht die Spalte am linken 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. */
	margin-left: 300px;
margin-right: auto;
	padding: 59px 5px;
	background-color: #ffffff; 
	width:600px; 
	}
.navi_image {
padding: 11px 0px 0px 0px;}


/*  ----------------footer---------------------- */ 
#footer {
padding:0px;
margin-top: 170px;
margin-left: auto;
margin-right: auto; 
text-align:center; } 

.cc_container .cc_btn {
background-color: #e4e4e4 !important; /* Farbe des Buttons */
color: #000 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #2773a4 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
}