/* general stuff */ 
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(brocade.gif);
	margin: 0;
	padding: 0;
	text-align: center;
}

img {
	border: none;
}
p {
	color: #142611;
	font-size: 14px;
	line-height: 18px;
	font-weight: lighter;
	margin: 0 0 18px 0;
}

blockquote {
  	background: transparent url(quoright.png) bottom right no-repeat;
	margin: 0;
	padding: 0;
}

blockquote div {
  padding: 0 48px;
  background: transparent url(quoleft.png) top left no-repeat;
}

li {
	color: #142611;
	font-size: 14px;
	line-height: 18px;
	font-weight: lighter;
}

.captiongreen {
	color: #1c620e;
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	font-weight: lighter;
}

.captionred {
	color: #a80202;
	font-size: 14px;
	line-height: 18px;
}
.dots {
	color: #5e5207;
	font-size: 10px;
	line-height: 2px;
}

	
#content h2 {
	font-size: 35px;
	color: #ae0808;
	line-height: 36px;
	font-weight: lighter;
	margin: 18px 0;
	padding: 0;
	
}

#content h3 {
	font-size: 25px;
	color: #C96E02;
	line-height: 26px;
	font-weight: lighter;
	margin: 0 0 10px 0;
	padding: 0;
}

#content h4 {
	font-size: 18px;
	color: #C96E02;
	line-height: 26px;
	font-weight: lighter;
	margin: 0 0 10px 0;
	padding: 0;
}

a:link 		{ color: #a80202;  }
a:visited 	{ color: #a80202;  }
a:active 	{ color: #7B0505;  }
a:hover 	{ color: #d79f07;  }
a:link 		{ color: #a80202;  }
a:visited 	{ color: #a80202;  }
a:active 	{ color: #7B0505;  }			 
a:hover 	{ color: #d79f07;  }

div#page {
	width: 800px;
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	background-image: url(backgound_logo.gif);
	background-position: 0 0;
	background-repeat: no-repeat; 
}

/* header */ 
div#header h1 a {
	background-image: url(index_header_en.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 800px;
	height: 207px;
	position: relative;
	display: block;
}
div#header h1 {
	margin: 0;
	padding: 0;
}
div#header h1 a  {
	text-decoration: none;
	color: #fff;
	
	font-size: 58px;
}
div#header h1 a span {
	height: 58px;
	width: 400px;
	position: absolute;
	left: 204px;
	top: 168px;
	font-size: 32px;
}

/* div#header h1 a span, */ div#header h2 {
	display: none;
}

/* main menu */ 
div#main-menu {
	position: relative;
	width: 800px;
	padding: 0;
	text-align: left;
}

div#main-menu-top {
	background-image: url(nav_topsadow.gif);
	background-repeat: no-repeat;
	height: 3px;
	position: relative;
}

div#main-menu h2 {
	display: none;
}

div#main-menu-inner {
	background-image: url(nav_brocade.gif);
	background-repeat: repeat;
	text-align: center;
	height: 36px;
	margin: 0 auto;
	width: 800px;
	display: block;
	position: relative;
	text-align: left;
}


div#main-menu ul#nav {
	padding: 0;
	margin: 0 0 0 8px;
	position: relative;
	width: 625px;
	text-align: center;
	list-style-type: none;
}

div#main-menu ul#nav li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 35px;
	position: relative;
	float: left;
	width: auto;
	display: block;	
}

div#main-menu ul#nav li a {
	color: #fc0;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: none;
	margin: 0;
	padding: 11px 8px 10px 8px;	
	
}

div#main-menu ul#nav li a:hover, div#main-menu ul#nav li ul, div#main-menu ul#nav li ul li a:hover {
	color: #fff;
	/* background-image: url(nav_brocade_mo.gif); */
	background-image: url(nav_brocade.gif); 
	background-repeat: repeat;

}
div#main-menu ul#nav li.current_page_parent, div#main-menu ul#nav li.current_page_item {
	background-image: url(nav_brocade_mo.gif);
}
div#main-menu-bottom {
	/* background-image: url(nav_bottomshadow.gif); */
	
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 5px;
	width: 800px;
}

/* submenu's */ 

div#main-menu ul#nav li ul {
	display: none;
	left: 0;
	top: 35px;
	z-index: 100;
	padding: 0;
	margin: 0;
	position: absolute;
}

div#main-menu ul#nav li ul li {
	display: block;
	text-align: left;
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
	
	width: 305px;
}

div#main-menu ul#nav li> /**/ ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

div#main-menu ul#nav li:hover ul, div#main-menu ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
}
/* 
div#main-menu ul#nav li a {
	display:block;
  	width: 100%;
} */

/* main content */

#content {
	clear: left;
	text-align: left;
}

#main {
	width: 500px;
	float: left;
	margin: 0 18px;
}

#main h2 {
	margin: 18px 0 18px 0;
	padding: 0;
}
#main-lead {
	width: 418px;
	float: left;
}

#main-lead h3 a {
	color: #C96E02;
	text-decoration: none;
}
#main-lead h3 a:hover {
	color: #d79f07;
}

#main-right {
	width: 102px;
	text-align: center;
	float: right;
	margin: 24px 18px 0 0;
	display: inline;
}

#main-right-inner {
	width: 90px;
	margin: 0 auto;
}
#main-right h2 {
	display: none;
}

#main-right ul#language-switch {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main-right ul#language-switch li {
	display: inline;
	float: left;
	margin: 0 2px;
}

#main-right ul#language-switch li a {
	background-repeat: no-repeat;
	width: 38px;
	height: 25px;
	display: block;
}
#main-right ul#language-switch li a span {
	display: none;
}
#main-right ul#language-switch li#french a {
	background-image: url(index_flag_france.gif);
}
#main-right ul#language-switch li#german a {
	background-image: url(index_flag_germany.gif);
}
#main-right ul#language-switch li#english a {
	background-image: url(index_flag_english.gif);
}
#main-right ul#language-switch li#spanish a {
	background-image: url(index_flag_spanish.gif);
}
#main-center {
	clear: both;
}

#main-center h2 {
	width: 100px;
	text-align: center;
	float: left;
	font-size: 14px;
	line-height: 18px;
	color: #142611;
}
#main h2 a { 
	text-decoration: none;
}
#main-center img {
	float: right;
}

#index-news {
	float: left;
	clear: both;
	background-image: url(main_divider.gif);
	background-repeat: repeat-y;
	background-position: 184px top;
	width: 400px;
	margin-top: 36px;
	padding: 18px 0;
}

#index-news .newsblock1 {
	float: left;
	width: 200px;
}

#index-news .newsblock2 {
	float: right;
	width: 155px;
}

#index-news h2 {
	font-size: 18px;
	color: #C96E02;
	line-height: 18px;
	font-weight: lighter;
	margin: 0 0 18px 0;
	padding: 0;
}
#index-news h3 {
	font-size: 14px;
	color: #C96E02;
	line-height: 18px;
	font-weight: bold;
	margin: 0 0 18px 0;
	padding: 0;
}
#index-news h3 a {
	text-decoration: none;
}
#index-news h3 em {
	color: #000;
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;	
}
.clear {
	clear: both;
	height: 1px;
}
/* sidebar right */

#sidebar {
	width: 230px;	
	margin: 11px 8px 0 0;
	float: right;
	text-align: left;
}

#sidebar #sidebar-top-image {
	width: 183px; 
	height: 108px; 
	display: block; 
	text-align: center; 
	padding: 18px 0;
}

#sidebar p {
	padding: 0 0 0 4px; 
	width: 183px; 
	font-size: 11px;
	line-height: 14px;
	margin: 36px 0 36px 0;
}
#sidebar ul {
	list-style-type: none;
	margin: 0 0 0 4px;
	padding: 0;
}
#sidebar ul li ul li {
	margin: 0 0 0 12px;
	padding: 0;
}
#sidebar li a {
	text-decoration: none;	
}

#sidebar ul li.page_item a:hover {
	text-decoration: underline;	
	color: #7B0505;
}
#sidebar ul li.current_page_item a {
	color: #7B0505;
}

#sidebar ul li.current_page_item ul li a {
	color: #7B0505;
}

#sidebar h2 {
	font-size: 14px;
	color: #142611;
	margin: 0;
	padding: 0;
	font-weight: lighter;
	line-height: 18px;
}

/* footer */ 
div#footer {
	/* background-color: #A80202; */
	width: 800px;
	padding-top: 70px;
	background-image: url(bottom_logo.gif);
	background-repeat: no-repeat;
	background-position: 342px top;
}

div#footer-inner {
	background-color: #A80202;
	height: 25px;
	color: #fc0;
}

div#footer h2 {
	float: left;
	font-size: 11px;
	color: #fc0;
	margin: 8px 0 0 8px;
	padding: 0;
	line-height: 12px;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
}
div#footer h2 a {
	color: #fff;
	text-decoration: none;	
}
div#footer h2 a:hover {
	color: #fc0;
}

div#footer-menu {
	width: 300px;
	float: right;
	margin: 3px 8px 0 0;
}
div#footer-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
	display: inline;	
}

div#footer-menu li {
	display: inline;
	padding: 0;
	margin: 0;	
}

div#footer-menu li a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;	
	margin: 0 4px 0 0;	
	height: 25px;
}
div#footer-menu li a:hover {
	color: #fc0;
}

/* quick-access-menu */
#quick-access-menu {
	display: none;
}

/* title-program */
h3.title-program em {
	font-size: 14px;
	text-transform: none;
	font-style: normal;
	display: block;
	color: #000;
}

p#tagline {
	margin: 18px 0 0 48px;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	color: #1c620e;
	font-style: italic;
	font-weight: lighter;	
	width: 600px;	
}
p#tagline a {
	color: #1c620e;
	text-decoration: none;	
}
p#tagline a:hover {
	color: #a80202;
	text-decoration: none;	
}
strong {
	font-style: bold;
	font-weight: bold;
}

#searchbox {
	position: absolute;
	right: 0px;
	top: 216px;
	width: 265px;
	height: 20px;
	text-align: left;
}

div#sidebar-promo1 {
	background-color: #1c620e;
	text-align: center;
	padding: 8px;
	border: 1px #1c620e solid;
}
div#sidebar-promo2 {
	background-color: #fff;
	text-align: center;
	padding: 8px;
	margin-top: 122px;
	border: 6px #fff solid;
}
div#sidebar-promo1 h2 {
	font-size: 18px;
	color: #fff;
	line-height: 24px;
}
div#sidebar-promo2 h2 {
	font-size: 24px;
	color: #fff;
	line-height: 24px;
}
div#sidebar-promo1 p, div#sidebar-promo1 p a {
	line-height: 16px;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 14px;	
}
div#sidebar-promo2 p, div#sidebar-promo2 p a {
	line-height: 16px;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 14px 0;
	font-size: 14px;	
}
table.programprices {
	width: 100%;
	background-color: #000;
}
table.programprices td, table.programprices th {
	background-color: #efefef;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}

table.programprices th.programname {

}
table.programprices th.date {

}
table.programprices tr td, table.programprices th {
	background-color: #fc0;
}
table.programprices tr.toprow th {
	background-color: #efefef;
}
table.programprices tr.alternate td, table.programprices tr.alternate th {
	background-color: #FFFFB6;
}

table.programprices tr td.empty, table.programprices tr.alternate td.empty {
	background-color: #efefef;
}



p.registernow-link {
	text-align: center;
	border: 4px solid #1c620e;
	width: 120px;
	padding: 0;
	font-size: 14px;
	margin: 0 0 0 -100px;
	background-color: #fff;
}
p.registernow-link a {
	text-decoration: none;
	font-size: 14px;
	padding: 4px 10px;
	display: block;
	color: #7B0505;
	background-color: #fff;
}
p.registernow-link a:hover {
	
	color: #fff;
	background-color: #1c620e;
}
span.post-date, span.date {
	display: block;
	color: #1c620e;
	font-style: italic;
}
div.kb-inlinePicasa h3 {
	display: none;
}
div.kb-inlinePicasa-caption {
	font-size: 11px;
	color: #142611;
	font-style: italic;
	
}