/*** 2k-net http://www.2k-net.de ***/


div {
  /*border: black 1px solid;*/
}
body {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 10pt;
  margin: 0;
  padding: 0;
}

#container {
  width: 1000px;
  margin: 0 auto;
}

#pagetitle {
  background: #E4E4E4 url('logo_bg.gif');
  border-bottom: 1px white solid;
  height: 141px;
}
#pagetitle img {
  float: left;
  margin: 15px 0 0 0;
}
#header {
  background: url('head_bg.jpg') 300px -27px no-repeat;
  height: 141px;
}
/*
*+html #header {
  background: url('head_bg.jpg') 0 -27px no-repeat;
}
*/


#slogan {
  background: url('slogan.gif');
  width: 300px;
  height: 32px;
  margin-right: 35px;
  float: left;
}
#mainmenu {
  margin: 0;
  padding: 0;
  height: 32px;
  background: #009C3B url('navi_bg.gif');

}
#mainmenu ul {
  margin: 0;
  padding: 5px;
}
#mainmenu ul li {
  list-style: none;
  float: left;
  margin: 7px 20px 0 0;
  font-size: 15px;
}
#mainmenu ul li a:link,
#mainmenu ul li a:visited,
#mainmenu ul li a:active {
  color: #e2e2e2;
  text-decoration: none;
}
#mainmenu ul li a:hover {
  color: white;
  text-decoration: none;
}
#mainmenu ul li a.current:link,
#mainmenu ul li a.current:visited,
#mainmenu ul li a.current:active {
  color: #ffffff;
  text-decoration: none;
}


#wrapper {
  background: #F0FFF0;
  
  border-left: #C8C8C8 300px  solid;
  border-top: 1px white solid;


}
#wrapper h1 {
  font-size: 130%;
}

#inner {
  margin: 0 0 0 -300px;
}

#leftside {
  float: left;
  width: 290px;
  padding: 5px;


}

/* submenue */
#leftside h3 {
  display: none;
}
#leftside ul {
  list-style: none;
  margin: 2px 0 15px 0;
}
#leftside ul ul {
  color: #666666;
  list-style: square;
  padding: 0 0 0 25px;
}
#leftside ul li,
#leftside ul ul li {
  line-height: 20px;
}
#leftside ul li a,
#leftside ul ul li a {
  text-decoration: none;
  font-weight: 700;
  font-family: tahoma, verdana;
  letter-spacing: 1.1px;
}



#content {
  margin: 0 0 0 310px;
  padding: 0 0 80px 0;

}

#footer {
  background: #f1f1f1;
  text-align: center;
  font-family: tahoma, verdana;
  font-size: 8pt;
  height: 25px;
  padding-top: 9px;
}
#langselect {
  text-align: left;
  position: relative;
  top: -13px;
  left: 0;
  width: 150px;
  /*border: 1px black solid;*/
  padding-left: 10px;
}
#langselect img {
  opacity: 0.4;
  margin-left: 4px;
  border: 0;
}
#langselect img:hover {
  opacity: 1;
}


a:link,
a:visited,
a:active {
  color: #008432;
}
a:hover {
  color: #333333;
}



.clear {
  clear: both;
  height: 0px;
}
.hide {
  display: none;
}
.center {
  text-align: center;
}



iframe {
  width: 100%;
}


