@charset "UTF-8";

* {margin:0;padding:0;border:0;}

body {
	background: url('../pics/contentbg.png');
	background-repeat: no-repeat;
	background-position: 330px 160px;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #302d27;
	margin: 10px 160px 10px 100px; 
	padding: 0;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 10px;
}

p {
	font-size: 14px;
	line-height: 1.8em;
}

#preisliste {
    font-size: 12px;
    background: #fff;
    width: 480px;
    border-collapse: collapse;
    text-align: left;
}

#preisliste th {
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px 8px 0px;
	border-bottom: 2px solid #302D27;
	text-align: left;
}

#preisliste td {
    color: #302D27;
    padding: 9px 8px 0px 0px;
}

#preisliste tbody tr:hover td {
    color: #FFCA6D;
}

#preisliste_footer {
	font-size: 10px;
	padding-top: 10px;
}

input, textarea  {
	 border: 1px solid #302d27;
   	 
}
#kontakt {border:0px;}
#kontakt fieldset {
	font-size: 14px;
  border: 0px;  		 
}
fieldset  {
  	padding: 2px 0px 0px 0px;
  	border: 0px;
}