/******************************************************************************
 * 
 * GLOBAL FORMATS FOR HTML PAGE
 * 
/*****************************************************************************/

html {
  padding-bottom: 0.005em;
}

body {
	background-color: #1cbece;
  margin: 0;
  padding: 0;
  font-family: arial, sans-serif;
}


/******************************************************************************
 * 
 * DIRECT FORMAT OF HTML ELEMENTS (A, H1, H2, P, IMG)
 * 
/*****************************************************************************/

h1 {
  font-size: 1.8em;
  color: #0088b3;
}

h2 {
  font-size: 1.3em;
  color: #0088b3;
  clear: both;
}

input, textarea {
  font-family: arial, sans-serif;
  font-size: 1em;
}

li {
  margin-bottom: 0.8em;
}

li:before{
  content: "\25B6  ";
  color: #0088b3;
}

p {
  clear: both;
}

ul {
  list-style-type: none;
}



/******************************************************************************
 * 
 * FORMAT OF THE SITECONTAINER
 * 
/*****************************************************************************/

#site {
	width: 78em;
	background-color: #ffffff;
}

#banner {
  height: 140px;
  width: 100%;
  background-color: #000000;
  overflow: hidden;
}

#content_layout {
  padding: 1.5em 1em 1em 1em;
  width: 80%;
  background-color: #ffffff;
  font-size: 1.1em;	
}

#content_layout_info {
  padding: 1.5em 1em 1em 1em;
  background-color: #ffffff;
  font-size: 1.1em;
}

#content_layout_info h2 {
  float: left;
  width: 10em;
  clear: both;
  font-size: 1.1em;
  color: #0088b3;
  margin-top: 0em;
}

#content_layout_info h3{
  clear: none;
  margin-left: 12.9em;
}

#content_layout_info p {
  clear: none;
  margin-left: 15em;
}

#content_layout_info ul {
  clear: none;
  margin-left: 15em;
  list-style-type: none;
}

#content_layout_info li:before{
  content: "\25B6  ";
  color: #0088b3;
}

#content_layout_program h2 {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #0088b3;
}

#printpage {
	padding: 0.5em 1em 0.5em 1em;
	background-color: #f9f9f9;
}

#printpage a {
  padding: 0.2em;
  color: #000000;
  text-decoration: underline;
}

#mainnavigation {
  margin: 0;
  padding: 0.5em 0 0 0em;
  width: 100%;
}

#mainnavigation a {
  display: block;
  float: left;
  margin: 0;
  padding: 0.5em 0.6em 0.5em 0.6em;
  text-decoration: none;
  color: #000000;
}

.mainnavigation_first {
	background: url("../images/nav_bg.gif") no-repeat bottom left;	
}

.mainnavigation_last {
	background: url("../images/nav_bg.gif") no-repeat bottom left;	
}

.mainnavigation_sel {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #e0e0e0;
	font-weight: bold;	
}

.mainnavigation {
  background: url("../images/nav_bg.gif") no-repeat bottom left;
}

#subnavigation {
  height: 2em;
  padding: 0.5em 0 0 1em;
	background: url("../images/subnav_bg.gif") repeat-x bottom left;
}

.subnavigation {
  text-decoration: none;
  color: #000000;
}

.subnavigation:hover {
  text-decoration: underline;
}

.subnavigation_sel {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#bookletnavigation {
  padding: 1em 1em 1em 1em;
 	background-color: #f9f9f9;
 	border-width: 0 0 1px 0;
 	border-style: solid;
 	border-color: #0088b3;
}

.bookletnavpointbox {
	padding: 0.3em;
}

.bookletnavpoint {
	color: #000000;
	text-decoration: none;
}

.bookletnavpoint:hover {
	color: #000000;
	text-decoration: underline;
}

.bookletnavpoint_sel {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.contenttoolbar {
	padding: 4px 8px 0 0;
}

#r3 {
	width: 78em;
}

#footer {
  padding: 1em;
  background-color: #1cbece;
  text-align: right;
}

#footer_headline {
  font-size: 1.8em;
  color: #ffffff;
}

#footer_image {
  float: left;
}

#footer_content {
	color: #ffffff;
}

.guestbook {
  margin-bottom: 2em;
  width: 50%;
}

.guestbookheader {
  background-color: #1CBECE;
  color: white;
  padding: 0.4em;
}

.guestbookcontent {
  background-color: #EFEFEF;
  padding: 0.4em;  
}

.guestbookcontentheadline {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.programlist {
  background-color: #1CBECE;
  padding: 0;
  margin-bottom: 0.7em;
}

.programlistdate {
  float: left;
  width: 12em;
  color: #ffffff;
  font-weight: bold;
  padding: 0.3em;
}

.programlistdate_costs {
  font-weight: normal;
}

.programlistcontent {
  margin-left: 12em;
  background-color: #ffffff;
  padding: 0.3em 0.3em 0.3em 1em;
}

.programlistcontenttext {
	margin: 2em 0 2em 0;
	background-color: #f9f9f9;
	padding: 1em;
}

.programlistheader {
  color: #0088b3;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.programlistlinks {
  margin-top: 0.3em;
}

.programlistlinks a {
  color: #0088b3;
}

.teamlist {
  padding: 0;
  margin-bottom: 1.6em;
}

.teamobjectimage {
  float: left;
  width: 80px;
}

.teamobjectcontent {
  margin-left: 90px;
  background-color: #ffffff;
  padding: 0.3em 0.3em 0.3em 1em;
}

.teamobjectheader {
  font-weight: bold;
}

.teamobjectdescription {
  font-style: italic;
}

.teamobjectinfo {
	margin-top: 1em;
}

/******************************************************************************
 * 
 * CSS CLASSES 
 * 
/*****************************************************************************/

.cicontact_contact_form_labelleft {
  float: left;
  text-align: right;
  width: 10em;
  margin-right: .3em;
}

.form_labelleft {
  float: left;
  text-align: right;
  width: 12em;
  margin-right: .3em;
}

.guestbook_form_labelleft {
  float: left;
  text-align: right;
  width: 10em;
  margin-right: .3em;
}

/*SYSTEM*/

#errorbox {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #ff0000;
  background-color: #ffeded;
  padding: 1em;
  clear: both;
  margin-bottom: 2em;
}


/******************************************************************************
 * 
 * CSS CLASSES FOR DIRECT FORMATTING
 * 
/*****************************************************************************/

.bold {
  font-weight: bold;
}

.clearfloat {
  clear: both;
}

.center {
  text-align: center;
}

.italic {
  font-style: italic;
}

.floatleft {
  float: left;
}

/* Inline Component */
.img_left {
  vertical-align: text-top;
  margin: 0.7em;
  float: left;
}

.img_right {
  float: right;
  vertical-align: text-top;
  margin: 0.7em;
}

.input_5 {
  width: 5em;
  font-size: 1em;
}

.input_10 {
  width: 10em;
  font-size: 1em;
}

.input_20 {
  width: 20em;
  font-size: 1em;
}

.textarea_20_10 {
  width: 20em;
  height: 10em; 
}
