/* bbmark ================ GLOBAL ================= */	

* {
		margin:0;
		padding:0;
}
		
		
html { 
		text-align:center;
}		

	
#body {
		margin:30px auto 0 auto;
		position:relative;
		width:758px;
		/*height:150px;*/
		font-family: "Lucida Grande","Lucida Sans Unicode","Verdana","sans-serif";
		text-align:left;
		border:1px solid #DEDEDE;
		font:normal 12px/18px Arial, Helvetica, sans-serif;
		
}



/*bbmark ============== CONTENT =============== */


#bodytext{
  		padding-left:14px;
  		padding-bottom:20px;
  		float:left;
				  		  		  		
}

#linie{ 
  		width:730px;
  		height:1px;
  		border-top:0px;
  		margin:1px 0px 0px 0px;
   		border-color:#999;
}
		

/* bbmark ================ LINKS ================= */

a:link, a:visited {
		color:#046EAC;
		text-decoration:none;	
}	

a:hover, a:active, a:focus  {
  		text-decoration:underline;
}
	
a img{
  		border:0px;
}

/* bbmark ============= CONTACT =================*/

#contactform {
  		z-index:1;
  		/*
  		position:absolute;
  		top:100px; 
		left:14px;
		*/
		display:none;
		width:300px;
		margin-top:15px;
}

label {
		display:block;
		}
		
input {
		width:286px;
		padding:2px;
		margin:3px 0;
		font-family:inherit;
		color:#000;
		}
		
input.button {
  		background-color:#999;
  		color:#fff;
		width:auto;
		margin-right:10px;
		border-style:hidden;
		border:0px;
		padding:0px;
		height:16px;
		}	
		
textarea {
		width:290px;
		height:100px;
		margin-bottom:10px;
		font-family:inherit;
		color:#000;
		}	
		
		

/* bbmark ============= IMPRESS =================*/
		
#impress {
  		z-index:2;
  		/*
  		position:absolute;
  		top:100px; 
		left:14px;
		*/
		display:none;
		margin-top:15px;
}
	
