html
{
  width: 100%;
  height: 100%;
}

body
{
  width: 100%;
  height: 100%;
  background: #5d686b url(../media/main/bg_top.png) repeat-x;
}

/* Standardangaben -------------------------------------------------------------------- */

div
{
  position: relative;
}

body, td, th, a /* font default */
{
  font-family: Arial;
  font-size: 12px;
  color: #414d4f;
}

body, div, form /* margin default */
{
  margin: 0;
  padding: 0;
}

img, table /* border default */
{
  border: none;
}

/* ------------------------------------------------------------------------------------ */

a
{
  color: #414d4f;
  text-decoration: none;
}

a.imgLink
{
  text-decoration: none;
  color: #414d4f;
  border-bottom: none;
  background: none !important;
}

/* ------------------------------------------------------------------------------------ */

#site
{
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------------------------------------ */

#header
{
  width: 950px;
  height: 209px;
  margin: auto;
  background: url(../media/main/bg_header.jpg) no-repeat;
}

#logo
{
  position: absolute;
  z-index: 5;
  width: 404px;
  height: 150px;
  top: 36px;
  left: 571px;
}

#menu_holder
{
  position: absolute;
  z-index: 4;
  width: 930px;
  height: 78px;
  top: 130px;
  left: 20px;
  background: url(../media/menu/bg.png) repeat-x;
}

/* ------------------------------------------------------------------------------------ */

#navibar
{
  width: 890px;
  height: 29px;
  margin-left: 10px;
}

#navibar ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 29px;
	width: auto;
}

#navibar li
{
	height: 29px;
	float: left;
	cursor: pointer;
	position: relative;
	min-width: 121px;
	text-align: center;
}

#navibar li.sel
{
	background: url(../media/menu/hover.png) no-repeat center center;
}

#navibar a
{
  font-family: Verdana;
  font-size: 10px;
  line-height: 29px;
  color: #FFF;
  text-transform: uppercase;
  padding: 0 10px;
  letter-spacing: 0.1em;
}

#navibar div.hover
{
  position: absolute;
  width: 100%;
  height: 29px;
  top: 0;
  left: 0;
	background: url(../media/menu/hover_full.png) no-repeat center center;
  opacity:0;
  z-index: 60;
}

#navibar li.sel div.hover
{
  opacity:0.3;
}

#navibar li.sel a
{
  color: #FFF;
}

#navibar li.spacer
{
  font-family: Verdana;
  font-size: 10px;
  line-height: 29px;
  color: #FFF;
  text-transform: uppercase;
  width: 10px;
  min-width: 0;
}

/* ----------------------------------------------------------------------------- */

#main
{
  width: 100%;
  height: auto;
  background: #e9f4be url(../media/main/bg_footer.png) repeat-x left bottom;
  padding-top: 20px;
}

#content
{
  width: 950px;
  height: auto;
  margin: auto;
  background: url(../media/box/bg_c_s.png) repeat-y;
}

#content_bg
{
  width: 950px;
  height: auto;
  margin: auto;
  background: url(../media/box/c_s.png) no-repeat left bottom;
}

/* ----------------------------------------------------------------------------- */

#footer
{
  width: 100%;
  height: 190px;
  /*height: 190px;*/
  margin: auto;
  background-color: #5d686b;
}

#footer_content
{
  width: 950px;
  height: 190px;
  margin: auto;
}

/* ----------------------------------------------------------------------------- */

.col_left
{
  width: 624px;
  height: auto;
  float: left;
}

.col_right
{
  width: 314px;
  height: auto;
  float: left;
}

/* ------------------------------------------------------------------------------------ */

#dropdownpanel /*Outermost Panel DIV*/
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  z-index: 50;
}

#dropdownpanel .contentdiv /*Div containing Ajax content*/
{
  background: #7b8485;
  color: white;
  padding: 10px;
  position: static;
}

#dropdownpanel .control /*Div containing panel button*/
{
  width: 950px;
  background: url("../media/main/header_tab_large.png") no-repeat;
  height: 56px;
  line-height: 21px;
  margin: auto;
  position: static;
}

#dropdownpanel .control #tab_holder
{
  width: 430px;
  color: #bcc0c1;
  font-weight: bold;
  height: 56px;
  line-height: 20px;
  margin-left: 30px;
}

#dropdownpanel #closeSitemap
{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  color: #bcc0c1;
  font-weight: bold;
  height: 20px;
  cursor: pointer;
  line-height: 20px;
}

/* ------------------------------------------------------------------------------------ */

.link
{
  cursor: pointer;
}

/* ------------------------------------------------------------------------------------ */

#loader {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}

#loader td {
  padding: 3px;
  background: #ffffff;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

#loader p {
  border: 3px solid #82A00B;
  padding: 10px;
  margin: 0;
  background: #ffffff;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

#loader img {
  float: left;
  margin-right: 12px;
}

#loader strong {
  display: block;
  margin-bottom: 3px;
}

#loaderContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: expression('absolute');
  height: expression(document.documentElement.scrollHeight+'px');
  width: expression(document.documentElement.scrollWidth+'px');
  z-index: 1000;
  display: none;
}

#loaderContainer td {
  padding-top: 150px;
  vertical-align: top;
  text-align: center;
  background-image: url(../media/content/semi-transparent.gif);
}

#loaderContainer td td {
  padding-top: 3px;
  text-align: left;
}

/* ------------------------------------------------------------------------------------ */

#wait
{
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../media/content/semi-transparent.gif);
  top: 0;
  left: 0;
  z-index: 1000;
}

#wait_box
{
  width: 200px;
  height: 100px;
  background: #FFF url(../media/content/loading.gif) no-repeat center center;
  border: 1px solid #434E51;
  margin: auto;
  margin-top: 350px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

/* ------------------------------------------------------------------------------------ */

.float
{
  float: left;
}

/* ------------------------------------------------------------------------------------ */

.clear
{
  /*position: relative;*/
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
