/*golf-guide.com stylesheet*/
body {
	background-color: #DEEDF9;
	font-family: Verdana;
	font-size: 11px;
	color: #0B5F8A;
	padding: 0px;
	margin: 0px;	
	margin-bottom: 200px;	
}

td {
	background-color: #ffffff;
	text-align: justify;
	font-family: Verdana;
	font-size: 11px;
}


h1 {
	font-size: 12px;
	color: #0B5F8A;	
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;	
	height: 13px;	
	padding: 0px 0px 10px 0px;	
	border-bottom: 1px solid #FFA83C;	
}

h2 {
	font-size: 12px;
	color: #0B5F8A;
	background: url(images/pfeil.gif) no-repeat left 1px;
	text-indent: 15px;
	margin: 25px 0px 10px 0px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #FFA83C;
	margin: 4px 0px 4px 0px;
	text-decoration: underline;	
}
/*zwischenueberschrift in der navigation*/
.headlineNav{
	background: #ffffff; 
	display: block;
	padding: 2px 0px 2px 0px;
	text-transform: uppercase;

}
*html .headlineNav{
	width: 176px;
	w\idth: 178px;
}

/*gesamter contentbereich, wird hier positioniert*/
#all {
	margin: 10px 0px 10px 10px; 
	width: 876px; 
	float:left;	
	border: 8px solid #ffffff;
}

/*der kopf-----------------------------------------------------*/
.gross_head {	 
	display: block;	
	height: 134px;	 
	background-repeat: no-repeat;		 

}
.headline-kopf , span {	 
	position: absolute;
	top: 32px;
	left: 98px;
	display: block;
	text-decoration: none;
	font: 18px bold arial, sans-serif;
	word-spacing:5px;

}

.bild_rechts {	
	margin-left: 10px;
	margin-bottom: 6px;
	float: right;
	border: 1px solid #486600;		
}
/*rechtertabellenrahmen*/

.tdRight{
	width: 160px; 
	background-image: url(images/tdrightBack.gif); 	
	vertical-align:top;
}
/*navigation*/
#tdLeft{
	background-image: url(images/tdleftBack.gif); 
	width: 178px;	

}
*html #tdLeft{
	width: 178px!important;
	w\idth: 178px;	
}

#leftBox {
	width: 178px; 
	padding-top: 0px;
	font-size: 10px;		
}
*html #leftBox{
	width: 150px!important;
	w\idth: 178px;

}
#leftBox a:link, #leftBox a:visited  {
	text-decoration: none; 
	color:#0B5F8A; 
	display: block; 		
	padding: 4px 0px 0px 0px;	
	background-color: #E8F3F7;	
	width: 176px;	
	height: 14px;	
	text-indent: 4px !important;
	border-bottom: 1px solid #E7EBED;
	margin-left: 0px;		
}

#leftBox a:hover, #leftBox a:active, .naviActive {
	background-color: #FFA83C !important;
	color: #ffffff!important;
	background-image: url(images/nav_on.gif);
	background-position: right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #E7EBED;
}
/*Ende Navigation*/

/*absolute mitte-----------------------------------------------------------*/
.mitte {	
	width:516px;		

}
#innen{
	border: 1px solid #8098AC;
	width: 406px;
	margin-left: 24px;
	margin-top: 20px;
	padding:30px;
	line-height: 120%;
	text-align: left;

}
* html #innen{
	width: 470px; /*IE 5*/
	w\idth: 410px;/*IE 6*/

}
/*normale links im content*/
a:link , a:visited{
	text-decoration: none; 
	color:#FFA83C; 	
}

a:hover, a.active {
	text-decoration: underline; 
	color:#FDBB69;  
}

/*hennings-kleiner-banner*/
.textbanner{
	width:468px; 
	height:17px; 
	background-color: #D9DDE6;
	position:absolute;
	left: 210px; 
	top: 300px;
}
/*google-links-----------------------------------------------------------*/
#adSense {	
	width: 160px;
	vertical-align:top;
	
}
#adSense-mitte{
	text-align:center;
}
/*footer----------------------------------------------------------------*/
#footText {
	font-size: 11px;	
	margin-top: 30px;
	text-align:center;
}
/* Pdf Download */
.downloadBanner a {
	display: block;
	height: 75px;
	margin-bottom: 20px;
}
/* Kaufformular */
#bestellung input {
	border: 1px solid #8098AC;
	margin-bottom: 2px;
}
#bestellung #vorname {
	margin-left: 47px;
}
#bestellung #name {
	margin-left: 39px;
}
#bestellung #strasse {
	margin-left: 10px;
}
#bestellung #plz {
	margin-left: 83px;
}
#bestellung #ort {
	margin-left: 81px;
}
#bestellung #land {
	margin-left: 72px;
}
#bestellung #email {
	margin-left: 65px;
}
#bestellung #anmerkung {
	width: 250px;
}
.bestellungMark {
	color: red;
}
#bestellungFehler {
	border:3px solid red;
	background: yellow;
	color: blue;
	margin: 20px;
	padding: 3px;
	font-weight: bold;
}
#captchaWarum {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	background: #E7EBED;
	color: #0B5F8A;
	border: 2px solid #8FBFD4;
	padding: 2px 5px 2px 5px;
}
#captchaWarum:hover {
	width: auto; /*Nur fuer IE lt 7*/
}
#captchaWarum span {
	color: #0B5F8A;
	display: none;
}
#captchaWarum:hover span {
	position: absolute;
	display: block;
	top: -2px;
	left: -2px;
	background: #E7EBED;
	border: 2px solid #8FBFD4;
	padding: 2px;
	width: 100px;
	font-size: 11px;
	font-weight: normal;
	cursor: help;
	text-decoration: none;
}
* html #captchaWarum:hover span {
	top: 0px;
	left: 0px;
}