a{
  color: #0088c2;
  text-decoration: none;
}

a:hover{
  color: #97be0d;
  text-decoration: underline;
}

a.courseprice{
  color: #333333;
  text-decoration: none;
  font-size: 8pt;
  font-weight: bold;
}

a.courseprice:hover{
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 8pt;
}

a.black{
  color: #333333;
  font-size: 10pt;
}

a.black:hover{
  color: #000000;
  text-decoration: underline;
  font-size: 10pt;
}

a.white{
  color: #FFFFFF;
  font-size: 10pt;
}

a.white:hover{
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 10pt;
}

/*
/ <div> HTML container
*/
html,body{ 
  font-family: Arial;
  font-size: 9pt;
  height:100%; 
  margin:0; 
  padding:0; 
  text-align:center;
  background-image: url(../img/bg_page.jpg);
  background-repeat: repeat-x;
}

div#page{ 
  height:100%; 
  width: 990px; 
  margin: 0 auto 0 auto;
}

ul{
  padding-top: 0px;
  margin-top: 0px;
  padding-left: 10px;
  margin-left: 10px;
}

#page_content{
  padding-left: 8px;
  padding-right: 8px;
  background-image: url(../img/shadow.jpg);
  background-repeat: repeat-y;
}

#col_1_1{
  width: 990px;
  padding-top: 15px;
  padding-bottom: 1em;
  text-align: left;
}

#col_2_1{
  margin: 2px;
  width: 216px;
  float: left;
  text-align: left;
}

#col_2_2{
  float: left;
  width: 745px;
  padding: 2px;
  text-align: left;
}

#col_3_1{
  width: 216px;
  float: left;
  padding: 15px 2px 2px 2px;
  text-align: left;
}

#col_3_2{
  width: 545px;
  float: left;
  padding: 2px;
  text-align: left;
}

#col_3_3{
  width: 160px;
  float: left;
  padding: 15px 2px 2px 2px;
  text-align: left;
}

#header{
  padding: 11px 2px 2px 2px;
  text-align: left;
  height: 67px;
}

#footer{
  padding: 2px;
  clear: both;
  text-align: left;
  width: 100%;
}

/**
/ positioning
*/
/*
.topline{
  position: relative;
  height: 50px;
  background-color: #e6e7e7;
  float: left;
}*/

.headline_top{
  position: relative;
  top: -33px;
  left: 225px;
  width: 600px;
}

.headline_top h2{
  font-size: 12pt;
}

.menu_javascript{
  position: relative;
  left: 15px;
  top: -10px;
}

.contact_top{
  text-align: right;
  position: relative;
  top: 48px;
  left: 613px;
  width: 350px;
}

.textbox{
  margin: 5px;
}
/*
.webcode_bracket_open{
  float: left;
  position: relative;
  left: 243px;
  top: -42px;
  width: 15px;
}

.webcode_bracket_close{
  position: relative;
  left: 500px;
  top: -70px;
  width: 15px;
}*/

.content_main{
  font-size: 1em;
  line-height: 1.5em;
  padding: 15px 15px 12px 15px;
}

.content_pageflip{
  border: 1px solid #c2c3c4;
  margin: 15px 15px 5px 15px;
  padding: 7px 7px 0px 7px;
  text-align: center;
  vertical-align: middle;
}

.content_pageflip_txt{
  color: #FFFFFF;
  background-color: #0088c2;
  margin: 5px 15px 15px 15px;
  text-align: center;
}

.content_slider{
  font-size: 1em;
  line-height: 1.5em;
  margin: 2px 10px 10px 10px;
  padding: 5px 5px 5px 5px;
  border: 2px solid #c2c3c4;
  background-color: #e6e7e7;
}

.content_slider h2{
  font-size: 11pt;
  margin-top: 0px;
}

.content_main h1{
  font-size: 13pt;
  margin-top: 10px;
}

.content_main h2{
  font-size: 11pt;
  margin-top: 0px;
}

.photo_top{
  padding-top: 15px;
}

.photo_top_right{
  position: relative;
  left: 2px;
  top: 2px;
}

#kurskompass{
  border-top: 2px solid #ffffff;
  font-weight: bold;
  padding: 2px 10px 2px 10px;
  background-image: url(../img/bg_kurskompass.jpg);
  background-repeat: no-repeat;
  height: 18px;
}

#kurskompass_select{
  border: 2px solid #c2c3c4;
  padding: 10px 15px 2px 10px;
  background-color: #e6e7e7;
}

#suche{
  border: 2px solid #c2c3c4;
  padding: 10px 10px 10px 16px;
  background-color: #e6e7e7;
}

.submit{
  font-weight: bold;
  border: none;
  padding: 5px;
  margin: 0;
  background-color: #e6e7e7;
}

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

.sel_coursefinder{
  border: 1px solid #97be0d;
  width: 180px;
  margin: 0px 0px 5px 5px;
}

.input_text{
  border: 1px solid #97be0d;
  margin: 0px 0px 5px 5px;
}

/*
/ main menu
*/
#menu_main{
  top: -50px;
  width: 216px;
  background-color: #c6c7c8;
}

#menu_main ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu_main ul li{
  margin: 0;
  border-top: 2px solid #ffffff;
}

#menu_main ul li a{
  display: block;
  text-decoration: none;  
  padding: 3px 10px 3px 10px;
  color: #000000;
}

#menu_main ul li a:hover{
  background-color: #97be0d;
  text-decoration: underline;
}

#menu_main2{
  width: 216px;
  background-color: #999999;
}

#menu_main2 ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu_main2 ul li{
  margin: 0;
  border-top: 2px solid #ffffff;
}

#menu_main2 ul li a{
  display: block;
  padding: 3px 10px 3px 10px;
  text-decoration: none;
  color: #ffffff;
}

#menu_main2 ul li a:hover{
  text-decoration: underline;
  background-color: #97be0d;
}

/**
/ footer elem with top schools etc.
*/
#top_footer{
  clear: both;
  width: 968px;
  background-color: #97be0d;
}

#top_footer strong{
  font-size: 12;
}

#top_footer ul{
  list-style: disc;
  font-size: 12;
  margin: 0;
  padding: 0px 0px 0px 15px;
}


/**
/ title in elem_top
*/
#header h2{
  font-family: Arial;
  font-size: 14pt;
  margin: 0px;
  color: #0088c2;
  font-weight: normal;
}

#map_canvas{
 width: 740px; 
 height: 441px; 
 border-style:solid; 
 border-+:1px; 
 border-color: #999999; 
 overflow:hidden;
}

/*#########################
# Karteikarten Menu Kurse #
#########################*/
#coursenav{
  font-weight: bold;
  position: relative;
}

#coursenav ul{
  padding: 3px 0;
  margin-left: 0;
  border-bottom: 1px solid #c7c7c9;
  font: bold 10px Arial, sans-serif;
}

#coursenav ul li{
  list-style: none;
  margin: 0;
  display: inline;
}

#coursenav ul li a{
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #c7c7c9;
  border-bottom: none;
  background: #ffffff;
  text-decoration: none;
}

#coursenav ul li a:link{
  color: #333333;
}

#coursenav ul li a:visited{
  color: #667;
}

#coursenav ul li a:link:hover, #coursenav ul li a:visited:hover{
  color: #FFFFFF;
  background: #97be0d;
}

#coursenav ul li a#current{
  color: #000000;
  background: white;
  border-bottom: 1px solid white;
}

/*#############
# Menu School #
#############*/

#menu_school{
  font-weight: bold;
  position: relative;
}

#menu_school ul{
  padding: 3px 0;
  margin-left: 0;
  border-bottom: 1px solid #c7c7c9;
  font: bold 12px Arial, sans-serif;
}

#menu_school ul li{
  list-style: none;
  margin: 0;
  display: inline;
}

#menu_school ul li a{
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #c7c7c9;
  border-bottom: none;
  background: #ffffff;
  text-decoration: none;
}

#menu_school ul li a:link{
  color: #0088c2;
}

#menu_school ul li a:visited{
  color: #0088c2;
}

#menu_school ul li a:link:hover, #menu_school ul li a:visited:hover{
  color: #FFFFFF;
  background: #97be0d;
}

#menu_school ul li a#current{
  color: #000000;
  background: white;
  border-bottom: 1px solid white;
}

#menu_school_b{
  font-weight: bold;
  position: relative;
}

#menu_school_b ul{
  padding: 3px 0;
  margin-left: 0;
  border-top: 1px solid #c7c7c9;
  font: bold 12px Arial, sans-serif;
}

#menu_school_b ul li{
  list-style: none;
  margin: 0;
  display: inline;
}

#menu_school_b ul li a{
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #c7c7c9;
  border-top: none;
  background: #ffffff;
  text-decoration: none;
}

#menu_school_b ul li a:link{
  color: #0088c2;
}

#menu_school_b ul li a:visited{
  color: #0088c2;
}

#menu_school_b ul li a:link:hover, #menu_school_b ul li a:visited:hover{
  color: #FFFFFF;
  background: #97be0d;
}

#menu_school_b ul li a#current_b{
  color: #000000;
  background: white;
  border-top: 1px solid white;
}

.tr_schoolfacts{
  background: #e7e7e7;
}

.tr_schoolfacts_grey{
  background: #c3c3c3;
}

.tr_blue{
  background: #0088c2;
  color: #ffffff;
}

.bg_green{
  background: #97be0d;
}

.bg_courseprice{
  background: #c6c7c8;
}

.bg_courseprice_hover{
  background: #0088c2;
}

.course_info{
  border: 1px solid #333333;
  background: #e6e7e7;
}

.textbluebold{
  font-weight: bold;
}

.index_left_cell{
  padding-left: 10px;
}

.index_right_cell{
  padding-left: 250px;
}

.content_main_table{
  font-size: 1em;
  line-height: 1.5em;
  margin: 2px 10px 10px 10px;
  border: 1px solid #999999;
}

.school_result{
  
}

.school_result_cell_title{
  border-bottom: 2px solid #666666;
  vertical-align: top;
  padding: 2px 5px 2px 5px;
  font-weight: bold;
  background-color: #e6e7e7; 
}

.school_result_cell{
  border-bottom: 1px solid #999999;
  vertical-align: top;
  padding: 2px 5px 2px 5px;
}

.text_small{
  font-size: 8pt;
}

.cell_courses{
  padding-right: 20px;
}

.leftFloat{
  padding-left: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  float: left;
}

.rightFloat{
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  float: right;
}

.td_box{
  font-size: 1px;
}

	
.teaser {
color: #0088c2;
/*height:200px;*/
padding: 0px 20px 0px 20px;
}

.teaser p{
color: black;
font-style: italic;
padding: 0px 0px 0px 0px;
/*height:200px;*/
/*padding: 0px 20px 0px 20px;*/
}

.ro {
background:transparent url(../pics/teaser_ro.gif) no-repeat scroll right top;
float:left;
margin:0;
padding:0;
width:360px;
}
.lo {
background:transparent url(../pics/teaser_lo.gif) no-repeat scroll left top;
margin:0;
padding:0;
}
.ru {
background:transparent url(../pics/teaser_ru.gif) no-repeat scroll right bottom;
margin:0;
padding:0;
}
.lu {
background:transparent url(../pics/teaser_lu.gif) no-repeat scroll left bottom;
margin:0;
padding:0;
}

#did_you_mean {
	font-size: 14px; 
	text-align:center ;
	margin:10px;
	color: black;
	background-color: white;
}
#did_you_mean a {
	color: blue;
}

#result_report {
	text-align:center ;
	padding:3px;
	background-color:#e5ecf9; 
	font-weight: bold;
	margin-bottom:14px;
}


.url {color: #008000; font-size:14px;}
.title{color:#0000FF; font-size:16px; text-decoration: underline;}

#other_pages {
	text-align:center;
	color: black;
}
#other_pages a {
	color: blue;
	font-size:16px;
	text-decoration: underline;
}

.SuggestFramework_List
{
	border: 1px solid #CCCCCC;
	border-top: 0;
}

.SuggestFramework_Heading
{
	padding: 0 1px 0 1px;
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
}

.SuggestFramework_Highlighted
{
	padding: 0 1px 0 1px;
	background-color: Highlight;
	color: HighlightText;
}

.SuggestFramework_Normal
{
	padding: 0 1px 0 1px;
	background-color: #e6e6bf;
	color: #000000;
}

.SuggestFramework_Combo
{
	width: 100%; 
	margin: 0; 
	padding: 0;
}

.SuggestFramework_input {
      padding: 0;
      margin: 0;
      background-color: #7F91E7; 
      color: black;
}


/* start tag cloud styles */
/* #333333#e6e7e7;
}#c6c7c8 */
#tags {
float: none;
width: 212px;
margin: 10px 0px;
padding: 2px;
background: #97be0d; /*  #97be0d;#c6c7c8;*/
color:	#ffffff;
text-align: justify;
/*border: 1px dashed #cccccc; */
}
#tags .title {
font-family:arial;
font-size:14px;
font-style: italic;
background-color: transparent;
padding: 2px 2px;
color:#ffffff;
text-decoration: none;
/* border-bottom: 1px solid; */
}
#tags a {
font-family:arial;
color: #ffffff;
background-color: transparent;
padding: 2px 2px;
/*white-space: nowrap;*/
text-decoration: none;
}
#tags a:hover {
/*color: #ffffff;*/
background:   #0088c2;/* #00209F;*/
text-decoration: none;
}
/* end of tag cloud styles */