/* HEADLINES */

h1 {font-size:18px;}
h2 {font-size:16px;}



/* LINKS */

a {color:#587eab;}
a:hover {color:#583e31; font-weight:normal;}

.grau {color:#a9a9a9; text-decoration:none;}



/* TABELLEN */
.table_angebote td {
	border:1px solid #f8d23f;
}

.td_weiss {
	background-color:#ffffff;
}



/* FORMULARE */
.button {
	margin:20px 0 0 0;
	padding:17px 45px;
	background-image:url(../images/site/button.gif);
	background-repeat:no-repeat;
	border:0;
	color:#FFF;
	font-size:16px;
	float:left;
	text-decoration:none;
}


.button2 {
	width:118px;
	height:32px;
	margin:20px 0 0 0;
	background-image:url(../images/site/button2.gif);
	background-repeat:no-repeat;
	border:0;
	color:#FFF;
	font-size:16px;
}


form input, 
form textarea,
form select{
	font-family:"Times New Roman", Times, serif;
    font-size:13px;
	color:#573F31;
	border: 1px solid #573f31;
	margin-bottom:4px;
	padding:0;
	
}

form textarea {
	width:240px;
	height:139px;
}
	
form input:hover,
form textarea:hover {
	background-color:#f4f4f4;
}

.textfield{
	width:143px;
}

.filefield{
	width:260px;
}


