/* Formatangaben zu www.buergerfrauen.de */
/* Autor: Bert Uhlig */

A:link {color: #990000;text-decoration: none;font-weight: normal;}
A:visited {color: #990000;text-decoration: none;font-weight: normal;}
A:active {color: #990000;text-decoration: none;font-weight: normal;}
A:hover {color: #990000;text-decoration: underline;font-weight: normal;}
A:focus {color: #990000;text-decoration: underline;font-weight: normal;}
	
#menue_l A:link {color: #555;text-decoration: none;font-weight: bold;}
#menue_l A:visited {color: #555;text-decoration: none;font-weight: bold;}
#menue_l A:active {color: #FF0000;text-decoration: none;font-weight: bold;}
#menue_l A:hover {color: #C80808; text-decoration: none;font-weight: bold;}
#menue_l A:focus {color: #C80808;text-decoration: underline;font-weight: bold;}
	
#fuss A:link {color: #555;text-decoration: none;font-weight: normal;}

body	{ background-color:#FCE595;
	  background-image: url('./images/bg-bue.gif'); 
	  background-repeat: repeat-x; 
	  font-family: arial, helvetica, sans-serif; 
	  font-size: 0.8em; 
	  color: #555;
	}
	
#rahmen	{ width: 800px; 
	  margin: 0px auto;
	  margin-top: 50px;
	  border: 0px solid red;
	}
	
#kopf	{ margin: 0px; height: 220px;
	  background-image: url('./images/bg-kopf.gif');
	  border: 0px solid green;
	}
	  
#fuss	{ clear: both;
	  margin: 0px; 
	  height: 25px;
	  background-image: url('./images/bg-fuss.gif');
	  border: 0px solid green;
	  text-align: center;
	  font-size: 0.8em;
	}
	
#menue_l { float: left;
	   font-weight: bold;
	   margin-top: 202px;
	   padding-left: 20px;
	   border: 0px solid red;
	 }
	
#menue_l ul { margin-top: -10px;
		}
	
#menue_l ul li { float: left;
		 margin-right: 15px;
		 padding: 0px;
		 list-style-type: none;
		}

#menue_r { text-align: right; 
	   font-weight: bold;
	   margin:0px auto; 
	   border: 0px solid grey;
	   padding: 192px 60px 0px 0px;
	 }

#menue_r p { margin: 1em 0em;}
	
#inhalt	{ margin: 0px;
	  background-image: url('./images/bg-inh.gif');
	  padding: 30px 55px;
	  border: 0px solid blue;
	  line-height: 1.4em;
	}
	
p	{ margin: 0.7em 0em; }
	
h1	{ font-size: 3em; 
	  font-weight: bold;
	  line-height: 0.1em;
	}
	
h2	{ font-size: 2em; 
	  font-weight: bold;
	  line-height: 1em;
	  display:inline;
	}
	
.spalteLinks { width: 330px;
	       float: left;
	       border: 0px solid blue;
	       text-align:justify;
	     }
	
.spalteRechts { width: 330px;
		float: right;
		border: 0px solid blue;
		text-align:justify;
	      }
	      
.bildrechts { float: right; 
	      margin: 0px 0px 20px 40px;
	      border: 1px solid #666;
	    }
	      
.bildlinks { float: left; 
	      margin: 0px 20px 10px 0px;
	      border: 1px solid #666;
	    }
	    
.clear	{ clear: both;
	}
	