/* Content und Sidebar-Elemente */

#content h1 {
	font-size: 140%;
	font-weight : normal;
	margin: 0px;
	padding: 5px 0px 2px 0px;	
	text-transform: uppercase;
	color: #444444;
}

#content h2 {
	font-size: 120%;
	font-weight : bold;
	margin: 0px;
	color: #4F4F4F;
}

#content h2 {
	padding: 10px 0px 2px 0px;	
}

#content h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;	
	color: #4F4F4F;
}

#content p, #sidebar p {
	margin: 0px;
	padding: 2px 0px 4px 0px;	
	line-height: 160%;
}

#content a {
	text-decoration: none;
	font-weight : bold;
	color: #6F8B68;
}

#sidebar a {
	color: #EFEFEF;
	text-decoration: none;
}

#content a:hover {
  font-weight : normal;
  text-transform : uppercase;
	text-decoration: none;
	color: #006400;
}

.linksearch {
  background:          #f3f8fd url(../images/peven.gif) repeat-x; 
  color:             #444; 
  border-top:          1px solid #fff; 
  border-right:          1px solid #ccc; 
  border-bottom:          1px solid #ccc; 
  border-left:          1px solid #fff; 
  color: #4F4F4F;
  display:block;
  font-weight:lighter !important;
  margin: 3px 3px 3px 0px;
  padding: 0px 3px 0px 3px;
}

* html .linksearch {
  width:100%;
}

.linksearch:hover{
  background:          #f3f8fd url(../images/pcol2.gif) repeat-x; 
  color:             #203276; 
  border-top:          1px solid #fff; 
  border-right:          1px solid #c6cdd8; 
  border-bottom:          1px solid #c6cdd8; 
  border-left:          1px solid #fff; 
  color:#003300;
  text-decoration: none !important;
  font-weight: bold !important;
  margin: 3px 3px 3px 0px;
  padding: 0px 3px 0px 3px;
}

