a:link {
	text-decoration: none;
      color:#D9BE6F;
}
a:visited {
	text-decoration: none;
	color:#D9BE6F;
}
a:hover {
	text-decoration: none;
	color:#F6A600;
}
a:active {
	text-decoration: none;
	color:#D9BE6F;
}

.box {
    position:relative;       
    background-image:url(images/index-fr_r2_c2.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll !important;
    background-attachment: fixed; 
    background-position: absolute;
    height:323px;
    overflow: auto;     
    padding-left: 10px;
    padding-right: 10px;
}

.headline {
    color:#F6A600;
    font-size:20px; 
    font-style:bold;
}

.content { 
    color:#F6A600;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    text-align: justify;
}

.scroll {
	scrollbar-face-color:#8F5108;
	scrollbar-arrow-color:#FECA05;
	scrollbar-track-color: #512701;
	scrollbar-3dlight-color: #45402D;
	scrollbar-darkshadow-color: #2E2718;"
}
.button-style{
	width:100px;
}
input {
	font-size : 13px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
    border:1px solid black;
	color:black;
	height:20px;	
	width:200px;
}
textarea {
	font-size : 13px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
    border:1px solid black;
	color:black;
	height:60px;
	width:200px;
	wrap:soft;
}
