* {
	margin:0;
	padding:0;
}

html {
	height:100%;
	font-size:100.01%;
}

body {
	text-align: center;
	min-height: 101%;
	font: 100.01%/130% Helvetica, Arial, serif;
	color: #333;
	background-color: #fff;
}

body * {
	text-align:left;
}

/*
	Credit to Mike Foskett for this nice intro: http://www.websemantics.co.uk
*/




/* General Link Specification */

a, a:link {
	text-decoration:none;
	/*color:#728b8f;*/
  color:#0068ab;
	background-color: transparent;
}

a:visited, a:active {
	text-decoration:none;
	color:#0068ab;
	background-color: transparent;
}

a:hover, a:focus {
	text-decoration:none;
	color:#333;
	background-color: transparent;
}



.pageselement {
	float: left;
}

.pages {
	margin-top: 10px;
	margin-left: 8px;
}

.pagesedit {
	width: 30px;
	height: 16px;
}

.statement {
	float: left;
	padding: 5px;
	margin: 0px;
	width:560px;
	height: 125px;
}

.stmt_name {
	float: left;
	width: 160px;
}

.stmt_date {
	float: left;
}

.stmt_text {
	float: left;
	overflow:auto;
	padding-top:5px;
	width: 430px;
	height: 90px;
}

.stmt_bild {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
	width: 77px;
	text-align: center;
	vertical-align: middle;
}

.input_bild {
	width: 255px;
}

.button_submit {
	text-align: center;
}