body {
  font-family: arial, helvetica, sans-serif; font-size: 11px;
	font-size: 100%;
	color: black;
	margin: 0px;
	background-color : #ffffff;
  /*background-image: url(/img/bg.gif); background-repeat: no-repeat; background-position: top center;*/	
}


h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

h3
{
  text-align: left;
  padding: 0 0 0.20em 0;
	margin: 0;	
  font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: rgb(130,130,130); /*rgb(197,185,163);*/
}

h4
{
  text-align: left;
  padding: 1em 0 0.20em 0em;
	margin: 0;	
  font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: rgb(248,127,17);
}


.ourHeader {
	margin: 0 auto;
	padding: 0px;
	width: 710px;
	height: 70px;
	background-image: url(/img/bg.gif); background-repeat: no-repeat; background-position: top center;
}
.ourHelp {
	margin: 0 auto;
	padding: 0px;
	width: 710px;
	/*height: 10px;*/
	background-color: rgb(208,210,241); /*rgb(197,185,163);*/		
  background-image: url(/img/line.gif); 
}
.ourBodyFrame {
	margin: 0 auto;
	padding: 0px;
	width: 710px;
	background-color: white;
}

.clearer {
	height: 0;
	line-height: 0;
	clear: both;
}
* html .clearer {
	font-size: 0;
}


#contentMenu {
  font-family: arial, helvetica, sans-serif; font-size: 11px;
	margin: 0 auto;
	padding: 0;
	width: 710px;
	height: 16px;
	font-size: 12px;
	visibility:hidden;
}

html>body #contentMenu {
  width: 100%; 
} 

a {
	text-decoration: none;
}

a:link {
	color: #00659D;
  text-decoration: underline;	
}

a:visited {
	color: #00659D;
  text-decoration: underline;		
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
	padding: 00;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: rgb(130,130,130);
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: white;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 10px;
	border: 0px solid rgb(247,147,30);
	border-width: 0 10px;
}

li {
	float: left;
	position: relative;
	width: 126px;
	text-align: center;
	cursor: default;
	background-color: white;
	/*border-bottom: 1px solid black;*/
	/*border-top: 1px solid black;*/
		visibility:hidden;
}

li#first {
	border-left-width: 0em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px white;
	border-left: solid 1px white;
	border-bottom: solid 1px white;
	background-color: rgb(130,130,130); /*rgb(128,128,128); rgb(163,181,197);*/
	visibility:hidden;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

/*-----------------------------*/


.mainBox{
  font-family: arial, helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal;	
	color: black;
	/*border: rgb(150,150,150) 1px solid;*/
	margin: 0 auto;
	padding: 5px;	
  display: block; 
	/*background-color: rgb(240,240,240);*/
}

.leftBox{
  font-family: arial, helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal;	
	color: black;
	margin: 0 auto;
	padding: 10px;
	width: 150px;
}

.rightBox{
  font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;	
	color: black;
	background-color: rgb(255,255,255);		
	border: rgb(150,150,150) 1px solid;
	margin: 0 auto;
	padding: 10px;
	width: 450px;
}
.footNav {
  background-color: rgb(130,130,130);
	padding: 1px;
	margin: 0 auto;
	width: 600px;
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;	
	color: white;
}
.footerLink{
  font-family: arial, helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal;	
	color: black;
}

.footNav a {
	font-weight: normal;
	color: white;
	text-decoration: none;
}

.footNav a:hover {
	font-weight: normal;
	color: white;
	text-decoration: underline;
}

.link3 {
	color: rgb(248,127,17);
	text-decoration: none;
}

.testamonial a {
  font-style: normal;
	color: rgb(255,255,255);
	text-decoration: underline;
}

.beispielBox{
  font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;	
	color: black;
	background-color: rgb(197,185,163);
	border: rgb(150,150,150) 1px solid;
	margin: 0 auto;
	padding: 10px;
}

.arbeitsbeispiele {
  font-weight: bold;
	color: rgb(248,127,17);
	text-decoration: none;
}

.arbeitsbeispiele a {
  font-style: normal;
	color: rgb(248,127,17);
	text-decoration: underline;
}

.unit {
  font-size: 12px;
	font-weight: bold;
	color: rgb(0,0,200);
	text-decoration: none;
}

.aktuell{
   font-weight: bold;
	color: rgb(130,130,130); /*rgb(197,185,163);*/
	background-color: white;
	text-align: center;
	font-size: 11px;
	background-image: url(/img/line.gif);
}

.topic{
   background-color: rgb(203,203,203);/*rgb(208,210,241); rgb(238,223,197);*/
   width: 170px; 
   margin-bottom: 8px;
   color: black;
	 border: rgb(130,130,130) 1px solid;
}

.mainSelector{
   font-family: arial, helvetica, sans-serif;
	 font-size: 12px;
   /*background-color: rgb(208,210,241); rgb(238,223,197);*/
   color: black;
	 visibility:hidden;
	 
}

.explain {
  font-size: 9px;
}