body{
	margin: 0;
	padding: 5px;
	background-color: #F2EEE8 ;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, Sans-serif;
}

a:link {
	/*color: #7C2912;*/
	color: #547A91;
	}

a:visited {
	color: #6B573E;
	}

a:hover {
	/*Sieht nur der IE
	_text-decoration: none;
	_border-bottom: 1px solid #AAA08C;
	color: #AA7846;*/
	color: #547A91;
	}

a:active {
	/*Sieht nur der IE
	_text-decoration: none;
	_border-bottom: 1px solid #AAA08C;
	color: #8C7846;
*/
	color: #6A9AB8;
}

.box {
	display: table;
	width: 100%; /* Falls es sich um ein Block-Element handelt */
	height: 100%; /* Im besten Fall hat das Eltern-Element bereits eine Höhe, diese Anweisung kann dann ignoriert werden */
}
.central {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}