* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a {
	color: #0095DA;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

img {
	border: 0;
}

h1 {
	margin-top: 0px;
	padding-top: 0;
	font-size: 16pt;
	color: #333333;
}

input, textarea, select {
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	color: #000000;
	margin: 1px;
}

html, body {
	width: 100%;
	height: auto;
	min-height: 100%;
	text-align: center;
	margin: 0 auto;
	background-image: url(images/bg.jpg);
}

#container {
	position: relative;
	margin : 0 auto;
	height: 100%;
	width: 770px;
	background-color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 0 auto;
}

#logo {
	position: relative;
	margin: 0 auto;
	padding: 10px;
	text-align: right;
}

#topnav {
	position: relative;
	height: 155px;
	margin: 0 auto;
	text-align: right;
	background-image : url(images/kopf.jpg);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	overflow: hidden;
}

#subnav {
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 10px;
	padding-top: 30px;
	width: 135px;
	height: 100%;
	text-align: left;
	font-size: 11px;
}

#textinhalt {
	position: relative;
	margin: 0 auto;
	margin-left: 160px;
	width: 570px;
	text-align: left;
	padding: 10px;
	padding-top: 30px;
}

.textinhalt li,.textinhalt ul {
	padding-left: 12px;
	list-style-type: square;
}

.textinhalt a {
	color: #0095DA;
	text-decoration: none;
}

.textinhalt a:hover {
	color: #0095DA;
	text-decoration: underline;
}

#fuss {
	position: relative;
	clear: both;
	width: 770px;
	height: 22px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#fuss #valid {
	float: right;
	margin: 3px 5px 0 0;
}

p.adminbuttons, br.clear {
	clear: none;
}

br.clear {
	clear: both;
}
