

html
{
background: url(bilder/poison-ivy.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;


}

html, body{
width: 100%;
min-height:100%;
}

body{
margin: 0pt; 
padding: 0pt; 
}

#content { 
position: relative; 
margin: auto; 
padding:20px;
text-align: left; 
width: 460px; 
height: 70px; 
background-color: transparent;
border: 0px solid #999999;
 }
 
#search_area {

	background-position: top center;
	background-repeat: no-repeat;
	height: 102px;
	margin: 0 auto;
	position: relative;
	width: 335px;
	z-index: 1000;
	}

#search_input {
	top: 156px;
	width: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	}

#search_input input#search{
	background-color: #F1F3F8;
	background-image: url('bg-button2.png');
	background-position: center center;
	background-repeat: repeat-x;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	color: #333333;
	font-size: 18px;
	height: 45px;
	padding: 5px 8px 5px 8px;
	
	}

#search_input input#q {
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	height: 45px;
	padding: 6px 4px 2px 4px;
	width: 400px;
	
	}

#search_input td {
	padding: 0 6px;
}

#search {
	width: 110px;
	float: left;
	
}
#g{
	margin: 7px 0px 0px 488px;
}


#poisonivy {
    
    display:block;
    height:100%;
    text-indent:-9999px;
    width:100%;
}

