/* CSS Document */

body {
	background-color: #f2a000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #525252px;
	margin: 0px;
}
div#container {
	background-image: url(/images/layout/background_x.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 845px;
	margin: 0 auto;
	margin-top: 20px;
}
div#header {
	height: 231px;
	margin-bottom: 10px;
}
div#menue {
	padding-left: 12px;
	width:149px;
	float: left;
}
div#content {
	background-image: url(/images/layout/content_krone.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 610px;
	min-height: 438px;
	line-height: 155%;
	padding-left: 17px;
	padding-right: 15px;
}

input {
	width: 175px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	width: 300px;
	height: 100px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

div#footer {
	background-image: url(/images/layout/footer.jpg);
	background-repeat: no-repeat;
	height: 28px;
	clear: both;
}

h1 {
	font-size: 17px;
	font-weight: normal;
	color: #F4A100;
}
h4 {
	font-size: 10px;
	font-weight: normal;
}
h3 {
	font-size: 11px;
	font-weight: normal;
	background-image: url(/images/bilder/krone_klein.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-top: 7px;
}

div#content a {
	color: #F4A100;
	text-decoration: none;
	border-bottom: 1px solid #F4A100;
}