/* Text Formatierungen */

body {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-family: "courier new", Verdana, Arial, Tahoma, sans-serif;
	line-height: 1.8em;
	color: #988b83;
	background-image: url("../img/bg.jpg");
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fffefe;	 
}

a {
	color: #988b83;
	text-decoration: none;
}

a:hover {
	color: #d90000;
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	display: inline;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	display: inline;
}

hr {
	border: 1px dashed #e9e2d7;
	margin: 10px;
}

.eingabefeld {
	width: 55px;
	height: 24px;
	font-size: 14px;
	color: #0db02b;
	font-weight: bold;
	background-color: #000;
	text-decoration: none;
	padding-left: 5px;
	border-left: 2px solid #000;
	border-right: none;
	border-bottom: none;
	border-top: none;
}

.login {
	width: 160px;
	height: 17px;
	font-size: 11px;
	color: #000000;
	background-color: #EDEDED;
	text-decoration: none;
	padding-left: 3px;
	border-width: 1px;
	border-bottom-style: solid;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-color: #ccc;
}

.eingabetext {
 	width: 435px;
 	height: 110px;
 	font-size: 11px;
 	color: #000000;
 	background-color: #EDEDED;
 	text-decoration: none;
 	padding-left: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}

button {
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	font-size: 10px;
	background-color: #E50003;
	text-decoration: none;
	padding-left: 3px;
	border: 1px #666666 solid;
}
