body {
	 font-size: 13px; 
	 font-family:"Times New Roman", Times, serif;
	 background-image: url(../images/site/hg.jpg);
	 background-position:top center;
	 background-repeat:no-repeat;
	 background-attachment:fixed;
 }

h1 {
	padding:0;
	margin:0;
	font-size:24px;
	color:#666563;
	text-transform:uppercase;
}

h2 {
	padding:0;
	margin:0;
	font-size:19px;
	color:#666563;
	text-transform:uppercase;
}

a.link-weiss{
	color:#ffffff;
	text-decoration:none;}

a.link{
	color:#752d17;
	text-decoration:none;}
a.link:hover{
	color:#752d17;
	text-decoration:underline;}	

hr {
    border:dotted #772c19;
	background:none;
	height:1px;
    border-width:0 0 1px 0;
    margin:10px 20px 10px 0;
    padding:0;
}

/* * * * * * * * * * * * * * * * * 
	      POPUP
* * * * * * * * * * * * * * * * */

#popup{
	padding:5px 0 3px 15px;
	margin:0 0 0 0;
	background-color:#8d4a38;
	font-weight:bold;
	color:#FFF;
	height:20px;

}

#popup2{
	height:15px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-color:#eee7e1;

}

/**** FORM******/

form input,
form textarea{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	border: 1px solid #772c19;
	margin:3px 0 3px 0;
	padding:0;

}

form select{

	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	border: 1px solid #772c19;
	margin:3px 0 3px 0;
	padding:0;}
	
form textarea {
	width:450px;
	height:140px;
}

form input:hover,
form textarea:hover {
	background-color:#fcf9f0;
    color:#000;
}

.textfield{
	width:220px;
}


.submit {
	width:125px;
	height:24px;
	vertical-align:middle;
    font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	background-color:#772c19;
	font-size:13px;
	color:#ffffff;
	cursor:pointer;
}
