/* ------------ allgemeine angaben -------------- */

*    {font-family:Verdana,Helvetica,Arial,sans-serif;}

* a:link    { text-decoration:underline; color: #2121ac; }
* a:visited { text-decoration:underline; color: #2121ac; }
* a:hover   { text-decoration:underline; color: #2121ac; }
* a:active  { text-decoration:underline; color: #2121ac; }

.box a:link    { text-decoration:underline; color: #2121ac; }
.box a:visited { text-decoration:underline; color: #2121ac; }
.box a:hover   { text-decoration:underline; color: #2121ac; }
.box a:active  { text-decoration:underline; color: #2121ac; }

img  {border:none;}
form {margin:0; padding:0;}

/* ------------ layout -------------------------- */

body {  background:#FFFFFF;
        padding:0px;
        margin: 4px 10px 10px 10px;
        }

#frame {
	width:780px;
	margin:0px;
	padding:0px;
	}

#logo {
  margin-bottom:5px;
  }

#logo a {margin:0px; padding:0px;}
#logo img {margin:0px; padding:0px;}

#left {
	width:   152px;
	margin: 10px 4px 0px 0px;
	padding: 0px;
	float:left;text-align:left
}

#mid {
	width:   466px;
	margin:  5px 4px 0px 0px;
	padding: 0px;
	float:left;
	}

#mid_left_mid {
	width:   624px;
	padding: 0px;
	margin:  5px 0px 0px 0px;
	float:left;
	}
	
#right { 
  width   :152px;
  padding :0px;
  margin  :10px 0px 0px 0px;
  float:left;
  }
  
/* ----------------- linke spalte sprachauswahl ------- */

#language_select {
  margin    :0 0 4px 0;
  padding:0;
  text-align:center;      
  font-size:13px;
  color:#31316c;
  }
       
#language_select span { margin: 0 0 0 5px;}

/* ------------ menue linke spalte -------------- */

#menu {text-align:left}

.auswahl
{
  color:white;
  text-align:left;
  list-style-type:none;
  background:#BDD2E0;
  margin:0px;
  padding:0px;
  border-width:0px 1px 0px 1px;
  border-style:solid;
  border-color:black;
  font-family:Verdana,sans-serif;
}

.auswahl a:link        { color:#1C212A;   text-decoration:none; }
.auswahl a:visited     { color:#1C212A; text-decoration:none;}
.auswahl a:hover       { color:#1C212A; text-decoration:underline;}
.auswahl a:active      { color:#1C212A; text-decoration:underline;}

.auswahl .menu1 a:link        { color:#002D7C;   text-decoration:none; }
.auswahl .menu1 a:visited     { color:#002D7C; text-decoration:none;}
.auswahl .menu1 a:hover       { color:#002D7C; text-decoration:none;}
.auswahl .menu1 a:active      { color:#002D7C; text-decoration:none;}

.auswahl .menu2 a:link        { color:#002D7C;   text-decoration:none; }
.auswahl .menu2 a:visited     { color:#002D7C; text-decoration:none;}
.auswahl .menu2 a:hover       { color:#002D7C; text-decoration:none;}
.auswahl .menu2 a:active      { color:#002D7C; text-decoration:none;}

.auswahl .menu0, .auswahl .menu0_sel

     { 
       
       font-size:14px;
       font-weight:normal;
       padding:4px 5px 4px 8px;
       margin:0px;
     }

.auswahl .menu1, .auswahl .menu1_sel

     { 
       font-size:12px;
       background:#E4EDF3;
       padding:4px 10px 4px 12px;
       margin: 0px 0px 0px 0px;
     }

.auswahl .menu2, .auswahl .menu2_sel  

     { font-size:10px;
       font-style: italic;
       background:#E0C888;
       padding:2px 20px 3px 36px;
       margin: 0px 0px 0px 0px;
     }

.auswahl .menu0_sel { background:#6D87BA; color:#002D7C; }
.auswahl .menu1_sel { background:#6D87BA; color:#002D7C; font-weight:bold;} 
.auswahl .menu2_sel { background:#6D87BA; color:#002D7C; }

/* ----------------- linke spalte part_of ------- */

#part_of { font-size:10px;
           margin:25px 0px 0px 17px;
           text-align:left;
           
           }

/* ---------------- mittlere spalte ----------------- */


#navigation{
	padding: 14px 16px 22px 16px;
	margin: 0px;
	font-size:11px;
        position:relative;
}

#nav_prev {
	float:left;
	width:40%;
}

#nav_next {
	float:right;
	width:40%;
	text-align:right;
}

#nav_prev img {margin-right:5px; vertical-align:middle;}
#nav_next img {margin-left:5px; vertical-align:middle;}

#enroll_now {
position:absolute;
left:0;
width:100%;
  text-align:center;
  margin:0px;
  padding: 0px 0px 0px 0px;
  }

#enroll_now a:link    { font-size:11px; color:#9F6F39;}
#enroll_now a:active  { font-size:11px; color:#9F6F39; }
#enroll_now a:hover   { font-size:11px; color:#9F6F39; }
#enroll_now a:visited { font-size:11px; color:#9F6F39; }

#mid_content {
  text-align:justify;
	margin-top:3px;
	padding: 3px 13px 10px 13px;
	font-size:10pt;
  font-family:Verdana;
  }

#mid_content p { font-size:10pt; padding:0px; margin: 0px 5px 15px 7px; text-align:justify;	}

#mid_content h1 { font-size:17px; text-align:left; font-weight:bold; padding:0px; margin:0px 0px 13px 0px; color: #002D7C;}
#mid_content h2 { font-size:15px; text-align:left; font-style:normal; font-weight:normal; padding:0px; margin:0px 0px 12px 0px; color: #002D7C;}
#mid_content h3 { font-size:14px; text-align:left; font-weight:bold;padding:0px; margin:6px 0px 0px 0px; color: #000000;}
#mid_content h4 { font-size:13px; text-align:left; font-weight:normal;}

#mid_content em , .box em { font-family:Agenda, Verdana, sans-serif; font-weight:bold; color: #CC0A4F; font-style:normal; letter-spacing: 0.1em; }

#mid_content table { margin:10px 0px 10px 0px; border-collapse: collapse;}
#mid_content table td { padding:5px; background-color: #FCE29D; font-size:9pt; border: solid black 1px; text-align:left;}
#mid_content table th { padding:5px; background-color: #E0C888; font-size:10pt; color:black; border: solid black 1px; text-align:center;}
#mid_content table a {color:#4BA087;}
#mid_content table em { color: #002D7C;}

#mid_content .fototable td { margin:0px; padding:0px; background: white;}
#mid_content .fototable { width:100%; }
#mid_content .fototable p { padding-right: 10px; }

#mid_content ul       { padding: 0px 0px 5px 35px; margin:0px; list-style-image:url(images/small_crown.gif)}
#mid_content ul li    { margin:0px; padding:0px 0px 5px 3px; text-align:left; }

#mid_content .center {text-align:center; margin-bottom:10px;}
#mid_content .float_right   { float:right; padding:4Px 0px 4px 15px; }
#mid_content .float_left    { float:left; padding:4px 15px 4px 0px; }
#mid_content .boxed    { border:solid #000000 2px; padding:10px; }
#mid_content .underlay { padding:10px; background:#E7CB8C; }
#mid_content .underlay table {padding:0px; margin:0px; border:none; background:#E7CB8C;}
#mid_content .underlay table td {border:none; }
#mid_content .small    { font-size:9pt; }
#mid_content .small_link    { font-size:11px; }

#mid_content hr        { color:black;}

#mid_content .not_entered { border-size:2px; border-style:solid; border-color:red; }

#mid_content table.pricelist {width:100%;}
#mid_content table.pricelist tr > th {width:25%;}
#mid_content table.pricelist td { text-align:center;}
/* Headlines th */
#mid_content table.pricelist tr.intensity th,
#mid_content table.pricelist tr.room th,
#mid_content table.pricelist tr.board th,
#mid_content table.pricelist tr.bath th,
#mid_content table.pricelist tr.season th
 { padding:5px 4px 5px 6px; }

/* Headlines td */
#mid_content table.pricelist tr.intensity td,
#mid_content table.pricelist tr.room td,
#mid_content table.pricelist tr.board td,
#mid_content table.pricelist tr.bath td,
#mid_content table.pricelist tr.season td
 { background-color:#E0C888; padding:5px 4px 5px 6px; text-align:center; font-weight: bold;}

/* Location Headline th and td */
#mid_content table.pricelist tr.location th { }
#mid_content table.pricelist tr.location td {background-color:#E0C888; font-weight:bold; }

/* Duration th and Prices td */
#mid_content table.pricelist tr.duration th { font-weight:normal; }
#mid_content table.pricelist tr.duration td { }

body.body_iframe #mid_content .enrollment {margin:1px 1px 0px 1px;}
#mid_content .enrollment iframe {margin-bottom:2px;}
#mid_content .enrollment table { border:solid 1px black; margin:0px 0px 24px 0px; width:100%;}
#mid_content .enrollment tbody { padding:5px; }
#mid_content .enrollment table td {padding: 2px 2px 2px 5px; border-style:none;}
#mid_content .enrollment table th {padding: 2px 2px 3px 5px; border-style:solid; border-color:black; border-width:0px 0px 1px 0px;}
#mid_content .enrollment_control table {border-style:none; background-color:white; }
#mid_content .enrollment_control td {border-style:none; background-color:white; }
#mid_content .enrollment form input { font-size: 14px; }
#mid_content .enrollment textarea { font-size: 14px; }

.enrollment input { font-size:12px; }
.enrollment select { font-size:11px; }
.enrollment select option { font-size:11px; }
.enrollment td { text-align:left; }

.courseSelectorSlim table {border:none !important;}
#right .enrollment_control {padding-bottom:8px;}

#mid_content .blind {border-style:none;}
#mid_content .input {color:#D63811;}

#sitemap ul * {list-style-type: disc; margin-left:16px; padding-left:0px;}
#sitemap li {font-weight:bold;}
#sitemap li a {font-weight:bold;}
#sitemap li p {font-weight:normal; font-size:11px; margin-top:4px;}

/* -------------- box -------------- */

.box           { margin-bottom:14px; font-size:11px; padding:0px; color:black;  }
.box p         { padding:1px 6px 6px 6px; margin:0px;}
.box h1        { font-size:12px; padding:5px; margin:0px;}
.box h5        { font-size:12px; padding:5px; margin:0px;}
.box ul        { padding: 6px; margin:0px; list-style-image:url(images/small_crown.gif)}
.box ul li     { margin:0px 0px 5px 13px; padding:0px }
.box hr        { color: white; height: 2px; margin: 0px 2px 5px 2px; }

.box1          { background:#FDCACA; border-width:0px 1px 0px 1px; border-color:#302B1E; border-style:solid; }
.box1 img      { margin:1px 0px 4px 0px; padding:0px; border-style: solid; border-color: black; border-width: 1px 0px 1px 0px;}


.box .boxtop { background-image:url(images/box_top.gif); background-repeat:no-repeat; display:block; height:5px; }
.box .boxbottom { background-image:url(images/box_bottom.gif); background-repeat:no-repeat; display:block; height:5px; }

/*exgelb #FEE839 */

/********** bottom  *****/

#bottom
{
  padding:0px auto 12px auto;
  text-align:center;
  float:left;
  position:relative;
  left:50%; /* center float elements */
}

#bottom ul.bottom_menu
{
  margin:0px auto 10px auto;
  padding:0;
  float:left;
  position:relative;
  left:-50%; /* center float elements */
}

#bottom ul.bottom_menu li.struct, #bottom ul.bottom_menu ul
{
  margin:0px 10px 0px 0px;
  padding:0px;
  text-align:center; 
  float:left;
  border-width:0px 0px 0px 1px;
  border-color:#175079;
  border-style:none;
}

#bottom ul.bottom_menu li.struct
 { border-style:none;}
#bottom ul.bottom_menu li.struct+li.struct
 { border-style:solid;}

#bottom ul.bottom_menu ul.menu0, #bottom ul.bottom_menu ul.menu0_sel { border-style:none;}
#bottom ul.bottom_menu ul.menu0 + ul.menu0,
#bottom ul.bottom_menu ul.menu0_sel + ul.menu0,
#bottom ul.bottom_menu ul.menu0 + ul.menu0_sel,
#bottom ul.bottom_menu ul.menu0_sel + ul.menu0_sel 
{ border-style:solid;}

#bottom ul.menu0_sel {  }

#bottom li
{
  list-style-type:none;
  color:#175079;
  margin:0px 9px 3px 7px;
  padding: 0px 0px 0px 14px;
  font-size:11px;
  border:none;
  text-align:left;
}

#bottom li.menu0 + li.menu1_sel, #bottom li.menu0_sel + li.menu1, #bottom li.menu0 + li.menu1
{
  padding-top:5px;
}

#bottom li.menu1, #bottom li.menu1_sel
{
  font-size:9px;
  margin-left:14x;
}
