@charset "UTF-8";
/* CSS Document */

body {
	background:#c8dcc5;
	}
a {
	color: #2B6142;
	}
a:hover {
	color: #666666;
	}

h1, h3, .headline1, .headline3 {
	color: #2B6142;
	}
h1.herbst, h3.herbst, h1.herbst a, h3.herbst a {
  color: #ae3c05;
  }
h2, h4 .headline2, .headline4 {
	color: #666666; 
	}
	
	
.topleft .streifen { 
	background:#24563a; 
	border-bottom:3px solid #9fb5a8 
	}
.topleft .streifen2 { 
	background:#24563a; 
	}
	
	
.topright .kopfbild { 
	border-bottom:3px solid #9fb5a8 
	}
.topright .hm { 
	background:#24563a;
	}

.content {
	background:url(../images/hg-landpartie.jpg);
	}
.spaltelinks {
	background:#2b6142; 
	}
.spaltemitte {
	background:#e6efe5; 
	}
	
	
/*--- Submenue --*/
.sub-landpartie {
  padding:15px 0 0 0;
  border-left:3px solid #487856;
  margin-bottom:10px;
  display:table
}

.sub-landpartie ul {
  list-style-type:none;
  padding:0;
  margin:0 0 0 10px;
  }
.sub-landpartie ul li {
  padding:0;
  margin-bottom:20px
  }
.sub-landpartie ul li::first-child {

  }
.sub-landpartie ul li a {
  color:#ffffff;
  font-size:14px;
  font-weight:700;
  line-height:16px
  }
.sub-landpartie ul li a:hover {
  color:#cccccc
  }
.sub-landpartie ul li a.aktiv {
  color:#fbf391
  }

/*-- E2 --*/
.sub-landpartie ul li ul {
  margin:10px 0 10px 3px;
  }
.sub-landpartie ul li ul li {
 margin:0;
 padding:0 0
  }
.sub-landpartie ul li ul li a {
  font-weight:400
  }

.sub-landpartie ul li ul li a.aktiv{
  color:#000000;
  color:#fbf391
  }
  
/*-- E3 --*/
.sub-landpartie ul li ul li ul {
  margin:5px 0 5px 6px;
  }
.sub-landpartie ul li ul li ul li a {
  font-size:12px
  }
.sub-landpartie ul li ul li ul li {
 margin:0;
 padding:0
  }
  
  #navigation-drop ul ul {
	background-color: #24563a;
}