body {
	font: normal 0.8em Arial,Helvetica,Verdana,Sans-Serif;
}

body,div,span,img,p,table,thead,tbody,tfoot,th,tr,td,ul,ol,li,form,h1,h2,h3,h4,h5,h6,a,a:link,a:hover,a:active,a:visited  {
	margin: 0px;
	padding: 0px;
	border: 0px solid #000;
	color: #777;
	text-decoration: none;
}

p,li {
	line-height: 1.6em;
}

ol,ul {
	margin-left: 25px;
}

h1,h2,h3,h4,h5,h6 {
	color: #666;
	font-weight: normal;
	margin-bottom: 10px;
}

h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong {
	color: #C00;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 130%;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size: 110%;
}

a,a:link,a:active,a:visited {
	color: #777;
	text-decoration: none;
}

a:hover {
	color: #C00;
	text-decoration: none;
}

#main {
	width: 780px;
	position: absolute;
	left: 50%;
	margin-left: -390px;
}

#header {
	height: 67px;
}

#navigation {
	border-bottom: 1px solid #CCC;
}

#navigation_main {
	height: 35px;
	background-color: #999;
}

#navigation_main a {
	height: 22px;
	float: left;
	background-repeat: no-repeat;
}

#navigation_main a span {
	display: none;
}

#navigation_main #home {
	background-image: url(../img/de.nav.home_off.gif);
}
#navigation_main #home:hover {
	background-image: url(../img/de.nav.home_on.gif);
}

#navigation_main #philosophy{
	background-image: url(../img/de.nav.philosophy_off.gif);
}
#navigation_main #philosophy:hover, #navigation_main #philosophy_on {
	background-image: url(../img/de.nav.philosophy_on.gif);
}

#navigation_main #history {
	background-image: url(../img/de.nav.history_off.gif);
}
#navigation_main #history:hover, #navigation_main #history_on {
	background-image: url(../img/de.nav.history_on.gif);
}

#navigation_main #competence {
	background-image: url(../img/de.nav.competence_off.gif);
}
#navigation_main #competence:hover, #navigation_main #competence_on {
	background-image: url(../img/de.nav.competence_on.gif);
}

#navigation_main #market {
	background-image: url(../img/de.nav.market_off.gif);
}
#navigation_main #market:hover, #navigation_main #market_on {
	background-image: url(../img/de.nav.market_on.gif);
}


#navigation_main #branch {
	background-image: url(../img/de.nav.branch_off.gif);
}
#navigation_main #branch:hover, #navigation_main #branch_on {
	background-image: url(../img/de.nav.branch_on.gif);
}

#navigation_main #service {
	background-image: url(../img/de.nav.service_off.gif);
}
#navigation_main #service:hover, #navigation_main #service_on {
	background-image: url(../img/de.nav.service_on.gif);
}

#navigation_main #contact {
	background-image: url(../img/de.nav.contact_off.gif);
}
#navigation_main #contact:hover, #navigation_main #contact_on {
	background-image: url(../img/de.nav.contact_on.gif);
}

#navigation_sub {
	height: 20px;
	padding-left: 8px;
}

#navigation_sub a {
	margin-left: 17px;
	padding-top: 4px;
	float: left;
	font-size: 88%;
	color: #666;
}

#navigation_sub a:hover {
	color: #C00;
	text-decoration: none;
}

#navigation_sub a#red {
	color: #C00;
	text-decoration: none;
}


#body {
	padding: 17px;
}

#body #content {
	width: 511px;
	margin-bottom: 17px;
	padding-right: 17px;
	border-right: 1px solid #CCC;
	float: left;
}

#body #sidebar {
	width: 200px;
	margin-bottom: 17px;
	float: right;
	padding-bottom: 20px;
}

#body #sidebar h1,#body #sidebar h2,#body #sidebar h3,#body #sidebar h4,#body #sidebar h5,#body #sidebar h6 {
	color: #777;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}

#body a,#body a:link,#body a:active,#body a:visited  {
	border-bottom: 1px dotted #999;
}

#body a:hover {
	border-bottom: 1px dotted #999;
}

#body li {
	list-style-image:url(../img/bullet.gif);
}

#footer {
	height: 26px;
	padding: 6px 17px 6px 17px;
	background-color: #999;
	font-size: 88%;
	clear: both;
	color: #FFF;
}

#footer a {
	color: #FFF;
	float: right;
}

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

.current, a.current, a.current:link, a.current:visited, a.current:active, a.current:hover {
	color: #C00;
	text-decoration: none;
}

#body #sidebar ul#sidebar_history { list-style-type:none;
					margin-left:2px;}
					
#top {  background: url(../img/top1.gif) no-repeat top right;
        width:533px;
        font-size:10px;
        text-align:right;
        clear: both;
        padding:0px 15px 20px 0px;    
}										
