<?php
if (file_exists('./index2.php')) { $needle = 'index2.php'; } else  {$needle = 'index.php';}
if (strpos($_SERVER['PHP_SELF'],$needle))
	define ("ACP_HOME",'1');
else
	define ("ACP_HOME",'0');
define ("ACP_ROOT_URL",'./');
if(file_exists('./page.restrictor.php')) {
define('PRES_WHITELIST_IPR', '88.80.192.0/88.80.223.255');
define('PRES_LOG_FILE', './restrictor_log/'.date("Ymd").'.log');
require_once('./page.restrictor.php');
}
$running='running';
$home_base='./';
if(file_exists('./rsacp/admin/rs-acpfunc.php')) {
require_once('./rsacp/admin/rs-acpfunc.php');
}
if(file_exists('./rsacp/admin/rs-acptop.php')) {
$acp_topic_activ ='Startseite';
$acp_page_title = 'Kontakt/Anfragen';
require_once('./rsacp/admin/rs-acptop.php');
}
if (!defined("ACP_HEAD_TITLE")) define ("ACP_HEAD_TITLE",'Kontakt/Anfragen');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de"> 

<head>
<title><?php echo ACP_HEAD_TITLE; ?></title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="content-language" content="de" />
<meta http-equiv="language" content="de" />
<meta name="author" content="" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="language" content="de" />
<meta name="generator" content="web to date 6.0" />
<meta name="copyright" content="Design-Copyright (C) 2007 Design by www.webdesign.siegmann.ws" />
<meta name="revisit-after" content="7 days" />
<meta name="robots" content="index,follow" />
<meta name="siteinfo" content="robots.txt" /> 

<link rel="stylesheet" type="text/css" href="./assets/sf.css" />
<link rel="stylesheet" type="text/css" href="./assets/sd.css" />
<link rel="stylesheet" type="text/css" href="./assets/sc.css" />
<?php
if(file_exists('./rsacp/shared/source/acp_incl_script_head.php')) {
require('./rsacp/shared/source/acp_incl_script_head.php');
}
?>
<script type="text/javascript" src="./assets/prototype.js"></script>
<script type="text/javascript" src="./assets/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="./assets/lightbox.js"></script>
<link rel="stylesheet" type="text/css" title="lightbox" href="./assets/lightbox.css" media="screen" /> 
</head>

<body>
<?php ob_start(); 
if(file_exists('./rsacp/shared/source/acp_incl_script_body.php')) {
require('./rsacp/shared/source/acp_incl_script_body.php');
}
?>

<img src="./images/pcp.gif" width="10" height="10" border="0" alt="" />
<div id="wrapper" class="clearfix">

<div id="logo" ><!--Start eyecatcher-->
<div id="eyecatcher1"></div>  
 
 
 
 
<!--ENDE eyecatcher-->
</div>

<div id="nav">
<a  class="maintopichome" href="./index.php"></a>
<a class="maintopic"  href="./sahra-im-bernsteinglueck/index.php">Sahra im Bernsteingl&uuml;ck</a>
<a class="maintopic"  href="./buesumdasnordseeheilbad/index.php">B&uuml;sum.. das Nordsee-Heilbad</a>
 <!--ENDE topic-->
</div> <!--ENDE nav-->

<div id="leftcols" class="clearfix">

<h3>Allgemein</h3>
<div id="commonpages">
<a  href="./impressum.php">Impressum</a> 
<a  href="./dsvgo.php">Datenschutzverordnung</a> 
</div><!--ENDE commonpages-->

</div><!--ENDE leftcols-->

<div id="twocols" class="clearfix">

<div id="content">
<h1>Kontakt/Anfragen</h1>
<h2><a name="0429bb9ac3130b301"></a>Anfragen</h2>
<p><b>Hier k&ouml;nnen Sie mit uns in Kontakt treten.<br/>Wir werden Ihre Anfrage umgehend beantworten.</b><br/><br/></p>
<h2><a name="0429bb9add14fc010"></a>Anschrift</h2>
<p>Hermann und Silvia W&ouml;hlert<br/>Schmiedestr. 5<br/>25761 B&uuml;sum<br/>Tel.: 04834-2354<br/>Fax.: 04834-936083<br/>Email: bernsteinschleifer@t-online.de<br/><br/></p>
<h2><a name="0429bb9ac3131af04"></a>Kontaktformular</h2>
<!--//<07.08.2008/6.0.2.42/>-->

<script language="JavaScript">
//<![CDATA[
var validate, required, captcha, nocaptcha, first;
/*  */
var http_obj = null;

function check3() {
	validate = false;
	required = false;
	captcha = false;
	nocaptcha = false;
	first = null;
	var pattern = /.*\@.*\..*/;
	/*  */
		/*  */
		/*  */
	/*  */
		/*  */
		/*  */
	/*  */
		/*  */
		/*  */
	/*  */
		/*  */
		/*  */
	/*  */
		/*  */
		/*  */
	/*  */
		/*  */
		/*  */
	/*  */
		/*  */
		/*  */
			/*  */
			if (document.sendform3.name.value == "") {
				document.sendform3.name.className = 'txh';
				if (!first)
					first = 'name';
				required = true;
			} else
				document.sendform3.name.className = 'tx';
			/*  */
			/*  */
			/*  */
			/*  */
		/*  */
	/*  */
		/*  */
		/*  */
	/*  */
		/* */
		if ((pattern.test(document.sendform3.email.value)) == false) {
			validate = true;
			if (!first)
				first = 'email';
		}
		/*  */
		/*  */
			/*  */
			if (document.sendform3.email.value == "") {
				document.sendform3.email.className = 'txh';
				if (!first)
					first = 'email';
				required = true;
			} else
				document.sendform3.email.className = 'tx';
			/*  */
			/*  */
			/*  */
			/*  */
		/*  */
	/*  */
		/*  */
		/*  */
			/*  */
			if (document.sendform3.nachricht.value == "") {
				document.sendform3.nachricht.className = 'txh';
				if (!first)
					first = 'nachricht';
				required = true;
			} else
				document.sendform3.nachricht.className = 'tx';
			/*  */
			/*  */
			if (document.sendform3.nachricht.value == "") {
				document.sendform3.nachricht.className = 'txh';
				if (!first)
					first = 'nachricht';
				required = true;
			} else
				document.sendform3.nachricht.className = 'tx';
			/*  */
			/*  */
			/*  */
		/*  */
	/*  */

	/*  */
	check_result3();
	/*  */
}

function check_result3() {
	/*  */

	var alerts = new Array();
	if (validate)
		alerts.push('Bitte geben Sie eine gültige E-Mail-Adresse ein.');
	if (required)
		alerts.push('Bitte füllen Sie alle Pflichtfelder aus.');
	if (captcha)
		alerts.push('Der Sicherheitscode ist falsch.');
	if (nocaptcha)
		alerts.push('Bitte füllen Sie den Sicherheitscode aus, dieser dient als Schutz vor Missbrauch.');

	if (alerts.length) {
		document.getElementById('myerror').innerHTML = alerts.join("<br />") + '<br />&nbsp;';
		if (first) {
			eval('document.sendform3.' + first + '.focus();');
			eval('document.sendform3.' + first + '.select();');
		}
	} else {
		document.sendform3.method = "POST";
		document.sendform3.action = "http://bernsteinschleifer.de/rsacp/admin/rs_gateway1.php";
		document.sendform3.submit();
		return true;
	}
}

//]]>
</script>

<form name="sendform3" onsubmit="check3(); return false;" enctype="multipart/form-data">
<table cellpadding="0" cellspacing="5" class="formtab pluginwidth">
	<tr>
		<td colspan="2" class="h" id="myerror"></td>
	</tr>
	<input type="hidden" name="fgwemail" value="0429bb9ac3131af04">
	<input type="hidden" name="fgwsubject" value="Anfrage Bernsteinschleifer">
	<input type="hidden" name="fgwreturnurl" value="http://www.bernsteinschleifer.de/vielen-dank.php">
<!--Checkbox-->
	<tr>
		<td></td>
		<td>
			<table cellspacing="2" cellpadding="0" class="tx" id="id3_anfragefuerschleifkurse_4">
				<tr>
					<td style="width: 20px"><input id="chk3_anfragefuerschleifkurse_4" type="checkbox" name="anfragefuerschleifkurse" value="ja"  /></td>
					<td><label for="chk3_anfragefuerschleifkurse_4">Anfrage f&uuml;r Schleifkurse</label></td>
				</tr>
							</table>
		</td>
	</tr>
<!--Checkbox-->
	<tr>
		<td></td>
		<td>
			<table cellspacing="2" cellpadding="0" class="tx" id="id3_reparatur_5">
				<tr>
					<td style="width: 20px"><input id="chk3_reparatur_5" type="checkbox" name="reparatur" value="ja"  /></td>
					<td><label for="chk3_reparatur_5">Reparatur</label></td>
				</tr>
							</table>
		</td>
	</tr>
<!--Checkbox-->
	<tr>
		<td></td>
		<td>
			<table cellspacing="2" cellpadding="0" class="tx" id="id3_sonstiges_6">
				<tr>
					<td style="width: 20px"><input id="chk3_sonstiges_6" type="checkbox" name="sonstiges" value="ja"  /></td>
					<td><label for="chk3_sonstiges_6">Sonstiges</label></td>
				</tr>
							</table>
		</td>
	</tr>
<!--Text-->
	<tr>
		<td>Name *</td>
		<td><input class="tx" type="text" name="name" value="" /></td>
	</tr>
	<!--Text-->
	<tr>
		<td>Postanschrift</td>
		<td><input class="tx" type="text" name="postanschrift" value="" /></td>
	</tr>
	<!--Text-->
	<tr>
		<td>E-Mail *</td>
		<td><input class="tx" type="text" name="email" value="" /></td>
	</tr>
	<!--Textarea-->
	<tr>
		<td valign="top">Ihre Anfrage/Nachfrage *</td>
		<td><textarea class="tx" name="nachricht"></textarea></td>
	</tr>
		<tr>
		<td colspan="2">* Pflichtfelder, die ausgefüllt werden müssen.</td>
	</tr>
</table>
<br />
<table cellpadding="0" cellspacing="5" class="completewidth">
	<tr>
		<td style="text-align: right">

			<input
								type="image" src="./images/w2dsbmt.gif" usemap="0" style="border: 0"
							/>

		</td>
	</tr>
</table>

</form>
<div id="more">
</div></div>

<div id="rechts">
<div id="sidebar"> 
<h2>Naturbernstein, Fundort vor B&uuml;sum.</h2>
  
	
	
	
<a href="./images/rohbernstein.jpg" rel="lightbox[Sidebar]">
<img src="./images/rohbernstein_sbp.jpg" width="174" height="116" alt="Sidebar" border="0"/></img></a>
<h2>Sahra im Bernsteingl&uuml;ck</h2>
  
	
	
<img src="./images/sarahim_sbp.jpg" width="174" height="175" alt="" border="0"/>	
</div>   <!--ENDE sidebar-->
</div>  <!--ENDE rechts-->

</div>  <!--ENDE twocols-->

<div id="footer">
<a href="./index.php">Startseite</a> | <a href="./sahra-im-bernsteinglueck/index.php">Sahra im Bernsteingl&uuml;ck</a> | <a href="./buesumdasnordseeheilbad/index.php">B&uuml;sum.. das Nordsee-Heilbad</a><p>Copyright: </p>
</div> <!--ENDE footer-->

</div> <!--ENDE wrapper-->
<img src="./images/pcp.gif" width="10" height="10" border="0" alt="" />
<?php
  $content=ob_get_contents();
  ob_clean();
 if (isset($postit_header) && is_array($postit_header))
	{
   foreach ($postit_header as $key => $val)
	{
	$replace ="<a ".$_RSACP_LINKCLASS." href=\"javascript:var rs_pos".$key."=dhtmlwindow.open('divbox".$postit_header[$key]['id']."','div','rs_pos_".$key."','".$postit_header[$key]['title']."', 'width=".$postit_header[$key]['width']."px,height=".$postit_header[$key]['height']."px, left= ".$postit_header[$key]['left']."px,top=".$postit_header[$key]['top']."px,resize=".$postit_header[$key]['resize'].",scrolling=".$postit_header[$key]['scroll']."')\" >";
	$content = str_replace("[pos=".$key."]",$replace,$content);
	}
	}
    $content = eregi_replace("\\[pos=([^\\[]*)\\]([^\\[]*)\\[/pos\\]","",$content); 
   $content = str_replace ("[/pos]","</a>",$content);

  echo str_replace ('<br>','<br />',$content);
?>
</body>
</html>