a {
  color: #5B5B5B;
  text-decoration: underline;
}

a:hover {
  color: #EB6414;
  text-decoration: underline;
}

p {
	margin-top: 0em;
  margin-bottom: 1.5em;
	margin-right: 1em;
}

#columnMenu ul {
	padding: 0;
	margin: 0;
	
	list-style-type: square;
	list-style-type: none;
	color: white;
	margin-right: 0.7em;
	margin-left: 1.2em;
}

#columnMenu li {
	margin: 0;
	padding: 0;
	margin-top: 0.1em;
	margin-bottom: 0em;
	padding-top: 0.1em;
	padding-bottom: 0em;
	font-weight: bold;
/*	font-weight: normal;*/

}


#columnMenu ul.level2 {
	margin: 0;
	padding-left: 0.7em;
	margin-left: 0.7em;
	border-left: 1px solid white;
	list-style-type: none;
}

#trail {
	margin-bottom: 1em;
}

#columnMenu a {
	padding: 0.35em;
	padding-top: 0.6em;
	padding-bottom: 0.8em;
	margin: 0em;

	color: white;
	text-decoration: none;
	width: 100%;
	display: block;
/*	font-weight: bold;*/
}

#columnMenu a:hover {
/*	color: black;*/
	color: white;

/*	background-color: silver;*/
	background-color: #f17d00;
	
/*	text-decoration: underline;*/
}

.menuHighlight {
	display: block;
	background-color: #f17d00;
	
}

.caption1 {
	font-size: 1.5em;
  line-height: 1.5em; 
  font-weight: bold;
  color: #EB6414;
	margin-bottom: 0.7em;
	border: 0px solid red;

}


.caption3 {
  font-size: 1.2em;
  font-weight: bold;
  color: #EB6414
}


TH.caption3 {
  font-size: 0.9em;
  font-weight: bold;
  color: #EB6414
}

.subHeader {
  font-size: 1.12em;
  font-weight: bold;
  line-height: 1em; 
  color: #EB6414;
}


.dividerColumnTop, .dividerColumnMiddle, .dividerColumnBottom {

	background-repeat: no-repeat;

}


.dividerColumnMiddle {
	background-position: center center;
	background-image: url(../images/common/orange.gif);
	background-repeat: repeat-y;
}

.dividerColumnTop {

	background-image: url(../images/common/orange_verlauf1.gif);
	background-position: center bottom;

}

.dividerColumnBottom {

	background-image: url(../images/common/orange_verlauf2.gif);
	background-position: center top;

}

.brochure {

	text-align: center;
	margin-bottom: 2.5em;
	border: 0px solid green;
	width: 22em;
}

.imgLeft {
	float: left; 
	margin-right: 1em;
	margin-bottom: 1em;
}

.imgRight {
	float: right; 
	margin-left: 1em;
	margin-bottom: 1em;
}


A.orangeBackground {

	color: white;
	
}


A.orangeBackground:hover {
	
	color: #858585;
	background-color: white;
	
}
