/**
/* DEFINIERTE STARTWERTE FÜR ALLE HTML-ELEMENTE */
* { 
 padding: 0;
}

html, body { 
 background-color: #EFC3AB;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 }
 
h1 {
	font-size:16px;
	line-height: 30px;
 }
 
 h2 {
	font-size:14px;
	line-height: 25px;
 }
 
h3,h4 {
 font-size:14px;
 color:#D7692E;
 }
 
 .orange14 {
 font-size:14px;
  color:#D7692E;
 }
 
  .orange12 {
  color:#D7692E;
 }
 
  .schrift14 {
 font-size:14px;
 }
 
 .small10 {
 font-size:10px;
  }
  .rahmenorange {
	border: 1px solid #D7692E;
}
 
 a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:normal;
  color:#666;
  font-size:12px;
}
a:active, a:hover
{ 
  color:#D7692E;
}
a.menu:link, a.menu:visited {
	display: block;
	color: black;
	text-decoration: none;
	text-indent: 14px;
	background: url(dot-1.gif) left center no-repeat;
	padding: 2px 2px 2px 2px;
}

a.menu:active, a.menu:hover  {
	display: block;
	color: black;
	text-decoration: underline;
	text-indent: 14px;
	background: url(dot-2.gif) left center no-repeat;
	padding: 2px 2px 2px 2px;
}

a.menuactive  {
	display: block;
	color: black;
	text-decoration: underline;
	text-indent: 14px;
	background: url(dot-2.gif) left center no-repeat;
	padding: 2px 2px 2px 2px;
}

a.menu1:link, a.menu1:visited {
	display: block;
	font-size:11px;
	color: black;
	text-decoration: none;
	text-indent: 14px;
	margin-left: 10px;
	background: url(dot-1.gif) left center no-repeat;
	padding: 2px 2px 2px 0px;
}

a.menu1:active, a.menu1:hover  {
	display: block;
	font-size:11px;
	color: black;
	text-decoration: underline;
	text-indent: 14px;
	margin-left: 10px;
	background: url(dot-2.gif) left center no-repeat;
	padding: 2px 2px 2px 0px;
}

a.menuactive1  {
	display: block;
	font-size:11px;
	color: black;
	text-decoration: underline;
	text-indent: 14px;
	margin-left: 10px;
	background: url(dot-2.gif) left center no-repeat;
	padding: 2px 2px 2px 0px;
}

/****************************************************************
* NACHFOLGENDE DIV TAGS LEGEN DAS AUSSEHEN DER WEBSEITE FEST
* BANNER, 2 x NAVIGATION, INHALT MITTE, NEWS RECHTS, FUSSZEILE
****************************************************************/
#container {
 width: 950px;
 margin: 5px auto;
 background: url(global_hintergrund.gif);
 color: #000000;
 border: 1px solid #D7692E;
 line-height: 130%;
}

#banner {
height:130px;
padding:0px;
background: url(banner.jpg) no-repeat left center;
}

#navigation1 {
	height: 20px;
}

#navigation2 {
float: left;
width: 170px;
margin-left: 5px;
border-top: 1px solid white;
border-bottom: 1px solid white;
line-height: 20px;
vertical-align: middle;
}

#news {
 float: right;
 width: 170px;
 padding: 5px;
}

#inhalt {
 margin-left: 190px;
 border-left: 1px solid #D7692E;
 margin-right: 180px;
 border-right: 1px solid #D7692E;
 padding: 5px;
}

#fusszeile {
 clear: both;
 color: #D7692E;
 font-size: 85%;
 background-color: #EFC3AB;
}

/**************************************************************************
* NACHFOLGENDE CSS ANWEISUNGEN DIENEN DER FORMATIERUNG DES HAUPTMENÜS
* KEINE LISTENSYMBOLE, ABSTÄNDE ZU DEN RÄNDERN
**************************************************************************/
#news p { margin: 0 0 1em 0; }

