a:link{color: #cd750b; text-decoration:none;}
a:visited{color: #cd750b; text-decoration:none;}
a:hover{color: #cd750b; text-decoration:underline;}
a:active{color: #cd750b; text-decoration:none;}

body{
  margin-top: 0px;

  background-color: #ffffff;
  background-image: url(img/bg.jpg);
  background-repeat: repeat-x;
  background-position: left top;
}

input, textarea, select{
 font-family: arial;
 font-size: 12px;
 border: 1px solid #5f5e5e;
}

.shadowleft{
  width: 5px;

  background-image: url(img/shdwleft.jpg);
}

.shadowright{
  width: 5px;

  background-image: url(img/shdwright.jpg);
}

.header{
  width: 790px;
  height: 200px;

  background-image: url(img/header.jpg);
}

#menucontainer{
  position: relative;
  height: 40px;

  margin-top: 160px;
  margin-right: 2px;
  float: right;
}

#menucontainer li{
	width: 94px;
	height: 40px;
	
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	
	float: left;
	
	list-style:none;
}

#inac{
	widht: 92px;
	height: 40px;
	
	margin-left: 2px;

	color: #333333;
	text-decoration: none;
	
	padding-top: 5%;
	
	background-image: url(img/tab_inactive.gif);
	background-repeat: no-repeat;
	
	cursor: pointer;
}

#acti{
	widht: 92px;
	height: 40px;
	
	margin-left: 2px;

	color: #cd750b;
	text-decoration: none;
	
	padding-top: 5%;
		
	background-image: url(img/tab_active.gif);
	background-repeat: no-repeat;
	
	cursor: pointer;
}

.pagetitelbg{
  width: 790px;
  height: 43px;

  background-color: #fdf4e9;
}

#pagetitel{
  position: relative;

  width: 770px;
  height: 43px;

  margin-left: 10px;

  font-family: arial;
  font-size: 14pt;
  color: #333333;

  border-bottom: 1px solid #cd750b;
}

.contentbg{
  width: 790px;

  background-color: #fdf4e9;
}

#content{
  position: relative;
  font-family: arial;
  font-size: 12px;
  color: #333333;
  line-height: 18px;

  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer{
  width: 790px;
  height: 25px;

  font-family: arial;
  font-size: 9px;
  color: #ffffff;
  text-align: center;

  background-color: #cd750b;
}

.shadowfooter{
  width: 790px;
  height: 25px;

  background-image: url(img/shdwfooter.jpg);
}

.tabel{
  font-family: arial;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
}
