body { 
	background-color: white;
	margin: 0px;
			
	font-family: Verdana;
	font-size: 13px;
	
	scrollbar-face-color: 		white; 	/* Vordergrund */
	scrollbar-track-color: 		white; 	/* Hintergund */

	scrollbar-highlight-color: 	white; 	/* links&oben innen */
	scrollbar-3dlight-color: 	black;	/* links&oben aussen*/

	scrollbar-shadow-color: 	white; 	/* Schatten rechts&unten innen*/	
	scrollbar-darkshadow-color: black;	/* Schatten rechts&unten aussen*/

	scrollbar-arrow-color: 		black;	/* Pfeile */	
}


/* Classes */

#positioner {
	width: 902px;
	background:URL(/bilder/background.gif);
	border-right: 1px solid black;
	border-left: 1px solid black;
	z-index: 2;
}

/* ############################################################################# */
/* ###	Logo																 ### */
/* ############################################################################# */


#logo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 902px;
	height: 95px;
	background-color: white;
	border-top: 30px solid #33963E;
	border-bottom: 5px solid #003300;
	z-index: 1;
}

/* ############################################################################# */
/* ###	Jubiläum - xx Jahre seit 1938										 ### */
/* ############################################################################# */

#jubilaeum_years {
	margin:20px 30px 0px 0px;
	color:#33963E;
	font-size:20pt;
	font-family:Myriad Pro, Verdana, Arial;
}
#jubilaeum_since {
	margin:0px 30px 0px 0px;
	color:#33963E;
	font-size:12pt;
	font-family:Myriad Pro, Verdana, Arial;
}


/* ############################################################################# */
/* ###	Theme																 ### */
/* ############################################################################# */

#theme {
	position: relative;
	left: 0px;
	top: 0px;
	width: 902px;
	height: 109px;
	z-index: 2;
}

/* ############################################################################# */
/* ###	Menue																 ### */
/* ############################################################################# */

#menue {
	position: relative;
	top: 0px;
	left: 0px;
	width: 225px;
	z-index: 3;
	float:left;
}

.menuelist 
{
	margin-top: 25px;
	/*margin-left: 25px;*/
}

.menuelist li
{
	list-style: none;
	margin-bottom: 2px;
	height: 20px;
}

.menuelist a:link {
	font-family: Verdana, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: none;	
	border-left: 5px solid #DEDFDE;
	padding-left: 10px;
	letter-spacing: 2px;
}
				 
.menuelist a:visited { 	
	font-family: Verdana, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: none;	
	border-left: 5px solid #DEDFDE;
	padding-left: 10px;
	letter-spacing: 2px;
}	

.menuelist a:active { 		
	font-family: Verdana, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;	
	border-left: 5px solid #DEDFDE;
	padding-left: 10px;
	letter-spacing: 2px;
}

.menuelist a:hover { 
	font-family: Verdana, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: none;	
	border-left: 5px solid black;
	padding-left: 10px;
	letter-spacing: 2px;
}


/* ############################################################################# */
/* ###	Main																 ### */
/* ############################################################################# */

#main_text_2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 408px;
	padding: 20px;
	padding-bottom: 50px;
	display: block;
	float: left;
	min-height: 600px;
	
	font-family: Verdana;
	font-size: 13px;
	z-index: 5;
}

#main_text_3 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 637px;
	padding: 20px;
	padding-bottom: 50px;
	float: left;
	background-color: white;
	min-height: 600px;
	
	font-family: Verdana;
	font-size: 13px;
	z-index: 5;
}

#main_images {
	position: relative;
	top: 0px;	
	margin-top:30px;
	margin-bottom:90px;
	width: 225px;		
	height: 355px;
	text-align: center;	
	font-family: Verdana, Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: black;
	float: left;
	z-index: 6;
}

.adresse {
	position: relative;
	top: 0px;	
	padding:20px;
	width: 185px;
	float: right;
		
	font-family: Verdana, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: none;	
	letter-spacing: 2px;
	
	z-index: 6;
}

.images {
	border: 0px;
	width: 150px;
	height: 100%;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}

.bildauswahl
{
	padding-top:20px;
	padding-bottom:2px;
	width: 100%;
	text-align: center;
}

.bildauswahl img
{
	width: 100px;
	border: 1px solid black;
	margin-bottom: 15px;
}

#bildansicht {
	position: relative;
	top: 0px;
	left: 0px;
	width: 408px;
	padding: 20px;
	padding-bottom: 50px;
	overflow: hidden;
	float: left;
	display: none;
}

#Bild {
	width: 410px;
	border: 1px solid black;
}

#BildBeschreibung {
	position: relative; 
	top: -15px;
}

h1  {
	font-size: 14px;
	font-family: Verdana, Verdane, Arial, Helvetica, Sans-Serif;	
	font-weight: bold;
	font-style: normal;
}

h2  {
	font-size: 12px;
	font-family: Verdana, Verdane, Arial, Helvetica, Sans-Serif;	
	font-weight: bold;
	font-style: normal;
}

li {
	margin-bottom: 8px;
	list-style-type: square;
}

pre {
	margin-left: -35px;
	font-size: 11px;
}

cite {
	font-size: 14px;
	margin-left: 20px;
	font-style: normal;
	font-weight: bold;
	margin-left: 0px;
}

a:link {
	color:red;
	text-decoration: none;	
}
				 
a:visited { 	
	color:red;
	text-decoration: none;	
}	

a:active { 
	color:red;		
	text-decoration: none;				
}

a:hover { 
	color:red;
	text-decoration: underline;		
}

.bild {
	border: 1px solid black;
}

.suchergebnis	{
	width:200px; 
	height:200px; 
	text-align:center; 
	float:left; 	
	border: 1px solid silver; 
	vertical-align: middle; 
	padding:5px;
}

.topnav	{
	position:absolute;
	top: 460px;
	left: 10px;	
	width: 98px;
	height: 23px;	
}
	
.bottomnav {
	position:absolute;
	top: 489px;
	left: 10px;					
	width: 98px;
	height: 23px;	
}

#Copyrights {
	color: gray;
	font-size: 10px;
}


/* ############################################################################# */
/* ###	Footer																 ### */
/* ############################################################################# */

#footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 902px;	
	height: 30px;	
	font-size: 11px;
	background-color: #BB1313;
	z-index: 1;
	clear:left;
}

.footer_copyright {
	position: absolute;
	left: 10px;
	font-family: Verdana;
	font-size: 11px;	
	color: white;
	margin-top: 10px;
}

.footer_links {
	position: absolute;
	right: 10px;
	margin-top: 10px;
}

.footer_links a:link {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;	
}
				 
.footer_links a:visited { 	
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;	
}	

.footer_links a:active { 	
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;			
}

.footer_links a:hover { 	
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;	
}

#own {
	position: absolute;
	left: 0px;
	width: 763px;
	top: -2000px;
	z-index: 0;
	
	font-family: Verdana;
	font-size: 11px;
	color: white;
}

