body
{
  font-family: "Lucida Grande", Helvetica, Arial, Verdana;
  /*font-family: "Lucida Grande",Garuda,sans-serif;*/
  font-size: 12px;
  color: #3e4a4a;
}

table td{
vertical-align: top;	
}
.container
{
  margin-left: auto;
  margin-right: auto;
  width: 1020px;
}
#top
{
  width: 1020px;
  height: 161px;
  background-image: url(../graphic/bg_main_menu.gif);
  background-repeat: repeat-x;
}

#main
{
  width: 1020px;
  /*background-image: url(../graphic/right_col_bg.gif);
  background-position: 720px 0px;
  background-repeat: repeat-y;*/
  padding-top: 10px;
}

#main.template1
{
  background-image: url(../graphic/right_col_bg.gif);
  background-position: 720px 0px;
  background-repeat: repeat-y;
}

#m_content
{
  float: left;
  width: 758px;

}

/*---- Top Header & Menu ------*/
/*-----------------------------*/

#logo
{
  width: 230px;
  height: 161px;
  float: left;
}

#logo a img
{
  behavior: url('http://www.krm.no/script/iepngfix.htc');
}

#logo img
{
  margin: 26px 0 0 80px; 
  behavior: url(../_public/krm2/pngfix/iepngfix.htc);
}

#top_menu_wrap
{
  float: left;
  height: 128px;
  width: 790px;
}

#menu_tabs ul
{
  margin-top: 66px;
}

#menu_tabs ul li a
{
  width: 109px;
  height: 44px;
  display: inline-block;
  background-image: url(../graphic/tab_inactive.gif);
  background-repeat: no-repeat;
  padding: 17px 1px 0 1px;
  color: #fff;
  font-size: 16px;
  text-align:center;
}

.main_active
{
  background-image: url(../graphic/tab_selected.gif)!important;
  background-repeat: no-repeat;
  height: 56px!important;
  color: #135c48!important;
}
#menu_tabs ul li a:hover
{
  background-image: url(../graphic/tab_hover.gif)!important;
  background-repeat: no-repeat;
}
#menu_tabs ul li a.main_active:hover
{
  background-image: url(../graphic/tab_selected.gif)!important;
  background-repeat: no-repeat;
}


#menu_tabs ul li
{
  float: left;
}

#bottom_menu_wrap
{
  height: 31px;
  /*width: 1020px;*/
}

#menu_text
{
  float: left;
  font-size: 20px;
  color: #7c9292;
  margin-left: 105px;
  display: inline;
}
#menu_search
{
  float: right;
  margin: -2px 30px 0 0;
  display: inline;
}

#menu_search input
{
  float: left;
 /* height: 24px;*/
}

#btnWrap
{
  float: right;
  width: 64px;
  margin: 0px 30px 0 0;
  display: inline;
}

input.search_textbox
{
  height: 20px;
  background: url('../graphic/bg_search.gif') repeat-x top;
}

input.button {
    background: transparent url('../graphic/btn_search.gif') no-repeat scroll top right;
    color: #fff!important;
    float: left;
    height: 24px;
    width: 43px;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    margin-left: 9px; 
    border: 0 none;
    font-size: 12px!important;
}

a.btnLoginn {
    background: transparent url('../graphic/btn_logg_inn.gif') no-repeat scroll top right;
    color: #fff!important;
    display: block;
    float: left;
    height: 16px;
    width: 65px;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    padding-top: 3px;
}

a.btnSidekart {
    background: transparent url('../graphic/btn_logg_inn.gif') no-repeat scroll top right;
    color: #fff!important;
    display: block;
    float: left;
    height: 16px;
    width: 65px;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    margin-bottom: 2px;
    padding-top: 3px;
}


/*---- Shadows Left & Right ---*/
/*-----------------------------*/
#left_shadow
{
  width: 29px;
  margin-left: 1px;
  /*height: 1149px;*/
height: 1100px;
  float:left;
  background-image: url(../graphic/shadow_left.gif);
  background-repeat: no-repeat;
  display: inline;
  margin-top: -10px;
}

#right_shadow
{
  width: 29px;
  margin-right: 1px;
  /*height: 1149px;*/
height: 1100px;
  float:right;
  background-image: url(../graphic/shadow_right.gif);
  background-repeat: no-repeat;
  display: inline;
  margin-top: -10px;
}


/*---- Left Menu --------------*/
/*-----------------------------*/

#menu
{
  width: 192px;
  margin: 0 10px 0 0px;
  background-color: #d9e3e3;
  float: left;
  display:inline;
}

#menu ul
{
  list-style: none;
}

#menu ul li
{
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  min-height: 26px;
  border-bottom: 1px solid #bdc8c8;
  border-top: 1px solid #edf2f2;
  line-height:2em;
}

.left_menu_header
{
  height: 41px !important;
  background-image: url(../graphic/left_menu_bg.jpg);
  background-repeat: repeat-x;
  font-size: 16px !important;
  color: #fff;
  border-bottom: none !important;
  border-left: none !important;
  text-indent: 19px;
  line-height: 2.5em!important;
  border-top: 0px !important;
}

#menu ul li a
{
  padding-left: 19px;
  display: inline-block;
}
#menu ul li img
{
  padding: 16px 0 4px 0px;
}

#menu_bottom
{
  background-image: url(../graphic/menu_end_fade.jpg);
  background-repeat: no-repeat;
  background-color: #fff;
  height: 200px;
  width: 192px;
}

#menu_bottom img
{
  margin: 42px 0 0 24px;
}
.active
{
  background-image: url(../graphic/check.png);
  background-position: right;
  background-repeat:no-repeat;
  margin-right: 5px!important;
}

/*---- Main Banner ------------*/
/*-----------------------------*/
.banner_top
{
  width: 758px;
  height: 350px;
  color: #fff;
}
.banner_top .heading
{
  font-size: 3.083em;
  padding: 24px 0 0 26px;  
}

.banner_top p
{
  width: 468px;
  padding: 8px 0 0 26px;
  font-size: 1.5em;
}

.banner_contact
{
  width: 420px;
  float: right;
  color: #7c9292;
}
.banner_contact .heading
{
  font-size: 1.833em;
  width: 195px;
  padding: 30px 0 0 16px;
  line-height: 1.1em;
}

.banner_contact p
{
  padding: 8px 0 16px 16px;
  font-size: 1.333em;
line-height: 1.2;
}
/*---- Green Info Box ---------*/
/*-----------------------------*/

.info_box
{
  background-image: url(../graphic/pamelding.jpg);
  background-repeat: no-repeat;
  width: 310px;
  height: 220px;
  margin-top: 12px;
  padding: 0 0 0 28px;
  color: #fff;
  text-align: left;
  float: left;
}

.info_box_top
{
  font-size: 1.833em;
  margin-top: 30px;
  width: 275px;
  text-align: center;
}

.info_box_middle
{
  padding: 23px 0 0 7px;
  width: 275px;
  height: 99px;
  line-height: 1.3em;

}

a.info_box_link
{
  color: #fff!important;
  padding: 6px 30px;
  width: 194px;
  margin-left: 42px;
font-size: 1.333em;
display:block;
}


/*---- Artikler og notiser ----*/
/*-----------------------------*/

#main_left
{
  float: left;
  width: 459px;
  margin-left: 10px;
  display: inline;
  padding-bottom: 45px;
  margin-top: -6px;
}

#main_left ul li, .rightColArticle ul li
{
  list-style-position: inside;
  list-style-type: disc;
}
#main_left ol li, .rightColArticle ol li
{
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 8px;
}

#main_left table
{
  border-collapse: separate;
}

#main_left p, #main_left li, #main_left li, .rightColArticle li, .rightColArticle p
{
  line-height: 1.4em;
}


#main_right
{ 
  width: 240px;
  float: right;
  margin-right: 10px;
  display: inline;
  padding-bottom: 45px;
}

#main_right h2, #main_left h2 
{
  font-size: 16px;
  font-weight: lighter;
  padding-bottom: 5px; /* fra 10 til 5*/
  margin-bottom: 5px; /* fra 10 til 5*/
  border-bottom: 1px solid #7c9292; 
}
#main_left h2 {
font-size:20px;
margin-bottom: 0;	
}

#right_col h2
{
  font-size: 14px;
font-weight: lighter;
  padding-bottom: 5px; /* fra 10 til 5*/
  /*margin-bottom: 5px;  fra 10 til 5*/
  border-bottom: 1px solid #7c9292;
margin-bottom: 0;
  }



.news img
{
  float: right;
  height: 96px;
  /*width: 120px;*/
}

.news, .notes
{
 border-bottom: 1px solid #7c9292;
 padding: 14px 0 8px 0px;
 min-height: 99px;
 _height: 99px; /* IE 6 and below*/
}

.notes{
 padding-top: 19px;
 min-height: 94px;
 _height: 94px;	
}

.course_place_list
{
  border-bottom: 1px solid #7c9292;
  padding: 15px 0px;
}
.course_place_list p
{
  margin-top: 10px;
}

.course_place_list a:link {color: #3E4A4A; text-decoration: none;}
.course_place_list a:visited {color: #3E4A4A; text-decoration: none;}
.course_place_list a:active {color: #3E4A4A; text-decoration: none;}
.course_place_list a:hover {color: #3E4A4A; text-decoration: underline;}

#personlist .news img
{
  height: 120px; /*down from 122px*/
}

#personlist .news
{
  border-bottom: 1px solid #7c9292;
 
  padding: 10px 0px;
  min-height: 120px;
  /*min-height: 152px;*/
  _height: 130px; /* IE 6 and below*/
}

.news p, .notes p
{
  padding-top: 7px;
  line-height: 1.3em!important;
}

.notes p{
 padding-right: 10px;	
} 

.news p, .news h3 { 
	width: 320px; 
}
.news h3{
	font-size: 1.167em;
}

.notes h3{
	font-size: 1em;
}

.date
{
  font-style: italic;
  padding-right: 4px;
}

/*------ Main Content ---------*/
/*-----------------------------*/
#m_content>ol, #m_content ul
{
  padding-left: 8px!important;
}




/*---- Bottom Objects ---------*/
/*-----------------------------*/

#breadcrumb
{
  /*width: 1020px;*/
  width: 970px;
  margin: 0 auto;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 5px 0 5px 50px;
  color: #7c9292;
  font-size: 12px;
  background-color: #fff;
}
#breadcrumb a
{
  color: #7c9292;
  padding: 0px 4px;
}

#breadcrumb p
{
  margin-left: 49px;
  display: inline;
}


#bottom_wrapper
{
  width: 1020px;
  background-color: #f5f8f8;
  color: #7c9292;
}

#sitemap
{
  width: 670px;
  margin: 0 0 0 30px;
  float: left;
  padding-left: 0px;
  display: inline;
}

.sitemap_box
{
 width: 140px;
 margin-left: 20px;
 float: left;
 display: inline;
}

.sitemap_box ul li a, .sitemap_box h4 a
{
  color: #7c9292;
}

ul.sitemap_list li
{
  padding: 3px 0px;
}

#sitemap h3
{
  width: 650px;
  font-size: 16px;
  font-weight: lighter;
  padding: 15px 0 8px 20px;
  border-bottom: 1px solid #bac5c5; 
}

#contact_us h3
{
  width: 260px;
  font-size: 16px;
  font-weight: lighter;
  padding: 15px 0 8px 20px;
  border-bottom: 1px solid #bac5c5;
  _width: 240px;
}


#contact_us
{
  width: 260px;
  float: left;
  margin: 0px 40px 0 20px;
  padding: 0px 0 0px 0px;
  display: inline;
  
}
.sitemap_box h4, #contact_us h4
{
  margin: 0 0 6px 0;
  padding-top: 10px;
  font-size: 12px;
}

#contact_box
{

  background: url(../graphic/contact_us_fade.jpg) no-repeat;
  width: 260px;
  height: 290px;
  padding: 0px 0 0 20px;
  _width: 240px;
}

#contact_us p
{
 padding-bottom: 16px;
 line-height: 1.4em;
}

#bottom
{
  background-image: url(../graphic/footer.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  width: 738px;
  width: 1020px;
  height: 94px;
  margin: 0 auto;
  background-color: #f5f8f8;
}

#bottom p
{
  padding-top: 75px;
  text-align: center;
  color: #9cadad;
  font-size: 12px;
}


/*---- Main Box ---------------*/
/*-----------------------------*/

.courseID
{
  float: right;
  padding-top: 4px;
}

.sub_title
{
  margin-bottom: 8px;
}

.main_box p
{
  padding: 2px 0 10px 0;
  line-height: 1.1em;
}
.main_box h3
{
  padding: 10px 0 10px 0;
  font-weight:  lighter;
  font-size: 1.3em;
}

.main_box h4
{
  padding: 10px 0 4px 0;
}
.main_box ul li
{
  line-height: 1.1em;
}


/*---- Right Column -----------*/
/*-----------------------------*/

#right_col
{ 
  padding-bottom: 20px;
  /*width: 230px;
  float: right;
  margin-right: 10px;
  margin-top:-40px;
  background-color: #f5f8f8;
  padding: 44px 0 10px 10px;
  margin-bottom: 10px;
 padding: 0 0 10px 0px;*/
}

.bg_white
{
  background-color: #fff;
}

.right_col_box
{
  padding: 6px 0 20px 0;
}

.inner_frame ul li
{
    line-height: 1.1em; 
    list-style-position:outside;
}

.list_header
{
  font-weight: bold;
  margin: 10px 0 2px 0;
}
.list_header ul li
{
  font-weight: normal;
  line-height: 15px;
}

#right_col li a
{
  background-image: url(../graphic/arrow_right.gif);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0 0 0 14px;
  background-position: left center;
  line-height: 16px;
}

.related li a
{
  margin-bottom: 6px;
}

#right_col li a:hover
{
	text-decoration: underline!important;
}

#right_col li a.file
{
  background-image: url(../graphic/arrow_down.gif);
}


.rightColContent
{
  padding-left: 8px!important;
 /* margin-top:4px;*/
}

.rightColContent a:link{color:#003399; text-decoration: none;}
.rightColContent a:visited{color:#682fa7; text-decoration: none;}
.rightColContent a:active{color:#003399; text-decoration: none;}
.rightColContent a:hover{color:#003399; text-decoration: underline;}

.rightColArticle
{
  padding-bottom: 20px;
}

.rightColArticle p 
{
  line-height: 1.1em!important;
  margin-bottom: 4px;
}

.rightColArticle h1
{
	padding:  0px!important;
	font-size: 12px!important;
	font-weight: bold!important;
	border: none!important;
	margin: 10px 0px 0px 0px!important;
	padding-bottom: 10px!important;
}



/*---- Unsorted ---------------*/
/*-----------------------------*/

#main_top
{
	width: 758px;
 /* 	width: 743px;*/
	margin-bottom: 28px;
	float: left /* kt 12.05.10*/
}

#main_top .imgBorder
{	
	width: 488px; /* kt 12.05.10*/
	float: left; /* kt 12.05.10*/
}

#videolist
{
	float: right; /* kt 12.05.10*/
	width: 240px;  /* kt 12.05.10*/
	margin-right: 10px; /* kt 12.05.10*/
}
#videolist img
{
	float: left;/* kt 12.05.10*/
}
.playeritem{
	float: left;/* kt 21.05.10*/
	margin-bottom: 10px;/* kt 21.05.10*/
	font-size: 90%;
}
#videolist p
{
	color: #00a194;/* kt 12.05.10*/
	padding: 16px 8px 0px 8px;/* kt 12.05.10*/
	font-weight: bold ; /* kt 12.05.10*/
	width: 240px; /* kt 12.05.10*/
	float: left; /* kt 12.05.10*/
}
#videolist p.first
{
	padding: 6px 0px 4px 0px; 
	color: #808585;
	font-size: 14px;
}
p.firstsub
{
	padding: 0px!important;
	color: #808585!important;
	font-weight: normal!important;
}
p.videotitle
{
		width: 164px!important; /* kt 12.05.10*/
		padding: 14px 0px 0px 8px!important;
}
.playeritem span
{
	color: #808585;
	padding-left: 8px;
	width: 164px;
	display: block;
	float: right;
}

#main_top .imgBorder img, .imgBorder img
{
  background-image: url(../graphic/img_shadow_bottom.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 7px;
}

.links .link a
{
  line-height: 20px;
}

.plainlink a:link
{
  text-decoration: none;
  color: #003399;
}
.plainlink a:visited
{
  text-decoration: none;
  color: #682fa7;
}
.plainlink a:hover
{
  text-decoration: underline;
  color: #003399;
}

.print
{
  background-image: url(../graphic/icon-printer.gif);
  background-repeat: no-repeat;
  height: 17px;
  float: right;
}
.icon-printer
{
  width: 16px;
  height: 15px;
  margin-left: 20px;
}
.print a:link
{
  text-decoration: underline;
}


#frontpage_pic
{
  width: 758px;
  height: 583px;
  background-image: url(../graphic/pic_main.jpg);
  background-repeat: no-repeat;
  background-color: #fff;
}

.clear
{
  clear: both;
  display: block;
  /*overflow: hidden;
  visibility: hidden;
  height: 0;
  width: 0;*/

}
.infotext, .editor p
{
  margin-bottom: 30px;
}

p.infotext, .editor p{
	line-height: 1.4;
}

div.infotext p span
{
  line-height: 1.4em;
  font-size: 12px;
  /*color:#3E4A4A;*/
  font-weight: normal;
  font-family: "Lucida Grande",Helvetica,Arial,Verdana;
}
div.infotext p span a:link{  text-decoration: none; color:#003399!important;}
div.infotext p span a:visited{  text-decoration: none; color:#682fa7!important;}
div.infotext p span a:active{  text-decoration: none; color:#003399!important;}
div.infotext p span a:hover{  text-decoration: underline; color:#003399!important;}
#sub_top
{
  height: 356px;
  padding-top: 3px;
  background-image: url(../graphic/main_pic_shadow.gif);
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

a:link{color: #3e4a4a; text-decoration: none;}
a:active{color: #3e4a4a; text-decoration: none;}
a:hover{color: #3e4a4a; text-decoration: none;}
a:visited{color: #3e4a4a; text-decoration: none;}


.main_box p a:link {color: #003399; text-decoration: none;}
.main_box p a:visited {color: #682fa7; text-decoration: none;}
.main_box p a:active {color: #003399; text-decoration: none;}
.main_box p a:hover {color: #003399; text-decoration: underline;} /* old #3e4a4a*/


#main_right h1, #main_left h1, #main_top h1 /*test med #main_top*/
{
  font-size: 20px;
  font-weight: lighter;
  padding-bottom: 7px;
  margin-bottom: 10px;
  border-bottom: 1px solid #7c9292; 
}

#main_top h1
{
  margin-top: 28px;
}



p.green_arrow
{
  background-image: url(../graphic/arrow_right.gif);
  background-repeat: no-repeat;
  padding-left: 14px !important;
  display:block;
  margin-top: 5px; /*endret fra 10 til 5 for forsiden*/
  padding-top:0px!important;
  background-position: left center;
}

.separator p.green_arrow{
margin-top: 0;	
}

p.gray_arrow
{
  background-image: url(../graphic/gray_arrow_right.gif);
  background-repeat: no-repeat;
  padding-left: 14px !important;
  display:block;
  margin-top: 5px; /*endret fra 10 til 5 for forsiden*/
  padding-top:0px!important;
  background-position: left center;
}

table .course_list
{
  border-collapse: separate;
}

table.course_list
{
  width: 100%;
  border-collapse: collapse!important;
}

.course_link
{
  background-image: url(../graphic/arrow_right.gif);
  background-repeat: no-repeat;
  padding-left: 14px !important;
  display:block;
 /* margin-top: 10px;
  padding-top:0px!important;*/
  background-position: 0px 6px;
  width: 320px;
}

.course_row
{
  border-bottom: 1px solid #7c9292;
  line-height: 1.2; 
}

.course_list td
{
 padding: 3px 3px 3px 0;
 /*  width: 320px;
  padding-right: 20px;*/
}

.pricecolumn
{
  padding-right: 0px;
  width: 80px; /*test*/
}
.cource_code
{
  padding-right: 6px;
  height: 16px;
  float: left;
}

.table_header td
{
  padding-top: 25px;
}
td.tbl_title
{
  padding-right: 20px;
  width: 320px; /*test*/
}

td.tbl_price
{
  padding-right: 0px;
  width: 80px; /*test*/
}

td.tbl_course
{
  padding-right: 0px;
  width: 40px; /*test*/
}

tr.table_header
{
    font-weight: bold;
    border-bottom: 2px solid #7c9292;
}


/*
  **************************
  Sitemap Full
  ***************************
 */

.sitemap_full ul
{
  list-style-type: disc;
}
.sitemap_full ul, .sitemap_full ol
{
  margin:0 1.5em 1.5em 1.5em;
}

.sitemap_full ul ul li
{
  font-weight: bold;
}
.sitemap_full ul ul ul li
{
  font-weight: normal;
}


/*
  **************************
  FORMS AND FORMBUILDER
  ***************************
 */
input, textarea, select, option {
	/*color:#333;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:90%;*/
}
input.text, #formBuilder textarea, #formBuilder select {
	border:1px solid #ccc;
	padding:.1em;
	width:350px;
}
input.error, textarea.error {
	background-color:#f0f0f0;
	border-color:#be0000;
}
input.button {
	white-space:nowrap;
	color:#1B6393;
	cursor:pointer;
}
input.button:hover {
	/*text-decoration:underline;*/
	text-decoration: none;
}
span.required {
	color:#be0000;
}
form#formBuilder {
	margin:0;
	padding:0;
}
form#formBuilder h5.formtitle {
	margin:0;
	padding:0;
}
form#formBuilder h6.separator, form div.separator {
	clear:both;
	margin:0;
	padding:.3em 0;
	margin:.3em 0;
}
form#formBuilder h6.separator {
	border-bottom:1px solid #ccc;
}
#formBuilder label.top {
	display:block;
}
#formBuilder label.leftCol {
	float:left;
	width:160px;
	padding:0;
	text-align:left;
}
#formBuilder div.rightCol {
	float:left;
}
#formBuilder div.clear {
	clear:both;
}
#formBuilder span.help {
	border-bottom:1px dotted;
}
.fallback {
	display:none;
}
.icon_required {
	width:16px;
	height:16px;
	vertical-align:middle;
}

/*
  **************************
  CUSTOM REGISTRATION FORM
  ***************************
 */
#formBuilder label.left-col {
	float:left;
	width:130px;
	padding:0;
	text-align:left;
}
#formBuilder .left-column {
	float:left;
	margin-right:40px;
	border:0px solid red;
	display: inline;
}
#formBuilder .right-column {
	float:left;
	margin-right:0px;
	border:0px solid #ccc;
}
#formBuilder .left-column input.text, #formBuilder .left-column textarea {
	width:204px;
}
#formBuilder .right-column input.text, #formBuilder .right-column textarea {
	width:204px;
}
#formBuilder .left-column input.text.short {
	width:40px;
	margin-right:10px;
}
#formBuilder .left-column input.text.half {
	width:95px;
	margin-right:10px;
}
#formBuilder .right-column input.text.short {
	width:40px;
	margin-right:10px;
}
#formBuilder .left-column input.text.medium {
	width:150px;
}
#formBuilder .right-column input.text.medium {
	width:150px;
}
#formBuilder #resourcesDiv {
	float:left;
	clear:both;
	margin-bottom:10px;
	width: 758px;
}
#formBuilder .block-group {
	clear:both;
	float:left;
	/*width:840px;*/
	/*width: 710px;*/
	width: 700px;
}
#formBuilder .block-group-head {
	clear:both;
	float:left;
	border:0px solid red;
}
#formBuilder .block {
	float:left;
	margin-right:5px;
	display: inline;
}
#formBuilder .block label {
	display:block;
}
#formBuilder .add {
	display:block;
	clear:both;
	border:0px solid red;
	/*plus*/
	background-image: url(../graphic/plus.gif);
  background-repeat: no-repeat;
  text-indent: 16px;
  padding: 1px!important;
  background-position: left center;
}
#formBuilder .block-group-head .short {
	width:60px;
}

#formBuilder .block-group-head .last{
	width: 43px;
	margin-right: 0;
}

#formBuilder .block-group-head label {
	margin:0;
	padding:0;
}
#formBuilder .block-group .short {
	width:60px;
}


#formBuilder .block-group-head .medium {
	/*width:145px;*/
	width: 100px;
}
#formBuilder .block-group .medium {
	/*width:145px;*/
	width: 100px;
}
#formBuilder .block-group-head .long {
	width:100px;
}
#formBuilder .block-group-head .kurs {
	/*width:160px;*/
	width: 135px;
}
#formBuilder .block-group .long {
	width:100px;
}
#formBuilder .block-group .kurs {
	/*width:160px;*/
	width: 135px;
}
#formBuilder .block-group input.text.medium {
	/*width:140px;*/
	width: 100px;
	margin-right:0;
}
#formBuilder .block-group input.text.short {
	margin-right:0;
}
#formBuilder .block-group select.select.long {
	width:100px;
	margin-right:0;
}
#formBuilder .block-group select.select.kurs {
	/*width:160px;*/
	width: 135px;
	margin-right:0;
}
#formBuilder .right-column textarea.textarea {
	width:204px;
	height:60px;
	margin-right:0;
}
#formBuilder div.student {
	width: 920px;
}
#formBuilder a.remove {
	float:left;
	width: 15px;
	height: 20px;
	background: url(../graphic/minus.gif) no-repeat top left;
	background-position: center;
  display: block;
}

.enter-button {
	text-align:right;
}

/*
  **************************
  CALENDAR
  ***************************
 */

.calendar table
{
  margin-bottom: 1.4em!important;
}

.calendar table, .calendar td, .calendar th
{
  vertical-align: middle!important;
}

.calendar td, .calendar th
{
  padding: 4px 10px 4px 5px;
}
.calendar caption, .calendar th, .calendar td 
{
  text-align: left;
}

.tbl-calendar {
	border-spacing:0;
	border-collapse:separate;
	background-color:#efefef;
	width:722px;
}
.tbl-calendar th {
	background-color:#e1e2e2;
	text-transform:capitalize;
	font-size:10px;
}
.tbl-calendar td {
	vertical-align:top;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	font-size:10px;
}
.tbl-calendar td.date {
	white-space:nowrap;
}
.tbl-calendar tr.sub td {
	border-top: 0;
}
.tbl-calendar td.no-right-border {
	border-right: 0;
}
.tbl-calendar tr.dark {
	background-color:#e1e2e2;
}
.tbl-calendar td.td-1 {
	font-size:12px;
	border-left:0px;
}
.tbl-calendar a {
	color:#003399;
}
.tbl-calendar .fullt {
	color:#cc0000;
	cursor:default;
	text-decoration:none;
}

/* navigation menu styles */
div#navigationHeader {
	border: 1px solid #e0e0e0;
	background-color: #f3f3f3;
	padding: .2em .4em .2em .4em;
	color: #999;
}
ul#navigationMenu {
	border: 1px solid #e0e0e0;
	border-left: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #999;
	clear: both;
	background-color: #f3f3f3;
	text-align: center;
}
ul#navigationMenu li {
	display: inline;
	padding: 0 .4em;
	border-left: 1px solid #e0e0e0;
	height: 20px;
	line-height: 20px;
}
ul#navigationMenu li a {
	text-decoration: none;
}
ul#navigationMenu li first {
	border-left: none;
}
ul#navigationMenu li.numbers.page_active {
	color: #999;
	background-color: #fff;
}
/* end navigation menu styles */

.indent{
margin-left: 10px;	
}
.person
{
  width: 100%;
  text-align: left;
  line-height: 17px;
}

.imgSpecial {
	position: relative;
}

.imgSpecial a {
	position: absolute;
	bottom: 12px;
	display: block;
	width: 165px;
	height: 35px;
	background: url(../graphic/blank.gif); /*needs background in IE*/
}

.imgSpecial a.link1 {
	left: 25px;
}

.imgSpecial a.link2 {
	left: 210px;
}

.imgSpecial a.link3 {
	left: 390px;
}

.imgSpecial a.link4 {
	left: 570px;
}

.imgSpecial a.mail {
	bottom: 63px;
	left: 570px;
	height: 25px;
}
