* {
	margin: 0px; 
	padding: 0px;
}
html {
	background: #3E5F3A;
}
body { 
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #667864;
	text-align: center;
	padding-top: 10px;
}
a img {
	border: none;
}
/*normale links-------------------------------------------------------------------------*/
a {
	color:#D53737; 
	text-decoration: none;
	
}
a:hover {
	color:#9CBC63; 
	text-decoration: underline;
}
/*Contentrahmen-------------------------------------------------------------------*/
#inhalt {
	position: relative;
	margin-left:auto; 
	margin-right:auto;
	margin-bottom:5px;	
	width: 860px;
	border: 1px solid #ffffff;
	text-align: left;
	background: url(images/back.gif);
}
/*header-------------------------------------------------------------------------*/
#kopf a {
	background: url(images/kopf.jpg);
	height: 100px;
	display: block;
}
/*Links-----------------------------------------------------------------*/
#links {
	float: left;
	width: 160px;
	color: #56562B; 
}
/*Navigation Links-----------------------------------------------------------------*/
.naviLinksHeader {
	font-size: 11px;
	font-weight: bold;
	color: #FDFDFA;
	text-indent:10px;
	background: #849253 url(images/nav-headline.gif) no-repeat;
	height:16px;
	padding-top:2px;
	width: 158px;
}
.naviLinks {
	font-size: 11px;
	width: 158px;
	list-style-type: none;
	margin-bottom: 10px;
}
.naviLinks li a {
	color: #41683C; 
	display: block;
	padding: 2px 0px 2px 22px;
	width: 136px;
	background: #FEFCF5 url(images/naviLink.gif) no-repeat;
	margin-bottom: 1px;
	text-decoration: none !important; /* Important nur für Simulator 6 noetig */
}
.naviLinks li a:hover, #naviActive {
	background: #FEFCF5 url(images/naviLinkHover.gif) no-repeat;
	color: #41683C!important;
}
.naviLinks li.naviImgLink a {
	background: none;
	padding: 0px;
}

/*stichwortsuche*/

#suchfeld{
	border: 1px solid #49651E;
	width: 145px;
	margin: 0px 0px 3px 9px;
	padding-left:3px;
}
#suchanfrage{
	border: 1px solid #4B5637;
	width: 150px;
	margin: 0px 0px 3px 9px;
	padding-left:3px;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #63704C;
	color: #FFFFFF;
}
/* tagwolke */
#tags {
	text-align: center;
	padding: 3px;
	color:#677C40;
}
#tags a {
	color:#63704C; 
}

#tags a:hover {
	color:#849466; 
}

#tags a.h1, #tags a.h2, #tags a.h3 {
	font-weight: bold;
}
#tags a.h1 {
	font-size: 25px;
}

#tags a.h2 {
	font-size: 20px;
}

#tags a.h3 {
	font-size: 15px;
}
/* Mitte-------------------------------------------------------------------------*/
#mitte{
	width: 510px;
	float: left;
	padding: 10px 15px 10px 15px;
}
#mitte h1 {
	background: url(images/h1-2.gif) repeat-x bottom;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	color:#4C6A48;
}
#mitte h1#newsAnbieter {
	background: url(images/h1-2.gif) repeat-x bottom;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	color:#4C6A48;
	
}
#mitte h2 {
	font-weight: bold;
	font-size: 13px;
	color:#4F6F4A;
}
h3 {
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	color:#4C6A48;
}
#mitte p {
	margin-bottom: 10px;
	overflow: hidden;
	text-align:justify;
}
/* News */
.highlight {
	background: yellow;
}
#news #text img {
	float: right;
	border: 1px solid #C74141;
	padding: 1px;
	margin: 0px 0px 2px 7px;
}

/*---------------------------------------------------golf-hersteller-verzeichnis*/
#formHersteller{
	margin-bottom: 20px;
}
#formHersteller select{
	font-size: 10px;
	background: #4C6A48;
	color: #ffffff;
}
.datasetHersteller{
	border: 1px solid #677C40;
	margin-bottom: 10px;
	padding: 5px;
}
.kategorienHersteller{
	margin-top: 6px;
	
}


/* rechts (Google) */
#rechts {
	width: 160px;
	float: right;
}

/*fuss-------------------------------------------------------------------------*/
#footText{
	margin-left:auto; 
	margin-right:auto;
	width: 700px;
	text-align: center;
}

/* News OptinFormular */
#nameLabel {
	margin-right: 29px;
}
#kuerzelLabel {
	margin-right: 71px;
}
#urlLabel {
	margin-right: 46px;
}
#emailLabel {
	margin-right: 68px;
}
#titelLabel {
	margin-right: 5px;
}
.marked {
	color: red;
}