* {
	font-family: arial, sans serif;
	margin: 0px;
	color: black;
}

HTML {
	background-color: black;
}	

pre {
	color: silver;
}

body {
	width:100%;
	min-width:1000px;
}

div#meldung {
	position:relative;
	width:90%;
	margin: 0px auto;
	margin-top:20px;
	margin-bottom:20px;
	border-radius:5px;
	text-align:center;
	padding:10px;
	font-weight:900;
}
div#meldung.meldung {
	background-color:lightgreen;
	box-shadow:0px 0px 5px 5px green;
}
div#meldung.warnung {
	background-color:tomato;
	box-shadow:0px 0px 5px 5px red;
}

.pageHeader {
	text-align:left;
	background-color: black;
	height: 100px;
}

.pageHeader * { 
	color:white;
}

.pageHeader h1 {
	font-size: 24pt;
	color:white;
	padding: 20px 10px;
}

.topMenu {
	height:30px;
	/* background:url(../img/menubg.jpg) repeat-x; */
	background:linear-gradient(black white black);
}

.topMenu .menuItems {
	padding-top: 5px;
}

.menuItem a:link { font-weight:bold; color:black; text-decoration:none; }
.menuItem a:visited { font-weight:bold; color:black; text-decoration:none; }
.menuItem a:focus { font-weight:bold; color:black; text-decoration:none; }
.menuItem a:hover { font-weight:bold; color:black; text-decoration:none; }
.menuItem a:active { font-weight:bold; color:black; text-decoration:none; }

.topMenu .menuItem {
	color:black;
	margin:0px;
	padding: 0px 10px;
	border-left:2px #cccccc solid;
	border-right:2px #cccccc solid;
}

.contentHeader {
	background-color: black;
	height: 30px;
	//padding-left: 10px;
	color: white;
	background:url(../img/contentheader.jpg) repeat-x;
}

.contentHeader H1 {
	padding-top:0px;
	padding-left:10px;
	font-size: 16pt;
}

.content {
	width:100%;
	background:url(../img/content.jpg) repeat-x;
	background-position:bottom;
	background-color: white;
	min-height:100px;
	padding-bottom:7px;
}

.innerContent {
	padding:5px;
	background:white;
}

.pageFooter {
	width:100%;
	height:30px;
	background-color:black;
	color:white;
	clear:both;
}
.pageFooter * {
	color:white;
}
.pageFooter td {
	border:none;
}


form {
	clear:both;
	width:100%;
}

select {
	margin: 10px 0px;
	font-size:12pt;
}

select.small {
	font-size:12pt;
	border:0px solid black;
	background-color:lightgrey;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

input {
	font-size:12pt;
	border:0px solid black;
	background-color:lightgrey;
	padding:0px 10px;
}

input.Knopf {
	border-left:2px solid #cccccc;
	border-right:2px solid #cccccc;
	color:white;
	height:30px;
	padding:3px;
	margin:5px;
	background:url(../img/button.png) repeat-x;
	font-weight:900;
	border-radius:10px;
}

td {
	border-bottom:grey 1px solid;
	border-left:grey 1px solid;
	border-right:grey 1px solid;
	padding: 2px 5px;
}	

td.noborder {
	border: none;
	padding-top: 20px;
	padding-bottom: 10px;
}

th {
	text-align:left;
	border-bottom:grey 2px solid;
	border-left:grey 1px solid;
	border-right:grey 1px solid;
	padding: 1px 5px;
}	

.newKat {
	border-top:grey 1px solid;	
}

.hide {
	visibility:hidden;
}

.w33 {
	width:33%;
}

.w34 {
	width:34%;
}

.w50 {
	width:50%;
}

.w100 {
	width:100%;
}
