@charset "utf-8";
/* CSS Document */

body {
	background-color:#666633;
	width:100%;
	height:100%;
	margin: 0px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #ff9900;
	font-size: 18px;
}	

a {color:#ff9900;}

#inhalt {
	width: 960px;
	position: relative;
	margin: auto;
}

#inhalt-druck {
	width: 960px;
	position: relative;
	margin: auto;
	text-align: center;
}

#linie {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h1 {
	padding-top: 25px;
	font-size: 33px;
	text-align: center;
}

.textfeld {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	background-color:#666633;
	color: #ff9900;
	width: 350px;
	border: 1px solid #ff9900;
	height: 30px;
	margin-bottom: 12px;
	margin-left: 10px;
	margin-top: 12px;
}

.sendebutton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #ff9900;
	border: 0px;
	height: 40px;
	width: 250px;
	text-align: center;
	vertical-align: middle;
	margin-top: 50px;
	margin-right: 50px;
	margin-left: 50px;
	display: block;
	background-image: url(../bilder/sendebutton3d.png);
	background-color: #666633;
	cursor: pointer;
}
