/* in diesem dokument sind alle klassen zur formatierung des contents enthalten */


/* -------------------------------------------------- global ---------------------------------------------------- */
/* global */
body {
  margin: 0px;
  padding: 0px;
  background-image: url(../img/bg_master.gif);
  text-align: center;
}
body, td, div {
  font-size: 1em;
  font-family: Verdana, Arial, sans-serif;
  color: #000;
}
h1, h2, h3, h4, h5, h6, form, ul, ol, li {
  margin: 0px;
  padding: 0px;
}
:focus {
  outline: 0 none;
}
form {
  display: inline;
}
hr {
  border: 0;
  color: #94978f;
  background-color: #94978f;
  height: 2px;
  width: 100%;
}
hr.hrPrint {
  display: none;
}
p {
  margin: 0 0 1.5em 0;
}
b, strong {
  color:#000000;
  /*color: #6b6c64;*/
}
img {
  border: 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #e55c00;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.3em;
}
h1 {
  font-size: 1.5em;
  margin-bottom: 1.1em;
  color: #e55c00;
  font-weight: normal;
}
h2 {
  font-size: 0.9em;
  margin-bottom: 1.1em;
  font-weight: bold;
  color: #6a6c65;
}
h3 {
  border-top: 2px solid #94978f;
  padding: 5px 0 5px 0;
  font-size: 14px;
  font-family: Arial, Verdana, sans-serif;
  background: url(../img/i_dotted_line.gif) repeat-x bottom left;
  margin: 0px 0 15px 0;
}
h4 {
  font-size: 1.2em;
  margin-bottom: 0.1em;
  font-weight: bold;
  color: #000;
}
h5 {
  font-size: 1em;
  margin-top: 15px;
  margin-bottom: 0.1em;
  font-weight: bold;
  color: #000;
}
ul {
  margin: 20px 0 20px 20px;
}
ol {
  margin: 20px 0 20px 30px;
}
li {
  margin-bottom: 3px;
}

ul.sitemap {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
}
ul.sitemap li{
  background-image: url(../img/n_arrow_re.gif);
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding: 0 0 0 10px;
  text-align: left;
  margin: 0;	
}
ul.sitemap ul {
 list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
ul.sitemap ul li{
 background-image: url(../img/n_arrow_re.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 10px;
	text-align: left;
	margin: 0;	
}
ul.sitemap ul ul {
 list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
ul.sitemap ul ul li{
 background-image: url(../img/n_arrow_re.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0 0 0 10px;
	text-align: left;
	margin: 0;	
}
ul.sitemapMetaNav {
 list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}
ul.sitemapMetaNav li{
 background-image: url(../img/n_arrow_re.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0 0 0 10px;
	text-align: left;
	margin: 0;	
}

ul.contentNavi {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.contentNavi li {
  background-image: url(../img/n_arrow_re.gif);
  background-repeat: no-repeat;
  background-position: 0 4px;
  border-bottom: 1px solid #fff;
  padding: 0 0 0 14px;
  text-align: left;
  margin: 0;
}

ul.contentNavi li.ulliSelNa {
  background-image: none;
  border-bottom: 1px solid #fff;
  padding: 0 0 0 14px;
  text-align: left;
  margin: 0;
}

ul.contentNavi li ul.contentNavE2 {
  list-style-type: none;
  margin: 0 0 0 -14px;
  padding: 0;
}
ul.contentNavi li ul.contentNavE2 li.contentNavE2Sel {
  background-image: url(../img/n_arrow_sub_re.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	border-bottom: 1px solid #fff;
	padding: 0 0 0 14px;
	text-align: left;
	margin: 0;
}
ul.contentNavi li ul.contentNavE2 li {
  background-image: none;
  border-bottom: 1px solid #fff;
  padding: 0 0 0 14px;
  text-align: left;
  margin: 0;
}

ul.contentNavi li.trenner{
    background-image: url(../img/i_dotted_line.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 0;
	padding: 0;
	height: 3px;
	margin-top: 2px;
}

ul.subNav {
 list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.subNav li {
  background-image: url(../img/n_arrow_sub_re.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding: 0 0 0 14px;
  text-align: left;
  margin: 0;
  font-size:11px;
}

.subNaviLink{
  border-bottom:1px solid #CCCCCC;
  padding:0px 0px 4px 0px;
}

label {
 display: block;
	margin-top: 5px;
	width: 80px;
}
label.recommend {
 display: block;
	margin-top: 5px;
	width: 120px;
}
textarea {
	font-family: Arial, Verdana, sans-serif;
}

/* -------------------------------------------------- textformatierung ------------------------------------------- */
/* textformatierung */
.txInputTitel {
	
	display: block;
	margin-bottom: 5px;
}
.txSubBox {
 font-size: 0.7em;
}
i.picTxt {
  font-size:10px;
}

/* -------------------------------------------------- tabellenformatierung ------------------------------------------- */

td.siteMap {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}


/* -------------------------------------------------- linkformatierung ------------------------------------------- */
/* linkformatierung */
a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #e55c00;
	font-weight: bold;
}
a:hover {
	color: #000;
}

/* navigation */
a.liNav:link, a.liNav:visited, a.liNav:hover, a.liNav:active {
  text-decoration: none;
  color: #e55c00;
  font-size: 11px;
  display: block;
  margin: 2px 0 2px 0;
  font-weight: normal;
}
a.liNavSel:link, a.liNavSel:visited, a.liNavSel:hover, a.liNavSel:active {
	text-decoration: none;
	color: #e55c00;
	font-size: 11px;
	display: block;
	margin: 2px 0 2px 0;
	font-weight: bold;
}


a.liNavE2:link, a.liNavE2:visited, a.liNavE2:hover, a.liNavE2:active {
	text-decoration: none;
	color: #000;
	font-size: 11px;
	display: block;
	margin: 2px 0 2px 0;
	font-weight: normal;
}
a.liNavE2Sel:link, a.liNavE2Sel:visited, a.liNavE2Sel:hover, a.liNavE2Sel:active {
	text-decoration: none;
	color: #000;
	font-size: 11px;
	display: block;
	margin: 2px 0 2px 0;
	font-weight: bold;
}

/* meta navigation */
a.liMetaNav:link, a.liMetaNav:visited, a.liMetaNav:hover, a.liMetaNav:active {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

/* meta navigation */
a.liButton:link, a.liButton:visited, a.liButton:hover, a.liButton:active {
	display: block;
	margin-top: 2px;
	text-decoration: none;
	color: #e55c00;
	font-weight: normal;
}
#conSubNav a.liButton:link, #conSubNav a.liButton:visited, #conSubNav a.liButton:hover, #conSubNav a.liButton:active {
 font-size: 0.7em;
}

a.liSubNav:link, a.liSubNav:visited, a.liSubNav:hover, a.liSubNav:active {
  text-decoration: underline;
  color: #000;
  font-weight: normal;
}
a.liSubNav:hover {
  color: #999;
}

a.liNavSitemapMeta:link, a.liNavSitemapMeta:visited, a.liNavSitemapMeta:hover, a.liNavSitemapMeta:active {
  text-decoration: none;
  color: #e55c00;
  font-size: 11px;
  margin: 2px 0 2px 0;
  font-weight: normal;
}

/** navi level 3 **/

a.liNavLevel3:link, a.liNavLevel3:visited, a.liNavLevel3:hover, a.liNavLevel3:active {
  text-decoration: none;
  color: #6a6c65;
  font-weight: normal; 
}

a.liNavLevel3 {
  color:#000;
}

/** conNews link **/
.conNews a:link, .conNews a:visited, .conNews a:hover, .conNews a:active {
  font-weight:normal;
}


/* -------------------------------------------------- formularformatierung --------------------------------------- */
/* formularformatierung */
.foInput1 {
	width: 156px;
	vertical-align: text-bottom;
	margin: 0;
}
.foInput2 {
	width: 190px;
	margin: 0 0 15px 0;
}
.foInput3 {
	width: 340px;
    margin: 5px 0 5px 0;
}
.foInput4 {
	width: 250px;
	margin: 0 0 15px 0;
	
}
.foInput5 {
	width: 300px;
    margin: 5px 0 5px 0;
}
.foInput6 {
	width: 340px;
    margin: 5px 0 5px 0;
}
.txError  {	color: #cb0000;	}


/* -------------------------------------------------- hintergrundformatierung ------------------------------------ */
/* hintergrundformatierung */
.bgElement {
	background-color: #eee;
}



/* -------------------------------------------------- container ------------------------------------------------- */
/* container */
.conPrint {
 display: none;
}
.conDottedLine {
  background: url(../img/i_dotted_line.gif) repeat-x center;
	height: 21px;
	width: 100%;
}
.conClear {
  display: block;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1;
  clear: both;
}
#conStage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
  top: 0;
  margin: 0 auto;
  text-align: center;
  width: 990px;
  border-right: 1px solid #bfc1bb;
  border-bottom: 1px solid #bfc1bb;
  border-left: 1px solid #bfc1bb;
}
#conMasterBorderStart {
	position: relative;
  top: 0;
  text-align: left;
  width: 988px;
  background-color:#FFFFFF;
  /*min-height:800px;*/
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

#conMasterLeftRightSpace {
  margin:0 29px 0 29px;
}

/* meta navigation */
#conMetaNav {
  background-color: #94978F;
  padding: 4px 20px 4px 20px;
  height:20px;
}
#conMetaNavLeft {
	width: 450px;
	float: left;
	color: #fff;
	font-size:11px;
}
#conMetaNavRight {
	text-align: right;
	color: #fff;
	font-size: 11px;
}

/* brand area */
#conBrand {
  background-color: #ffc;
  padding: 0 20px 0 20px;
  height: 100px;
}
#conBrandLeft {
 width: 300px;
	float: left;
}
#conBrandLeftImg {
 margin-top: 20px;
	border: 0;
}
#conBrandRight {
 text-align: right;
}
#conBrandRightImg {
 margin-top: 18px;
	border: 0;
}


/**************** searchbar ****************/ 

#conSearchBar {
  height:30px;
  padding:10px 0 0 0;
  text-align:right;
}
#conSearchBar .searchTitle {
  font-size:14px;
  font-weight:bold;
  margin:0 31px 0px 0;
  color:#000;
}
 /* content area */
#conAreaContent {
 
}

/* left area */
#conAreaContentLeft {
  width: 218px;
  margin-bottom: 40px;
}

/* right area */
#conAreaContentRight {
  width: 684px;
  margin-bottom: 40px;
  font-size:12px;
  line-height:1.3;
  
}
#trenner {
  background-image:url(/img/bg_verline_trenner.gif);
	background-repeat:repeat-y;
	background-position:center;
}
#conSubNavRight {
  width: 190px;
  float: right;
  font-size:11px;
  line-height:1.5;
 }
#conSubNavStart {
  width: 218px;
  float: right;
}
#conContentDetail {
  float: left;
  width: 460px;
  text-align: left;
}
.conNews {
  margin-bottom: 20px;
}

.conPeople .conPicture {
  float: left;
  width: 160px;
}
.conPeople .conText {
 float: right;
	text-align: left;
	width: 260px;
}
.conAmbassadorPicture .conPicture {
 float: left;
	width: 200px;
}
.conAmbassadorPicture .conText {
 float: right;
	text-align: left;
	width: 220px;
}
.conAmbassadorGallery .conPicture {
 float: left;
	width: 210px;
	margin-top: 20px;
}
.conAmbassadorGallery .conPictureR {
 float: right;
	text-align: left;
	width: 210px;
	margin-top: 20px;
}
.conPress .conPicture {
 float: left;
	width: 250px;
}
.conPress .conText {
 float: right;
	text-align: left;
	width: 170px;
}
.conIcon {
 float: left;
	margin: 0 10px 10px 0;
}

/************ course story styles ************/

tr .courseStoryBg {
  background-color:#eeeeee;
}

.courseStory {
  background-image:url(/img/bg_course_story.gif);
  background-repeat:repeat-y;
  vertical-align:top;
  height:70px;
  width:190px;
}
.courseStoryTextCon {
  background-image:url(/img/bg_course_story.gif);
  background-repeat:repeat-y;
	width:100px;
  padding:2px 5px 2px 5px;
  color: #6a6c65;
	line-height:1.2;
  font-size:10px;
}
a.courseStoryTextLink:link, a.courseStoryTextLink:hover, a.courseStoryTextLink:active, a.courseStoryTextLink:visited {
  text-decoration:none;
  color: #6a6c65;
  font-weight:normal;
}

.courseStoryText strong {
  color: #6a6c65;
}
.courseStoryImage {
  float:left;
  padding:0;
  margin:0;
  height:auto;
}

.spaceV30 {
  height:30px;
}

.gray {
  color: #6b6c64;
}
.orange {
  color: #e55b00;
}

/******* search result styles *******/
.kategorieSearchResultBar {
  background-color:#e5e5e5;
	border-top:1px solid #95968e;
  padding:3px 10px 3px 10px;
  margin:0px 0px 10px 0px;
}

.kategorieSearchResultBarText {
  background-color:#F5F5F5;
	border-top:1px solid #C0C0C0;
  padding:3px 10px 3px 10px;
  margin:0px 0px 10px 0px;
} 

a.kategorieSearchResultLink:link, a.kategorieSearchResultLink:hover, a.kategorieSearchResultLink:visited, a.kategorieSearchResultLink:active {
  font-weight:normal;
	text-decoration:none;
	color: #e55b00;
}

.kategorieSearchResultList {
  padding:0px 20px 0px 5px;
  font-size:11px;
}

td.trenner {
  background: url(../img/i_dotted_line.gif) repeat-x top;
	height:1px;
}

span.faqTopic {
   color: #e55c00;
   margin-bottom: 1.1em;
   font-weight: bold;
   display: block;
}

.txtSmall {
	font-size: 11px;
}