html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0px;
	text-align: center;
	height: 100%;
	font-family: Calibri,Tahoma,Sans-Serif;
	color: #000;
	background-color: #7c7c7c;
	font-size: 16px;

}

a {
	padding-left: 12px;
	background-image: url("../grafics/link.png");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.nolink a, .nolink a:hover{
	background-image: none;
	text-decoration: none;
	padding: 0px;
}

h1 {
	border-bottom: 1px dotted #aaa;
}

.info, .warning, .zitat {
	border: 1px dotted #aea;
	background-color: #ded;
	padding: 10px;
	font-size: 12px;
}

.warning {
	border: 1px dotted #f77;
	background-color: #faa;
}

.zitat {
	border: 1px dotted #aaa;
	background-color: #eee;
}

.viewbox {
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	background-color: #eee;
	padding: 5px 0px;
	height: 200px;
	width: 775px;
	overflow: auto;
}

.info a, .warning a, .zitat a {
	background-position: 0px 2px;
}

label {
	display: block;
	float: left;
	width: 150px;
	padding-right: 20px;
	text-align: right;
}

.menu {
	width: auto;
	padding: 0px;
}

.menu a, .menu div {
	background-image: none;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

input, select, textarea {
	width: 300px;
}

textarea {
	height: 100px;
}

button {
	margin-left: 170px;
}

.inputNormal input,.inputNormal select,.inputNormal textarea,.inputNormal label {
	width: inherit;
	height: inherit;
	text-align: left;
	padding: 0px;
	display: inline;
	float: none;
}

.floatbox {
	float: left;
	width: 320px;
	margin-right: 50px;
}

img {
	border: 0px solid #fff;
}

img.showcase {
	border: 1px solid #ddd;
	padding: 3px;
	margin: 3px;
}