@charset "iso-8859-1";
				   
html {
	background-color: #FFFFFF;
	height: 100%;
}

body {	 
	width: 1000px; 
	margin: auto;
	color: #572600;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
}	  
   
a {					
  color: #572600;	
  text-decoration: none;
}
	
a img {
	border-width: 0px;
}	   

form {
	margin: 0px;
	padding: 0px;
}
		
textarea, input, select {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	letter-spacing: 0px;
}		

ul, li {
	padding: 0px;
	margin: 0px;
}
   							
.logo {
	margin-top: 18px;
	margin-left:-25px;
	width: 232px;
	height: 128px;
	background-image: url("../img/logo.png");
	cursor: pointer;
} 

.menu {	
	padding-top: 13px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 62px;
}

.main {	  
	margin-top: 3px;
	padding: 4px;
	width: 990px;
	height: 540px;
	border-style: solid;
	border-width: 1px;
	border-color: #572600;
}

.footer {		  
	padding-top: 6px;
	padding-left: 3px;
	height: 50px;
	font-size: 7pt;
}	   
  
.footer li {
	float: left;
	list-style-type: none;
	margin-right: 20px;
}

.footer a:hover {
	text-decoration: underline;
}

.col_left {
	position: relative;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	width: 280px;
	height: 440px;
	float: left;
	background-color:#572600; 
	color: #e7c7a7;
}	   

.col_left a {
	color: #e7c7a7;
}


.col_left .submenu {
	position: absolute;
	left: 25px;
	top: 440px;
	width: 400px; 
}

.col_left .submenu li {
	float: left;
	list-style-type: none;
	margin-right: 14px;
	font-size: 7pt;	
	text-transform: uppercase;
}  								  

.col_left .submenu a:hover {
	text-decoration: underline;
}

.col_middle {
	position: relative;
	margin-left: 1px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	width: 278px;
	height: 440px;
	float: left;
	background-color:#eee9e5;
}	

.col_right {
	position: relative;
	margin-left: 1px;
	width: 330px;
	height: 465px;
	float: left;
}	   

.col_wide {
	position: relative;
	margin-left: 1px;
	width: 659px;
	height: 465px;
	float: left;
}

.col_wide_left {
	position: relative;
	width: 659px;
	height: 465px;
	float: left;
}

.col_max {
	position: relative;
	width: 990px;
	height: 465px;
	float: left;
}

.text_wrapper {
	height: 405px;
	overflow: hidden;
	position: relative;
}  

.text_content {			  
	position: relative;
	line-height: 20px;
}			 

.text_content a {
	text-decoration: underline;
}

.text_content a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.text_content td a {
	text-decoration: none;
}

.text_content td a:hover {
	text-decoration: underline;
}

.arrow_up {
	position: absolute;
	display: block;
	visibility: hidden;
	left: 308px;
	top: 414px;
	width: 9px;
	height: 20px;
	background-image: url("../img/arrow_up.png");
	cursor: pointer;
}

.arrow_down {
	position: absolute;
	display: block;
	visibility: hidden;
	left: 308px;
	top: 434px;
	width: 9px;
	height: 20px;
	background-image: url("../img/arrow_down.png");
	cursor: pointer;
}					 
		
.formular {
	padding-top: 12px;
}

.formular th {
	text-align: left;
	font-weight: normal;
	font-size: 8pt;
}

.formular td {
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
	
.formular input {
	font-size: 8pt;
}

.formular .textfield {
	border-style: solid;
	border-width: 1px;
	border-color: #c0aea0; 
	font-size: 8pt;
	width: 185px;
}			 

.text_wrapper_small {  
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 15px;
	margin-bottom: 15px;
	position:absolute;
	width:225px;
	height:324px;
	overflow: hidden;
}  

.text_wrapper p {
	margin-top: 10px;
	margin-bottom: 10px;
}


	