body {
	background-color: #f9eed2;
	background-image: url(bilder/verlauf-body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a57334;
	line-height: 18px;
	vertical-align:top;
	text-align: left;
}

/* Links allgemein formatieren */

a:link, a:visited {
	color: #a57334; 
	text-decoration: underline;
	}

a:hover, a:active {
	color:#4d0d04;
}

/* Links in der Navi */
a.navi:link, a.navi:visited {
	color: #a57334;
	font-weight: bold; 
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	}
a.navi:hover, a.navi:active {
	color:#4d0d04;
	text-decoration: none;
	}
	
/* Links Footer */
a.footer:link, a.footer:visited {
	color: #a57334;
	font-weight: bold; 
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	}
a.footer:hover, a.footer:active {
	color:#4d0d04;
	text-decoration: none;
	}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a57334;
	font-weight:bold;
}
img {
	border: 0px;
}

/* Verschiedene Formulare anpassen */
form{margin:0px;padding:0px}

input {
border : 1px solid #e3bd8c;
background-color : #f7f1e9;
font-size:12px;
color:#a57334;
width: 190px;
}
radio {
border : 1px solid #a57334;
}
textarea {
border : 1px solid #e3bd8c;
background-color : #f7f1e9;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:12px;;
color:#a57334;
width: 330px;
}

