/* ---------------------*/
/* - Layer Definition - */
/* ---------------------*/

.Layer_Background { position : absolute;
             left : 49px;
	         top : 29px;
	         height : 550px;
             width : 744px;
             border-width : 1px;
             border-style : solid;
             border-color : #011879;
			 z-index:2;			
            }

.Layer_Top { position : absolute;
             left : 50px;
	         top : 30px;
	         height : 100px;
             width : 742px;
             border-width : 0px;
             border-style : solid;
             border-color : #011879;
			 z-index:3;		
            }

.Layer_Menu { position : absolute;
              left : 50px;
	          top : 147px;
              width : 120px;
              height : 350px;
              border-width : 0px;
              border-style : solid;
              border-color : #011879;
			  z-index:4;		
            }

.Layer_Bottom { border:0px solid #011879; position : absolute;
                left : 50px;
	            height : 28px;
                width : 742px;
                top : 550;
                background-image:url('design/hellblau.gif');
				z-index:3		
              }

.Layer_Content_Big { position : absolute;
                 left : 60px;
	             top : 140px;
                 width : 720px;
                 height : 400px;
                 border-width : 0px;
                 border-style : solid;
                 border-color : #011879;
				 overflow : auto;
				 z-index:7;
				 background-image:url(design/feuer.gif)
                }
				
.Layer_Content_Small { position : absolute;
                 left : 190px;
	             top : 140px;
                 width : 600px;
                 height : 400px;
                 border-width : 0px;
                 border-style : solid;
                 border-color : #004866;
				 overflow : auto;
				 z-index:7;
				 background-image:url(design/feuer.gif)	
                }

.Layer_Feuerwehrmann { position : absolute;
			 top : 110px;
			 left : 788px;
             border-width : 0px;
             border-style : solid;
             border-color : #011879;
			 z-index:1;		
            }
			
.Layer_Time { position : absolute;
             left : 49px;
	         top : 5px;
	         height : 17px;
             width : 744px;
             border-width : 1px;
             border-style : solid;
             border-color : #011879;
			 z-index:6;		
            }

/* ---------*/
/* - Body - */
/* ---------*/

			
body 	{	scrollbar-base-color: #CCD7E0;
			scrollbar-arrow-color: #011879;
            
			scrollbar-track-color: white;
			scrollbar-shadow-color: white;
			scrollbar-lightshadow-color: #011879; 
			scrollbar-darkshadow-color: white;

			scrollbar-highlight-color: white;
			scrollbar-3dlight-color: white;
			}

a:link {	color:#011879; text-decoration:none; 
			}

a:visited { color:#011879; text-decoration:none; 
			}

a:active { color:red; text-decoration:none; 
			}

a:hover { 	color:red; 
			text-decoration:none;
			/*background-color: red;*/ 
			}

h1 { 	color:#011879;
		font-family: Arial, sans serif;
		font-size:16pt;
		filter:blur(direction=30, strength=3);
 		
		}

		padding:4;
		width:100%;
		
a { font-family: Arial, san serif; }

p, h2, h3, h4, ul, ol, li, td, blockquote, nobr, i, b
{ 
font-family: Arial, san serif; 
font-size:11pt;
}

.StyleTime {
        color:#000000;
		font-family:Verdana, Arial, sans serif;
		font-size:9pt; 
}

.Schrift_klein {
        color:#000000;
		font-family:Arial, sans serif;
		font-size:8pt; 
}

.unterueberschrift {
        color:#000000;
		font-family:Arial, sans serif;
		font-size:12pt;
		font-weight:bold;
}

.Schrift_druck {
        color:#000000;
		font-family:Arial, sans serif;
		font-size:9pt; 
}

.Hauptmenuelink {
         font-family: Arial, san serif; 
         font-size:12pt;
         color:#011879;
}

.Menuelink {
         font-family: Arial, san serif; 
         font-size:11pt;
         color:#011879;
}

.Bild_Rahmen {
        	border-width :2px;
			border-color : #CCD7E0;
			border-style : solid;
}

.Bild_Rahmen_duenn {
        	border-width :1px;
			border-color : #011879;
			border-style : solid;
}

/* -------------*/
/* - Tabellen - */
/* -------------*/

.Tabelle_duenn {	border-width : 1px;
					border-color : #CCD7E0;
					border-style : solid;
				}
				
.Tabelle_menu {		border-width : 1px;
					border-color : #ffffff;
					border-style : solid;
				}
				
/* --------------*/
/* - Gästebuch - */
/* --------------*/

.GBText2 {
		  font-size:12pt; 
		  font-weight:bold;
		  }
		  
.GBText3 {
		  font-size : 9pt;
		  color : #999999; 
		  }
.GBInput {
        background-color : #ffffff;
	 	font-family : arial;
	 	font-size: 10pt;
		color: #000000;
	 	border-color : #000000;
		border-style : solid;
		border-width : 1px;
		border-left-width : 1px;
		border-top-width : 1px;
		border-right-width : 1px;
		border-bottom-width : 1px;
		}		 
.GBButton {
        background-color : #ffffff;
	 	font-family : arial;
	 	font-size: 10pt;
		color: #000000;
	 	border-color : #999999;
		border-style : solid;
		border-width : 1px;
		border-left-width : 1px;
		border-top-width : 1px;
		border-right-width : 1px;
		border-bottom-width : 1px;
		}