.spacer0800 {
	margin: 0px 8px 0px 0px;
}

.input300 {
	width: 300px;
}

.input200 {
	width: 200px;
}

.underline {
	text-decoration: underline;
}

#disableSite {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	/*height: 100%; */
	width: 100%; 
	z-index: 0; 
	background-color: #eeeeee; 
	filter: alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

.commenttable, .commenttable input, .commenttable textarea {
	width: 100%;
}

#navilistleft { 
	list-style-type:none;
	margin:0;
	padding:0;
}

#navilistright { 
	list-style-type:none;
	margin:0;
	padding:0;
}

.bildrechts {
	border: solid 0.2mm white;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding: 0px;
	float: right;
	overflow: auto;
}

.bildlinks {
	border: solid 0.2mm white;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
	float: left;
	overflow: auto;
}

#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:175px;	/* Width of box */
	height:250px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:1px solid #317082;	/* Dark green border */
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-size:0.9em;
	z-index:100;
	color: black;
}

#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	
}

#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#317082;
	color:#FFF;
}

#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}

form{
	display:inline;
}

.hollyhacked {
	height: 1%;
}

.centerlogo {
	text-align: center;
 	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.naviright {
	text-align: left;
 	margin-left: 1em;
 	margin-right: 1em;
}

.marginbottom {
	padding-bottom: 10px;
}

.reiter {
	padding: 4px 6px 5px 6px;
	background-color: #600000;
	background-position: 0% 20%;	
	background-repeat: repeat-x;
	background-image:url(../logo/reiter.gif);
	border: 0px solid white;
	margin: 1px;
}

.reiterchecked {
	padding: 9px 6px 5px 8px;
	background-color: #990000;
	background-repeat: repeat-x;
	background-image:url(../logo/reiterchecked.gif);
	border: solid 0px white;
	margin: 1px;
}

.conthead {
	padding: 4px 6px 5px 6px;
	border: 0px solid white;
	margin: 1em 0em 0em 0em;
	width: auto;
	font-weight: bold;
	position: relative;
}

.draggable {
	cursor: move;
}

.mousepointer {
	cursor: pointer;
}

.collapseButton {
	cursor: pointer;
	background-color: white;
	width: 11px;
	height: 11px;
}

.ch2 {
	margin: 1em 0em 0em 0em;
}

.cont {
	padding: 4px 6px 6px 6px;
	margin: 0em 0em 0em 0em;
/*
	border-right: solid 3px #600000;
	border-bottom: solid 3px #600000;
	border-left: solid 3px #600000;
*/
	width: auto;
	position: relative;
}

#content {
	width: auto;
	font-size: 1em;
	margin: 0px;
  padding: 0px;
	overflow: auto;
/*
	background-image: url(../logo/background.jpg);
	background-position: 50% 5em;	
	background-repeat: no-repeat;
*/
}

.nobottommargin {
	margin-bottom: 0em;
}

.notopmargin {
	margin-top: 0em;
}

table {
  display: table;
  border-collapse: separate;
  border: solid white 1px;
  border-spacing: 1px;
  color: white;
  width: 100%;
	background: white;
}

tr {
 	display: table-row;
	width: auto;
}

td {
 	display: table-cell;
  font-weight: bolder;
  padding: 2px;
  background: #3F0000;
  width: auto;
	vertical-align: top;
}
#sidenavleft {
	display: none;
	visibility: hidden;
}

#sidenavright {
	display: none;
	visibility: hidden;
}

#head {
	display: none;
	visibility: hidden;
}

#lowerhead {
	display: none;
	visibility: hidden;
}

body {
/*	width: 957px;*/
	color: black;
	background: #FFFFFF;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#main {
/*	width: 957px;*/
	height: auto;
	padding: 0px;
	margin: 0px;
	/*border: 1px solid white;*/
	font-size: 83%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.biglinespace {
	line-height: 1.5em;
}

.smallspace {
	 margin-bottom: -1.0em;
}

.black {
	background: black;
	color: black;
}

.dist1 {
	padding-top: 1em;
	padding-bottom: 1em;
}

.dist {
	float: right;
	padding-right: 2.6em;
	padding-top: 0.8em;
}

.noline {
	text-decoration: none;
}

h1, h2, h3, h4, h5, li, a, em, strong, p, tr, td, table, ul, ol, div, body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h3, h4, h5, li, a, em, strong, p, tr, td, table, ul, ol, div, body {
	font-size: 1em;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.3em;
}

form {
	vertical-align: sub;
}

p {
	text-align: justify;
}

p + ul {
	line-height: 1.3;
}

td a:link {
	color: red;
}

td a:visited {
	color: red;
}

.rightborder {
 	margin-right: 1em;
}

.leftborder {
 	margin-left: 1em;
}

.leftborder7 {
 	margin-left: 5.5em;
}

.topborder {
 	margin-top: 1em;
}

.smaller {
	font-size: 1.3em;
}

.small {
	font-size: 1em;
}

.x-small {
	font-size: 0.8em;
}

a:link {
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	color: red;
}

.buyprintmail {
	margin: 5px 0px 5px 0px;
}

.cover {
	border: solid 0.2mm white;
	margin: 2px 0px 15px 20px;
	padding: 0px;
	float: right;
	overflow: auto;
}

.bild {
	border: solid 0.2mm white;
	margin: 0px;
	padding: 0px;
}

.bildright {
	border: solid 0.2mm white;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding: 0px;
	height: auto;
	width: auto;
}

.bildleft {
	border: solid 0.2mm white;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}

.unsichtbar {
	color: #3F0000;
	font-size: 1px;
}

.white {
	color: #FFFFFF;
}

.yellow {
	color: yellow;
}

.nobullet {
	padding: 3px;
	list-style: none;
	text-align: left;
	margin: 0px;
}

.block {
	text-align: justify;
}

.center {
	text-align: center;
	padding: 5px;
}

.center0 {
	text-align: center;
	padding: 0px;
}

.strong {
	font-weight: bold;
}

.em {
	font-style: italic;
}

.left {
	float: left;
	padding: 5px;
}

.right {
	float: right;
	padding: 5px;
}

.bottom0 {
	float: right;
}

.left0 {
	float: left;
	overflow: auto;
}

.right0 {
	float: right;
	overflow: auto;
}
