﻿/* General layout */

BODY          {
	font-family: Tahoma, Times, Serif; color: #441B1A;
	margin-top: 10;
	padding-top: 0;
	padding-left: 10;
	padding-right: 0;
	background-color: #E1E1E1;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:center center;
	text-align: justify;
	
}

P             { font-family: Tahoma, Times, Serif; font-size: 11pt; }

A:link        { text-decoration: none; color: #441B1A; font-weight: normal; }
A:visited     { text-decoration: none; color: #441B1A; font-weight: normal; }
A:hover       { text-decoration: none; color: #FFFFFF; font-weight: bold;}

/* Überschriften */
H1				{ font-family: Tahoma, Times, Serif; font-size: 16pt; font-weight: normal; margin-bottom: 0; color: #441B1A; text-align: left; }
H2				{ font-family: Tahoma, Times, Serif; font-size: 13pt; font-weight: normal; margin-bottom: auto; margin-top: 5; color: #441B1A; }
H3				{ font-family: Tahoma, Times, Serif; font-size: 12pt; font-weight: bold; margin-bottom: 2; color: #441B1A; }
H4				{ font-family: Tahoma, Times, Serif; font-size: 9pt; font-weight: normal; margin-bottom: 0; margin-top: 0; color: #441B1A; }

hr {
 color : black;
 height : 2px;
}


/* Format für Tabellen mit Bildern */
.collection     { font-family: Tahoma, Times, Serif; font-size: 8pt; padding:20px;}

P.beschreibung  { font-family: Tahoma, Times, Serif; font-size: 8pt; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; }



/* DIV IDs */
.festegroesse {
	background:#FFFFCC; 
	margin: -251px 0 0 -381px;
   position:absolute;
   top: 50%;
   left: 50%;
   width: 760px;
   height: 500px;
	background:#f0f0f0;
	border:1px solid black;
	overflow:auto;
}

.relativegroesse {
	background:#FFFFCC; 
	position:absolute;
	top:15%;
	left:15%;
	right:15%;
	width:70%;
	background:#f0f0f0;
	border:1px solid black;
	overflow:auto;
	padding:10px;
}