body{
  margin-left: 0px;
  margin-top: 20px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

a:visited {
  color: #000000;
  font-family: arial;
}

a:link {
  color: #000000;
}

a:hover{
  color: #F30707;
}

#master{
  width: 1100px;
  height: 620px;
}

#bodyleft{
  width: 725px;
  float: left;
  height: 100%;
}

#bodyright{
  width: 354px;
  float: left;
  height: 100%;
}

#topleft{
  width: 100%;
  height: 70px;
}

#topleftleft{
  background-image: url("../images/header.jpg");
  width: 499px;
  height: 100%;
  float:left;
}

#topleftright{
  background-image: url("../images/header_right.jpg");
  width: 211px;
  height: 55px;
  float:left;
  font-weight: bold;
  font-size: 16px;
  padding-left: 15px;
  padding-top: 15px;
}

#subheader{
  width: 710px;
  background-color: #AEAFB3;
  height: 18px;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding-left: 15px;
  padding-top: 2px;

}

#contentblok{
  height: 720px;
  background-color: #E8E8E8;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

#business_meeting{
  float: right;
  padding-left: 15px;
}

/* Content Right */

#logos{
  height: 83px;
  margin-left: 15px;
}

#righttext{
  width: 100%;
  height: 455px;
  overflow: auto;
}

#box_right{
  width: 239px;
  margin-top: 20px;
  margin-left: 15px;
}

#box_right_header{
  color: #000000;
  height: 18px;
  font-weight: bold;
  background-color: #CCCCCC;
  padding-left: 15px;
  padding-right: 15px;
}

#box_right_body{
  background-color: #E8E8E8;
  padding-left: 15px;
  padding-right: 15px;
}


#requestbutton{
  margin-left: 15px;
}

.banner {
 margin-top: 15px;
 margin-bottom: 15px;
 width: 468px;
 height: 60px;
 background-image: url('../banners/Magirus_UTM-1.gif');
}

.banner a img{
	border: none;
}

select{
	width: 181px;
}

input{
	width: 178px;
	background-color:#fffffff !important;
}

#error{
	padding:5px;
	width:90%;
   	border: 2px solid #F30707;
	color:#ff0000;
	background-color:#ffffff;
	margin-bottom:15px;
	margin-top:15px;
}
textarea{
width:80%;
height:75px;
}
table{
width:100%
}