

/* Global
 ================================================*/ * {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-family: Verdana;
}

body {
    font-family: Tahoma;
    font-size: 0.73em;
    /*background: #fff url(../gfx/bg.png) repeat-y left;*/
    /*ackground: #fff;*/
    color: #87898c;
}

a {
  text-decoration: none;
  color: #2f2f2f;
}

a:hover {
    color: #000;
}

a img {
    border: none;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.important {
    color: #6EBB1F;
}

.clearboth {
    clear: both;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

h3 {
    font-size: 15px;
}

/*Main lay-out
 ================================================*/ 

#wrapper {
	width: 950px;
	height: 590px;
	background-color: #dbdbdb;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#menu {
	position: absolute;
	z-index: 50;
	margin-left: 210px;
	margin-top: -620px;
	width: 705px;
	height: 55px;
	background-image: url('/gfx/bg_menu.png');
	background-repeat: no-repeat;
}

#menulist {
	margin-top: 15px;
	margin-left: 22px;
	color: #fff;
	list-style-type: none;
}

#menulist li {
	padding: 2px;
	display: inline;
}
#menulist li a{
	font-size: 15px;
	color: #fff;
}

#leftmenu {
	list-style-type: none;
}
#leftmenu li {
	margin-bottom:-2px;
}

#left_image{
  float: left;
  height: 570px;
}

#right_image{
  float: right;
  height: 570px;
}

#contentTitle{
  position: relative;
  margin-top: 85px;
  margin-left: 30px;
  font-size: 20px;
  font-weight: 700;
}

#contentbox{
  float: left;
  background-image: url('/gfx/top_content.jpg');
  background-repeat: no-repeat;
}
#content {
  overflow: auto;
  text-align: justify;
  color: #5a5a5a;
  margin-top: 45px;
  width: 368px;
  height: 385px;
  padding: 0 30px 30px 30px;
  border: 0px solid red;
}

#content a{
  color: #5a5a5a;
  text-decoration: underline;
}

#haarmodeBox{
  margin-top: 40px;
  height: 530px;
  overflow-y: auto;
  overflow-x: hidden;
}

#imageBox{
  margin-right: 24px;
}

#footer{
  clear: both;
  width: 950px;
  height: 20px;
  background-image: url('/gfx/bg_footer.jpg');
  background-repeat: no-repeat;
}

#footer a{
  color: #fff;
}

.maker{
  margin-left: 850px;
}

.slideshow { 
  z-index: 5;
  height: 570px; 
  width: 352px; 
  margin: auto; }

#infofrm {
	line-height: 10px;
	position: absolute;
	text-align: right;
}

#infofrm label {
	line-height: 15px;
	position: absolute;
}

input,textarea, select {
	margin-left: 50px;
	border: 1px solid #939598;
}

/* General
================================================*/
.p,p {
	line-height: 1.5;
	margin-bottom: 1.5em;
}

/* Headings
================================================*/
h1 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 1.5em 0;
}

#videocontent {
	margin-top: 10px;
}

#poweredby {
	margin-top: 3px;
	text-align: right;
}
