@charset "UTF-8";
body {
    	
		font-family:Arial, Helvetica, sans-serif;
    	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;
    }
     #container {
    	width: 885px;  /* 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. */
    }
    #mainContent {
		background-color: #f6f6f6;
		margin-top: 12px;
		margin-bottom: 12px;
    }
	
#mainContent p {
	font-size:12px;
	line-height: 16px;
}

#homecontent {
	width: 400px;
	/*height: 300px;*/
	margin-left:190px;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	clear:both;
}

#homecontent p {
	padding-right: 30px;
	padding-left: 8px;
}

div#homecontent h1,
div#content h1 { color: #002753; font-size: 20px; }
div#homecontent h2 { color: #002753; font-size: 12px; margin-bottom: 2px; }
div#homecontent h2.redHeader { color: #e8133b }

#subnavcontainer img.profile-box { visibility: hidden; margin-left: 26px; }
body#nav_home div#subnavcontainer img.profile-box { visibility: visible; border: none; }
#subnavcontainer a.standalone { padding: 0; cursor: pointer; }
#subnavcontainer a:link .standalone { border: none; }

#subnavcontainer img.git-box { visibility: hidden; margin-left: 26px; margin-top: 8px; }
body#nav_home div#subnavcontainer img.git-box { visibility: visible; border: none; }

#homecontent p.news-entry { margin-bottom: 25px; }
#homecontent p.news-entry span { display: block; }
#homecontent p.news-entry a { color: #00bdd1; }
#homecontent p.news-entry a:hover { text-decoration: underline; cursor: pointer; }
#homecontent p.news-entry img { float: left; margin-right: 15px; }

#content.wide-content {
	width: 550px;
}

#content p {
	padding-right: 30px;
	padding-left: 8px;
}

#content {
	width: 400px;
	margin-left: 30px;
	margin-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	float:left;
}

#infobar {
	float:right;
	width: 155px;
	padding-top: 60px;
	font-size:10px;
	line-height: 17px;
	margin-right: 10px;
}


#maincontainer {
	width: 595px;
	float:left;
}

#maincontainer a {
	color: #000;
	text-decoration:none;
}

#maincontainer a:hover {
	color: #00bdd1;
}
	
#header {
	height: 130px;
	clear:both;
}

#santeum {
	height: 115px;
}

.homespecial {
	margin-left: 25px;
	margin-top: 97px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.sidebar {
	
	height: 218px;
	width: 190px;
	margin-left: 30px;
	margin-right: 12px;
	float:left;
}

#teaser {
	height: 220px;
	width: 500px;
}

.cleanup { clear:both; height:0px; }

#navcontainer {

	height: 220px;
}

#navcontainer ul, #subnavcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

#navcontainer li, #subnavcontainer li { margin: 0 0 3px 0; }

#navcontainer a, #subnavcontainer a
{
display: block;
padding: 3px 0px 2px 24px;
/* border: 1px solid #333; */
width: 165px;
/*background-image: url(images/l1_down.gif);*/
}

#navcontainer a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer a:hover
{
/*background-image: url(images/l1_over.gif);*/
color: #00bdd1;
}

#active a:link, #active a:visited, #active a:hover
{

color: #00bdd1;
font-weight:bold;

}


li#active {

background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: -3px 0.3em;
}

#nav_contact li#contact,
#nav_about li#about,
#nav_services li#services,
#nav_home li#home,
#nav_management li#management
 {

background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: -3px 0.3em;
}

#nav_contact li#contact a:link, #nav_contact li#contact a:visited, #nav_contact li#contact a:hover,
#nav_about li#about a:link, #nav_about li#about a:visited, #nav_about li#about a:hover,
#nav_services li#services a:link, #nav_services li#services a:visited, #nav_services li#services a:hover,
#nav_home li#home a:link, #nav_home li#home a:visited, #nav_home li#home a:hover,
#nav_management li#management a:link, #nav_management li#management a:visited, #nav_management li#management a:hover
{

color: #00bdd1;
font-weight:bold;

}


#navcontainer li.topnav a, #subnavcontainer li.topnav a {
	border-bottom: 1px solid #999999;
	margin-bottom: 13px;
	margin-left: 25px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 3px;
	height: 17px;
}
	
#language {
	height: 17px;
	padding-top: 3px;
	font-size:11px;
}

#footer a {
	color: #666666;
	text-decoration:none;
}

#footer a:hover {
	color: #00bdd1;
}

#footer {
	color: #666666;
	font-size: 10px;
	margin-bottom: 20px;
}

.leftcontent {
	width: 425px;
	margin-left: 205px;
}

.infotitle {
	font-weight: bold;
	font-size:11px;
}

.inforule {
	height: 2px;
	margin-top: 2px;
	margin-bottom: 5px;
	background-image:url(../images/h_rule.gif);
	background-repeat:repeat-x;
}

ul.arrow-marker {
	list-style-type: none;
	padding-left: 10px;
	line-height: 20px;
	margin:0px;
	font-size:12px;
}

.special { margin-left:-175px; margin-top:-240px; padding-right:5px; padding-bottom: 24px; }
.headline { 
	background-image:url(../images/h_rule.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-weight:bold;
	padding-bottom: 3px;
	margin-bottom:5px;
	color: #002753;
	display: block;
}
.headline-inline { 
	font-weight:bold;
	color: #002753;
}
.sidebox-content { padding: 2px 9px 2px; border: 1px solid white; background: #f2f2f2 url(../images/sidebox-bkg.gif) repeat-x top left; font-size:12px; line-height: 20px; color: #002753;  }
.sidebox-border { border: 1px solid #e0e0e0; border-top: none; border-top: 1px solid #e0e0e0;}

.sidebox-content ul
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

.sidebox-content li 
{
padding-left: 30px;
background-image: url(../images/arrow_trans.gif);
background-repeat: no-repeat;
background-position: 0.2em;
}

#sidebarlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#sidebarlist li 
{
/*padding-left: 10px;*/
font-size: 11px;
/*background-image: url(../_img/arrow.gif);*/
background-repeat: no-repeat;
background-position: 0 .6em;
}

#sidebarlist li a {
	color: #000000;
	text-decoration: none;
}

#sidebarlist li a:hover {
	text-decoration: underline;
}


#sidebarlist img, .sidebox-content img {
	border: 1px solid #E3E3E2;
	margin-top: 3px;
	margin-bottom: 5px;
}

/* clickmenu */
div.cmDiv

{
	background-color: transparent;
	color:#999999;
	clear:both;
}

.clickMenu

{

	margin: 0;

	padding: 0;

}

.clickMenu, .clickMenu ul

{

	list-style: none;

}

.clickMenu .innerBox {
	background-color: #fff;
	opacity:.70;filter: alpha(opacity=70); -moz-opacity: 0.7;
}

.clickMenu ul

{

	margin: 0;

	padding: 2px;
	border: 1px solid #999999;

	min-width: 100px; /* ie doesnt know this :/ */

	//float: left;/*ie again*/

	//width: 100%;/*and again*/

}

.clickMenu div.outerbox

{

	display: none;
	
	min-width: 78px; /* firefox produces animation-flickering when the box is bigger than this :/ */

}

.clickMenu div.inner

{

	//top: 20px; /* for ie */

	left: 0;

	margin: 0;

}

.clickMenu div.inner div.outerbox

{

	margin: 0;

	left: 98px;

	//left: 90px; /* for ie */

	top: -3px;

}

.clickMenu li

{
	
	position: relative;

	padding: 0 0px 0 2px;

	/*white-space: nowrap; does not really work in ie */

}
.clickMenu ul li a:link { color:#999999; }

.clickMenu li.main

{

	
	padding: 0 0px;

	background-color: transparent;

	//height: 20px; /* for ie */

}

.clickMenu li.main li

{

	z-index: 2;

	width: 78px;

}

.clickMenu li.hover

{

	z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */

	background-color: transparent;
}

.clickMenu li a:hover { 
	color: #00bdd1;
}

.clickMenu img.liArrow

{

	position: absolute;

	right: 5px;

	top: 0.41em;

}

.clickMenu a

{

	text-decoration: none;

	color: #999999;
opacity:1;filter: alpha(opacity=100); -moz-opacity: 1;
	cursor: pointer;
	cursor: hand;

}

/* thats for the shadowbox */

html>body div.outerbox

{


}

html>body div.shadowbox1

{


}

html>body div.shadowbox2

{


}

html>body div.shadowbox3

{


}

html>body .innerbox

{
	margin: 0;
	display: inherit;
}