/* ------------------------------------------------------------
   DAUS JV  -  Deutsch - Australischen Juristenvereinigung
   
   Farben
   
   grau         - #E8E8E9 -	Hintergrund
	grau			- #555353 -		Schrift
	
	
   braun        - #4C3D0F - 	Schrift
	hellbraun	- #AD9B61 - 	Hintergrund Menü
	hellbraun	- #DACEA8 -		Schriftfarbe Untermenü
   
   ----------------------------------------------------------- */   
   
body {
  margin: 0;
  font-family: arial, sans-serif;
  background: #E8E8E9 url(i/body-background.png) repeat-y;
  }   

a {
  text-decoration: none;
  }
  
a img {
  border: none;
  }
    

#kopf {
	background: url(i/header-background.png);
	height: 225px;
}    

#kopf h1 {
	background: url(i/header-h1-background.jpg) no-repeat;
	height: 225px;
	margin: 0;
	text-indent: -999em;
}

#eng {
   position:absolute;
   display:block;
   left:815px;
   top:195px;
   }
   
#dt {
   position:absolute;
   display:block;
   left:815px;
   top:210px;
   }
 
#menuOben {
  color: white;
  font-weight: bold;
  background: #AD9B61;
  padding: 3px 0 3px 110px;
  margin-bottom: 20px;
  font-size: 10pt;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  }
  
#spalten {
	width: 760px;
}  
  
#spalte12 {
	width: 580px;
	float: left;
}  

#spalte1{
	width: 109px;
	float: left;
	font-size: 9pt;
}
 
#spalte2 {
	width: 450px;
	float: right;
	margin-bottom: 30px;
	font-size: 10pt;
	color: #555353;
}  

#spalte3 {
	width: 140px;
	float: right;
	font-size: 9pt;
}
  
  
  
  
  
  
#menuOben a {
  color: white;
  }  
  
#menuOben a.aktiv,
#menuOben a:hover {
  color: #4C3D0F;
  }    
      
		


#spalte1 ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	border-bottom: 1px solid white;
}  
  
#spalte1 ul li {
	border-top: 1px solid white;
	padding: 3px 5px 3px 8px;
	background: #DACEA8;
} 

#spalte1 ul li a {
	color: #4C3D0F;
}

#spalte1 ul li a.aktiv,
#spalte1 ul li a:hover {
	color: white;
}

		
#spalte2 h2 {
	text-transform: uppercase;
}		

#spalte2 p {
	text-align: left;
}

#spalte2 a {
	color: black;
}

#spalte2 a:hover {
	color: #AD9B61;
}

#spalte2 img.bildLinks {
	float: left;
	margin: 0 10px 10px 0;
}

#spalte2 img.bildRechts {
	float: right;
	margin: 0 0 10px 10px;
}

#spalte2 table {
  color: #555353;
  font-size: 9pt;
}






#spalte3 h2 {
	font-size: 11pt;
	padding-bottom: 0;
	line-height: 70%;
}

#spalte3 a {
	color: #AD9B61;
}

#spalte3 a:hover {
	color: #4C3D0F;
}

#spalte3 img {
	border: solid 1px #AD9B61;
}





#kontaktDruck {
	margin-top: 20px;
}

#kontaktDruck img {
	border: none;
}

#newsticker {
	background-color:#e8e8e9;
	color:#555353;
	font-size:12px;
	width:960px;
	}
	
#newsticker a{
	background-color:#e8e8e9;
	color:#555353;
	font-size:12px;
	}

