html, body {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

#wrapper{
    width:1010px;
    text-align:left;
    height:400px;
    border:1px solid black;
    background:url(/images.v2/wrapper_bg.gif) #FFF;
}


#menu{
    float:left;
    width:180px;
    border-top:1px solid #2D4F04;
    height:400px;
    margin-right:21px;
	position:relative;
}

#content{
    float:left;
    width:624px;
    border-top:1px solid #2D4F04;
    border-bottom:0px solid #2D4F04;
    height:400px;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
}

#right{
    border:0px solid red;
    float:left;
    width:162px;
    height:400px;
    border-top:1px solid #2D4F04;
    margin-left:21px;
}

#topline{
    height:26px;
    background:#FFF;
		position:relative;
}

#wrapper,
html>body #menu,
html>body #right{
    height:auto;
    min-height:400px;
}


html>body #content{
    height:auto;
    min-height:400px;
    width:605px;
}


.br{
    clear:both;
    line-height:0px;
    height:0px;
    width:0px;
    font-size:0px;
}


body{
    margin:0;
    background:#FEFFED;
    font-size: 12px;
    font-family: Verdana,Helvetica,Arial;
    color:#000000;
}
  
a{
    text-decoration:underline;
    color:#282E2B;
}	

img{
    border:0px;
    margin:0px;
}


.menuitem{
    display:block;
    padding:6px;
    border-bottom:0px solid #C1CA9F;
    border-left:1px solid #000;
    text-decoration:none;
    color:#FFF;
    /*background:#49622A;*/
    background:#788E51;
	width:167px;
}

/*FireFox*/
html>body .menuitem{
	width:147px;
}

.menuitemblock{
    padding-left:13px;
    /*background:#49622A;*/
    background:#788E51;
    border-bottom:1px solid #C1CA9F;
}

		
  .search{
    font-weight:bold;
    background:#fcebdd;
    color:#e87819;
  }

	
	.navi_item {
		text-decoration:none;
		/*background:#346434;*/
		background:#788E51;
		font-weight:bold;
		color:#FFFFFF;
	}	
	
	.subnavi_item {
		text-decoration:none;
		background:#C3C3C3;
		color:#000000;
	}
	
	
	.block_text_head,h1 {
		font-size: 14px;
		color:#282E2B;
		font-weight:bold;
    		margin:0;
  	}

	.block_text,td {
		font-family:  Verdana,Helvetica,Arial;
		font-size: 12px;
		color:#282E2B;
    		line-height:18px;
  	}
	
	
	h2{
		background:#8FA278;
    		font-weight:bold;
		font-size:12px;
		color:#FFF;
		padding:3px;
    		margin:0;

  	}

	.block_teaser{
	    border-bottom:1px solid #9CAC89;
	    padding:5px;
	}
	
  .headbox{
    padding-left:5;
    padding-rigth:5;
    padding-top:5;
    padding-bottom:0;
    }
	
input,textarea {
    font-family:  Verdana,Helvetica,Arial;
    font-size: 11px;
    border:1px solid #cecece;
}
   
.footer {
    font-family:  Verdana,Helvetica,Arial;
    font-size: 9px;
    font-weight:normal;
    color:#808080;
    line-height:16px;
}

/* Search */
#search{
		position:relative;
		left:10px;
		top:5px;
		width:172px;
		color:#364D07;
	}
	#searchInput{
		width:140px;
		height:20px;
		font-size:12px;
		border:1px solid #364D07;
		color:#364D07;
		background:#C1CA9F;
	}
	#searchSubmit{
		height:20px;
		width:20px;
		border:none;
		margin-bottom:0px;
		background:transparent url('/images.page/search.gif') left 5px no-repeat;
	}