﻿/* ############################################################################################################################ */
/* #####################################   G e  n e r e l l e   E i n s t e l l u n g e n   ################################### */
/* ############################################################################################################################ */

body {
	/*margin: 0;*/
	margin: 0px auto;
	padding: 0;
	border: 0;
	font-family: Arial, Sans-Serif;
	font-size: medium;
	color: #000;
	width: 1000px;
	background-color: darkgray; 

   /* background-image: url('bilder/heikeaufrad.jpg')  */
}
#container {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
  /*  background-color: #DCDCFF;  */
  background-color: darkred;
}	

#page_content {
	margin: 0;
	padding: 0;
	border: 0;
    width: 100%;
	height: 100%;
	position: relative;
}
#sidebar {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	float: left;
	width: 200px;
}
#content {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 10px;
	border: 0;
    width: 574px;
    float: left;
	background-color: lemonchiffon;
	/*overflow: visible; */	
}

/*  Schrift für den gesamten Inhalt wenn sonst nichts spezielles angegeben */
#content p {
font-size: 0.9em;
line-height: 1.3em;
	}





/* ############################################################################################################################ */
/* ##############################################   Ü b e r s c h r i f t e n   ############################################### */
/* ############################################################################################################################ */

h1 {
    font-size: x-large;
	font-family: Arial Black;
	border-radius: 10px;
	/*background-color: blue;  */
	background-color: forestgreen;
	color: yellow; 
	padding-left: 10px;
	box-shadow: 4px 4px 4px 0px gray; 
}

h2 {
	font-family: Arial Black;
	border-radius: 10px;
	/*background-color: blue;  */
	background-color: forestgreen;
	color:yellow; 
	padding-left: 10px;
	box-shadow: 4px 4px 4px 0px gray; 
}
h3,h4,h5,h6 {
	font-family: Arial Black;
	border-radius: 5px;
	/*background-color:  cadetblue ;*/
	background-color:   forestgreen  ;
	color: lemonchiffon ; 
	padding-left: 10px;
	box-shadow: 3px 3px 3px 0px gray; 
}





/* ############################################################################################################################ */
/* #################################################   B A R   r e c h t s   ################################################## */
/* ############################################################################################################################ */

#barrechts {
	margin: 0;
	border: 0;
    width: 200px;    
    float: left; 
	padding: 0;
	/*opacity: 0.8;*/
    /*background-color:   darkred ;*/
    /*background-color:   #DCDCFF ; */
}

.seitenueberschriftrechts{
	background-color: inherit;
	text-decoration: underline; 
	color: red; 
	padding: 0px;
}

.seitentextrechts{
	font-size: 0.9em;
	line-height: 1.3em;
    color:  blue;    
}





/* ############################################################################################################################ */
/* #################################################   N A V I G A T I O N   ################################################## */
/* ############################################################################################################################ */



#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;  
	margin: 0;
	padding: 0;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	/* color:  #444444; */
    color:  lemonchiffon; 
	padding: 5%;
	display: block;
}

#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color:  lemonchiffon; 
	background-color:  indianred ;
}

.hauptmenue{
    display: block;
    /*border: 1px solid  #FFBB88;*/
    border: 1px solid beige ;
	}
	
.untermenue{
    padding-left: 30px; 	
    display: none;
    /*border: 1px solid  #FFBB88;*/
    border: 1px solid beige;
    font-size:  smaller; 
    
}













/* ############################################################################################################################ */
/* ###############################################   F o t o g a l e r i e    ################################################# */
/* ############################################################################################################################ */

#fotogalerie td {
    margin: 0;
    padding-left: 0px;
	padding-top:30px; 
	padding-right:0px;
	width: 290px; 
}

#fotogalerie figure {
    margin: 0;
    padding: 0;
	color:darkorchid; 
}




/* ############################################################################################################################ */
/* #########################################################   F u s s   ###################################################### */
/* ############################################################################################################################ */

#footer {
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	height: 30px;
}

#footer p {
	font-size: 0.75em;
	text-align: center; 
	color: lemonchiffon; 
}
#footer a {
	color: #AAAAAA;
	text-decoration: underline;
}
#footer a:hover {
	color: #AAAAAA;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}










/* ############################################################################################################################ */
/* ##########################################   B i l d e r   i n   L i g h t b o x   ######################################### */
/* ############################################################################################################################ */

/* Hintergund schattieren */
#LB_Shade { 
   display: none; position: fixed; z-index: 1000;
   top: 0%; left: 0%;
   width: 100%; height: 100%;
   background-color: black;
   -moz-opacity: 0.8;
   opacity: 0.8;
   filter: alpha(opacity=80);
}

/* Galerie Bilder gezoomt */
.LB_Full {
   width: 1200px;
   height: 800px;
   display: none; position: fixed; z-index: 2000;
   border: 2px solid black; background: black;
   padding: 10px; background-color: white; 
   }

/* Inhaltsbilder gezoomt */
.inhalt_haupttabbildrezoom{
   width: 1200px;
   height: 800px;
   display: none; position: fixed; z-index: 2000;
   border: 2px solid black; background: black;
   padding: 10px; background-color: white; 
}





/* ############################################################################################################################ */
/* #####################################################   G a l e r i e    ################################################### */
/* ############################################################################################################################ */

/* Bilder in der Galerie */
.LB_Simple {
   margin: 0px 0px 0px 0px; 
   padding: 0px 0px 0px 0px; 
   cursor: pointer; 
   width: 270px; 
   height: 180px; 
   box-shadow: 5px 5px 5px 0px  lightgrey ; 
   }





/* ############################################################################################################################ */
/* #######################################################   I n h a l t    ################################################### */
/* ############################################################################################################################ */
/* Platz für text und bilder sind 574px */



/* Kopfbogen */
.kopfbogen1 {
	width: 960px;
 	margin-left: -187px;
	}

/* Kopfbild */
.kopfbild1{
    width: 733px;
    margin-top: -155px;
    margin-left: -15px;
}

/* Falls die Spalten des Inhaltes mit einer Tabelle gemacht wird, gelten diese Daten für Text und Bilder */
.inhalthaupttabelle{
	margin:0;
	padding:0;
	width: 574px;
	}

/* Linke Spalte der Inhaltstabelle */	
.inhalthaupttablispalte{
	margin:0;
	padding: 30px 20px 0px 0px;
	width:380px;
	vertical-align: top;
	}

/* Rechte Spalte der Inhaltstabelle */		
.inhalthaupttabrespalte{
	margin:0;
	padding: 30px 0px 0px 0px;
	width: auto; 
	vertical-align: top;
	text-align: right; 
	}

/* Bilddaten für Inhaltsbilder in der rechten Spalte */	
.inhalt_haupttabbildrechts{
	cursor: pointer; 
	width: 150px; 
	margin: 30px 0px 0px 0px;
	padding: 0;
	box-shadow: 5px 3px 4px 0px gray; 
	}

/* Bilduntertitel für Inhaltsbilder in der rechten Spalte */	
.bildrechsfigure {
	margin:0;
	padding: 0;
    font-size: small;	
	color:  darkcyan  ; 
	text-align: right; 
}


/* Falls die Spalten des Inhaltes mit der DIV gemacht wird, gelten diese Daten für Text und Bilder */
#inhalttext{
 margin:0px 0px 0px 0px;
 padding: 0px;
 width: 395px;
 float:left;
	}
 
#inhaltbilder{
 margin:0px 0px 0px 25px;
 padding: 0px;
 width: 150px;
 float:left;
	}


/* ############################################################################################################################ */
/* ################################################   L A U F B I L D E R    ################################################## */
/* ############################################################################################################################ */

.masterlaufdivs{
	margin:0;
	padding:0;
	width:200px;
	display:none;
	overflow:hidden;
}

.masterlaufbilder{
	margin:0;
	padding:0;
	width:200px;
}

.laufbilderfiguren {
	text-align: center;
 	color:yellow;
 	font-size:small;
}

#laufbilderalle figure {
	margin:0;
	padding:0;
}

.divfuertextblock{
	width:184px; 
	height:137px; 
	margin:0;
	padding:8px; 
	background-color: white; 
	text-align: center;
}


/* ############################################################################################################################ */
/* #########################################   A l l g e m e i n e   K l a s s e n    ######################################### */
/* ############################################################################################################################ */

.unterstrichen { 
    text-decoration: underline ;
   }
   
.listemitmehrabstand{
  	padding-top: 5px;
	padding-bottom: 5px;
}

.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}



.uliste {
	}

.ulisteneintrag {
	padding-top: 5px;
	line-height: 125%;
	}

