body {
	font-family: Palatino, "Palatino Linotype", "Book Antiqua", "Times New Roman", serif;
	color: #004;
	background-color: #007;	
	background-image: url('/img/geige.jpg');
	background-repeat: no-repeat;
	background-position: top right; 
	background-attachment: fixed;
	overflow-y :scroll;
}

div#content {
   background-color: #e5e5f1;
   padding: 0.8em 2em 4em 2em;
   margin-left: 5px;
   margin-right: 200px;
   min-width: 40em;
   min-height: 20em;
   display:block;
}

div#content p {
	text-align: justify;
}

div#content a, #text a:link, #text a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #009;
}

div#content img {
	border-style: solid;
	border-width: 1px;
 	margin-top:2px;
	margin-bottom:0.5em;
	color: #006;
}
div#content img.right {
	float:right;
	margin-left:1em;
}

div#content img.left {
	float:left;
	margin-right:1em;
}

div#content dftabdle td.dashiermussweg {
	padding-right:1em;
}

div#content table th {
	text-align:left;
}

table.border {
	width:100%;
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	border-color:#005;
}

table tr.dark {
	background-color:#005;
}

table tr.dark th{
	padding:0.15em;
	color:#e5e5f1;
}


table.besetzung td {
	vertical-align: top;
	padding-top:0.5em;
	padding-bottom:1em;
}

table.adressen {
	font-size: 90%;
}

table.adressen td {
	white-space:nowrap;
}


div#impressum {
   margin-top: 3px;
   margin-left: 5px;
   margin-right: 200px;
   min-width: 42em;
}
div#impressum p {
   color: #fff;
   font-size: 70%;
   text-align: center;
   background-color: #007;
   padding-top: 0.2em;
   padding-bottom: 0.2em;
}

div#overlay {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0);
	z-index:98;
}

div#impressum a, div#impressum a:link,div#impressum a:hover {
	color:#fff;
}

div#modal {
	z-index: 99;
}

div#modal img {
	border-width:1px;
	border-style:solid;
	color:#006;
}