 body {
	color: white;
	background-color: black;
	font-size: 100.01%;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	min-width: 47em;
	/* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	margin-left : 1em;
	margin-right : 1em;
	margin-top : 1em;
	text-align : center;
	padding : 0 0 0 0;
}

div#page {
	text-align: left;
	margin: 0 auto;
	height : 853px;
	width : 1280px;
	background-image: url("/images/hintergrund.jpg");
	background-repeat : no-repeat;
}

div#page div#left {
	float: left;
	padding-left : 0em;
	padding-top : 15em;
}

div#page div#left div#menu {
	font-size : 0.8em;
	line-height : 1.7em;
	/* for Testing*/
	font-weight : bolder;
	min-height : 25em;
	color : White;
	min-width : 17em;
	padding-left : 0em;
	padding-top : 0em;
	max-width: 240px;
}

div#page div#left div#fusszeile{
	font-size : 0.8em;
	line-height : 1.7em;
	font-weight : bolder;
	color : White;
	list-style-type : none;
	padding-top: 5em;
}

div#page div#left div ul{
	list-style-type: none;
	padding-left: 10px;
	margin-left: 10px;
}

div#page div#left div ul ul {
	list-style-type: disc;
}

li .active {
	color: red;
}

div#page div#left div#login {
	color : White;
	max-width: 240px;
	padding-top: 5em;
}

div#page div#content {
	font-size : 0.8em;
	margin-left : 240px;
	padding-top: 5em;
	width : 1000px;
	height : 840px;
	overflow : auto;
	scrollbar-base-color:#740D0E;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#740D0E;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#740D0E;
}

div#page div#content *#blend{
	/*visibility: hidden;*/
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
}

div#toolbar {
	font-size : 0.9em;
}

div#toolbar th{
	border-left : 1px solid Silver;
	border-right : 1px solid Silver;
	border-top : 1px solid Silver;
	border-bottom : 1px dashed Silver;
	text-align : center;
}

div#toolbar tr td{
	border-left : 1px solid Silver;
	border-right : 1px solid Silver;
	border-bottom : 1px solid Silver;
}

div#gallery img{
	margin: 20px 20px 20px 20px;
}

 input {
	border : 1px solid Silver;
}

div#page div#suchen input#such_send{
	border : 0px;
	vertical-align : text-bottom;
}

a {
	color : white;
	text-decoration : none;
	font-weight : bold;
}

a:active, a:hover {
	color : Red;
	text-decoration : none;
}

a img{
	border : 0px;
}

form th {
	color : White;
	background-color : #740D0E;
}

form table {
	border : 1px solid ActiveBorder;
}

table#editform {
	background-color: black;
}

h1 {
	font-size : 2em;
}
h2 {
	font-size : 1.6em;
}
h3 {
	font-size : 1.2em;
	font-weight : bold;
}
h4 {
	font-size : 1.1em;
	font-weight : bold;
}
h5 {
	font-size : 1.0em;
	font-weight : bold;
	font-style : italic;
}
h6 {
	font-size : 1.0em;
	font-style : italic;
}

table {
	font-size: 1em;
}

.highlighted {
	background-color : Silver;
	color : #740D0E;
	font-weight : bold;
}

.block {
	display: block;
	text-align : justify;
}

.loginform {
	border : 0px solid White;
}

#error {
	color: White;
	font-size : larger;
	font-weight : bold;
	background-color : Red;
}
#hinweis {
	background: Lime;
	color: Black;
}
