@charset "utf-8";
/* CSS Document Gaastra*/

#contactmenu{
	width:198px;
	margin:70px 0 0 30px;
	float:left;
}
*html #contactmenu{margin:70px 0 0 15px;}
	#contactmenu ul{
		margin:0;
		padding:0;
		list-style:none;
		color:#c90007;
		font-weight:bold;
	}
	#contactmenu ul li{
		margin:0 0 2px 0;
		padding:0;
		line-height:20px;
		cursor:pointer;
	}
	.white{color:#FFFFFF;}	
	
/*
		#contactmenu a{
			display:block;
			width:118px;
			height:18px;
			line-height:18px;
			padding:0 0 0 45px; 
			text-decoration:none;
			color:#FFFFFF;
			font-size:11px;
			letter-spacing:1px;
		
			font-weight:bold;
		}
		#contactmenu a:link, #contactmenu a:visited {
			
		}	
		#contactmenu a:hover, #contactmenu a:active {
			background:#cc0000;
		}*/
		
#page_content{
	width:458px;
	height:255px;
	overflow:auto;
}			
table td{
		width:228px;
		height:15px;
	}
		
#contactform{
	color:#000000;
	border-top:#CCCCCC 1px solid;
	padding:14px 0 0 0;
}
	table{margin:0}
	form{margin:5px 0 0 0}
	#contactform table td{
		width:140px;
		height:30px;
	}
	#email{
		width:200px;
		border:#7196ca 1px solid;
	}
	#message{
		width:200px;
		height:80px;
		border:#7196ca 1px solid;
		overflow:auto;
	}
	#submit{
		width:97px;
		height:28px;
		border:0;
		background:url(/images/interface/btn_send.gif) no-repeat;
		cursor:pointer;
		margin:0 0 0 105px;
	}
	
