@media screen {	
	
	input.text, input.texteingabe, textarea {
		background: #fff;
		line-height: 100%;
		padding: 3px;
		border: 1px solid #626262;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		margin: 0px 0 0 0;
		width: 200px;
	}
	.formbutton {
		background: #B7340C url("../bilder/bg_button.gif") repeat-x;
		color: #fff;
		border: 2px solid #fff;
		padding: 2px;
		cursor: pointer; /* hand-shaped cursor */
		cursor: hand; /* for IE 5.x */
		margin-right: 0px;
	}
		
	.rot {
		color: #B7340C;
	}
	textarea {
		font: 16px/160% Arial, tahoma, verdana, Trebuchet MS, sans-serif;
		width: 270px;
	}
	#spalte-2 table {
		font-size: 16px;
		margin: 10px 0 10px 0;
		background: #DBD193;
	}
	#spalte-2 table td {
		padding: 2px;
		background: #FBF7D8;
	}
	#spalte-2 table th {
		padding: 2px;
		background: #F6EEBC;
	}
	#spalte-2 table a {
		color: #4E3A00;
		text-decoration: none;
	}
	#spalte-2 fieldset {
		border: 1px solid #DBD193;
		margin: 0 0 10px 0;
	}
	#spalte-2 fieldset legend {
		font-weight: bold;
	}
	#spalte-2 fieldset table {
		background: none;
	}
	#spalte-2 fieldset td {
		background: none;
	}
	#spalte-2	#kontaktformular table {
		border: 0;
		margin: 0;
		background: none;
	}
	#spalte-2	#kontaktformular table td {
		padding: 5px 0 0 0;
		background: none;
		margin: 5px 0 0 0;
	}
	#spalte-2 h1 {
		margin: 30px 0 10px 0;
		font-size: 20px;
		color: #B7340C;
	}
	#spalte-2 h2 {
		margin: 25px 0 10px 0;
		font-size: 18px;
		font-weight: normal;
		color: #B7340C;
	}
	#spalte-2 .listitem h2 {
		margin: 0 0 10px 0;
	}
	#spalte-2 h3 {
		margin: 10px 0 10px 0;
		font-size: 130%;
		color: #454545;
	}
	#spalte-2 p {
		margin: 0 0 10px 0;
	}
	#spalte-2 a {
		color: #B7340C;
	}
	
		#inhalt img {
		}
	
	
	#spalte-2 ul {
		list-style-type: square;
		margin: 10px 0 10px 0px;
		padding: 0;
	}
	#spalte-2 ul li {
		margin: 0 0 0 15px;
		padding: 0;
	}
	#spalte-2 ul li p {
		margin: 0;
		padding: 0;
	}
	
	#spalte-3 {
		font-size: 13px;
	}
	#spalte-3 h3 {
		font-size: 16px;
		font-weight: bold;
		margin: 10px 0 5px 0;
	}	
	#spalte-3 table {
		line-height: 100%;
		font-size: 100%;
		font-size: 12px;
		margin: 10px 0 10px 0;
	}
	#spalte-3 table td {
		padding: 1px;
	}
	#spalte-3 table th {
		padding: 1px;
	}
	#spalte-3 a {
		color: #B7340C;
	}
	
	
}