/******Contact form fields*********/

.content input, .content textarea, .content select{
	border:1px solid #016633;
	padding: 2px;
}
.textfield{
	border:1px solid #016633;
	padding: 2px;
}
.textarea{
	border:1px solid #016633;
	padding: 2px;
}
.email{
	border:1px solid #016633;
	padding: 2px;
}
.select{
	border:1px solid #016633;
	padding: 2px;
}
.content hr{
	height:0px;
	border-bottom: 1px solid #016633;
	border-top: none;
}
.headline{
	font-weight: bold;
	font-size: 16px;
	border-bottom: 2px solid #016633;
	display: block;
	padding-bottom: 4px;
}
.head_linkright{
	position: relative;
	top: 15px;
	float: right;
}
/*
.head_linkright a{
	color: #778899;
	text-decoration:  none;
}
.head_linkright a:hover, span .head_linkright a:hover{
	color: #016633;
	text-decoration: none;
}*/
.head_linkright ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.head_linkright li{
		border-left:1px solid #016633;
}
.head_linkright li, .head_linkright li a{
	display: block;
	width: auto;
	height: 14px;
	line-height: 14px;
	float: left;
	padding-right: 5px;
	padding-left: 2px;
}
.gtext{
	color: #006600;
   font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
}
img_border{
	border: 1px solid #006600;
}

/******200px content box*********/
.content_box{
	margin:5px 7px 7px 5px;
        position:relative;
        background-image:url('images/box_bg.jpg');
        background-repeat: repeat-y;
        background-position: right;
        width:214px;
        height:auto;
        border-right: 4px solid #dddddd;
        border-bottom:4px solid #dddddd;
        border-top: 1px solid #eeeeee;
        border-left: 1px solid #eeeeee;
        text-align: justify;
        float: left;
		  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.content_img_r{
        margin:0px 0px 0px 10px;
        padding: 0px;
        display:block;
        width: auto;
        height: auto;
        border-right: 3px solid #666666;
        border-bottom: 3px solid #666666;
        border-top: 1px solid #999999;
        border-left: 1px solid #999999;
}
.content_img_l{
        margin:0px 10px 0px 0px;
        padding: 0px;
        display:block;
        width: auto;
        height: auto;
        border-right: 3px solid #666666;
        border-bottom: 3px solid #666666;
        border-top: 1px solid #999999;
        border-left: 1px solid #999999;
}

.content_headline{
	padding:5px 0px 5px 0px;
        width: 190px;
        height: auto;
        display:block;
        background-color: inherit;
        color: #666666;
        font-size: 16px;
        text-align:left;
        font-weight: bold;
}
.content_link{
	margin: 5px 0px 5px 0px;
        padding: 5px;
        width: auto;
        height: auto;
        color: white;
        border: 2px solid #ffffff;
        background-color: #036532;
        font-weight: bold;
		color: #ffffff;
        display:block;
        text-align: right;
}
.content_link a{
	color: white;
	text-decoration: none;
}
.content_link a:hover{
	color:#dddddd;
	text-decoration: none;
}
/******100% content box*********/
.content_big{
	margin:5px 0px 5px 0px;
        position:relative;
        background-image:url('images/box_bg.jpg');
        background-repeat: repeat-y;
        background-position: right;
        width:99.5%;
        height:auto;
        border-right: 4px solid #dddddd;
        border-bottom:4px solid #dddddd;
        border-top: 1px solid #eeeeee;
        border-left: 1px solid #eeeeee;
		  text-align: left;
        clear:both;
}
.content_big_img{
	margin:10px 10px 10px 10px;
        padding: 0px;
        width: auto;
        height: auto;
        border-right: 3px solid #666666;
        border-bottom: 3px solid #666666;
        border-top: 1px solid #999999;
        border-left: 1px solid #999999;
}
.content_big_headline{
	padding:5px 0px 5px 0px;
        width: 190px;
        height: auto;
        display:block;
        background-color: inherit;
        color: #666666;
        font-size: 16px;
        text-align:left;
        font-weight: bold;
}
.content_big_link{
	margin: 5px 0px 5px 0px;
        padding: 5px;
        position:relative;
        width: 50px;
        height: auto;
        color: white;
        border: 2px solid #ffffff;
        background-color: #036532;
        font-weight: bold;
color:#FFFFFF;
        text-align: center;
        display:block;
}

