/*
	Allgemein
*/

* {
	margin:0;
	padding:0;
	border:none;
	-webkit-box-sizing:border-box; box-sizing:border-box;
}

html,
body {
	height:100%;
}

body#amt24 {
	font:normal 100% Arial, Helvetica, sans-serif;
}



/*
	Layout
*/

#frame {
	width:300px;
	padding-bottom:50px;
	background:url(../img/sachsen.png) no-repeat 10px 98%;
	border:1px solid #b44c47;
}

#header {
	height:241px;
	background:url(../img/header.jpg) no-repeat;
}
#header h1 {
	display:none;
}

/*
#header {
	height:70px;
	overflow:hidden;
	background:url(../img/header_bg.png) no-repeat;
}
#header h1 {
	margin:1.5em 0 0 12.3em;
	padding:0;
	font-size:1.3em;
	text-indent:-9999em;
}
*/

#descr {
	padding:10px;
}
#descr p {
	font-size:.79em;
	line-height:1.35em;
}

#searchFormWrap {
	margin:10px;
	padding:10px;
	overflow:hidden;
	font-size:.9em;
	background:#ebf2f2;
	border-radius:4px;
}
#searchFormWrap form {
	display:block;
	margin-bottom:10px;
}



/*
	Formulare
*/

#searchFormWrap label {
	position:absolute;
	padding:4px 0 0 6px;
	font-weight:bold;
}
#searchFormWrap input[type="text"] {
	display:block;
	width:100%;
	padding:3px 3px 3px 52px;
	font-size:1em;
	vertical-align:middle;
	border:1px solid #ccc;
	border-radius:4px;
	box-shadow:0 1px 1px rgba(0, 0, 0, .075) inset;
	-webkit-transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
#searchFormWrap input[type="text"]:focus {
	border-color:#1f5c61;
}
#searchFormWrap input[type="button"] {
	float:right;
	padding:3px 0;
	font-size:1em;
	color:#000;
	cursor:pointer;
	background:url(../img/button_bg.gif) repeat-x #ddd;
	border:1px solid #bbb;
	border-right-color:#aaa;
	border-left-color:#aaa;
	border-radius:3px;
}
#searchFormWrap input[type="button"]:hover,
#searchFormWrap input[type="button"]:focus {
	border-color:#1f5c61;
}