/* Grundeintellungen Hintergrundfarbe Seitenränder Zeichengrösse e.c.t. */

body {
	margin: 0;
	padding: 0;
	background: #eef3fa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	}




/* Begrenzungs Container automatisch zentriert feste Breite */

#div_table {
	padding-top: 0px; 
	margin-top: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	width: 950px;

	background: #ffffff;
	}



/* Logo Container */

#div_logo {
	color: #606060;
	font-style: italic;
	float: left; 
	width: 240px; 
	height: 50px;
	padding-top: 20px;
	}



/* Seiten Thema Container */

#div_thema {
	color: #00629e;
	font-style: italic;
	font-size: 16px;
	float: left; 
	width: 400px; 
	height: 50px;
	padding-top: 47px;
	}



/* Container der linken Spalte  */

#div_inhalt_links {
	float: left; 
	width: 214px; 
	height: 100%;
	}



/* Textabstand im linken Container  */

#padding_inhalt_links {
	padding-top: 20px; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-bottom: 20px; 
	height: 100%;
	}



/* Container der mittleren Spalte  */

#div_inhalt_mitte {
        border-left:1px solid #eef3fa;
        border-right:1px solid #eef3fa;
	background: white;
	float: left; 
	width: 535px; 
	height: 100%;
	}



/* Textabstand im mittleren Container  */

#padding_inhalt_mitte {
	padding-top: 20px; 
	padding-left: 20px; 
	padding-right: 20px; 
	padding-bottom: 20px; 
	height: 100%;
	}




/* Container der rechten Spalte  */

#div_inhalt_rechts {
	background: white;
	float: left; 
	width: 199px; 
	height: 100%;
	}



/* Textabstand im rechten Container  */

#padding_inhalt_rechts {
	padding-top: 20px; 
	padding-left: 10px; 
	padding-right: 0px; 
	padding-bottom: 20px; 
	height: 100%;
	}










/* Container unten */

#inhalt_unten {
        border-top: 1px solid #c0c0c0;
        background: #ffffff;
        clear: both;
	width: 950px;
	float: left; 
	height: 70px;
	}



/* Textabstand im unteren Container  */

#padding_inhalt_unten {
 	padding-top: 20px; 
	padding-left: 20px; 
	padding-right: 10px; 
	padding-bottom: 20px;
	}




/* Anzeigeform für den Titel im Container mit Titel  */

#container_titel  {


	font: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #ff783e;
	text-align: left;

        font-size: 14px;
        height: 30px;

        }



#container_titel_orange  {

        background-image: url('media/styles/tricolor/img01.gif'); 
        padding-top: 10px;
        padding-left: 10px;
        font-size: 14px;
        height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
        }



/* Anzeige der Texte und Links im Container  */



.inhalt_container  {
	line-height: 20px;
    font-size: 13px;
    text-align: justify;     
        }


.inhalt_container a {
	text-decoration: none;
	color: #ff783e;


	border-bottom: 1px dotted #ff783e;
	padding: 2px 2px 2px 2px;
        }

.inhalt_container a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #ff783e;
	padding: 2px 2px 2px 2px;
        }




/* Navigation senkrecht wird automatisch im container gesetzt  */

.navigation_senkrecht {

        }

.navigation_senkrecht  a {
        font-size: 13px;
        color: #404040;
        text-decoration: none;
        text-align:left;
        padding-left:5px;
        padding-top:5px;
        padding-bottom:5px;
        display:block;
        }

.navigation_senkrecht a:hover { 
	text-decoration: none;
        color: white;
        }




/* Navigation waagrecht wird automatisch im container gesetzt  */

#navigation_waagrecht {

	display: block;
	float: left; 
	width: 950px; 
	height: 30px; 
	background-image: url('media/styles/teleprofi/header_oben03.jpg');
	}

#navigation_waagrecht i a {
	height: 10px; 
	display: block;
	float: left;
	color: #404040;
	text-decoration: none;
	font-style:normal;
	padding-top: 6px;
	padding-bottom: 14px;
	padding-right: 10px;
	padding-left: 10px;
	}

#navigation_waagrecht i a:hover { 
	background: #ff783e;
        color: white;
	}



/* Navigation für Tabellen vor zurück  */

.weiter { 
	float:left; 
	border:1px solid #4284B5; 
	background-Color:#FFFFFF; p
	padding:5px 8px 5px 8px; margin:2px; 
	}


.weiter_bold { 
	float:left; border:1px solid #4284B5; 
	background-Color:#63B5E2; 
	padding:5px 8px 5px 8px; margin:2px; 
	}



/* Anzeige der Formularfelder  */

.eingabe_felder  {
	padding-top:10px;
	padding-bottom:5px;
	border:1px solid #C0C0C0;
	}

.eingabe_felder_beschreibung { 
	color: #404040;
	font-size: 12px;
	}

.eingabe_felder_titel  {
	color: #FFFFFF;
	background: #e06813;
	position:absolute;
	margin-left:10px;
	margin-top:3px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:2px;
	border:1px solid #C0C0C0; 
	}


.captcha {
	margin-top:0px;
	background: #ffffff;
	}



/* Anzeige der Tags H1 - Hx tr, td, p u.s.w  */


a       { text-decoration: none; color:black; } 
a:hover { text-decoration: underline; }



td      {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #555555;
	margin: 0 0 20px 25px;
        }

hr	{
	color:#ff783e;
	background-color: #ff783e;
}

p {
	color: #555555;
}

h1,h2,h3,h4,h5,h6 { 
	font: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #ff783e;
	text-align: left;
}

h1 { 
	font-size: 18px ;
	margin-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #c6c7c8;
	line-height: 200%;
}

h2 { 
	font-size: 16px ; 
	margin-bottom: 15px;
}

h3 { 
	font-size: 12px ;  /* rechte Spalte */
	margin-bottom: 15px;
}

h3 { 
	font-size: 12px ;  /* rechte Spalte */
	margin-bottom: 15px;
}

h4 { 
	font-size: 12px ;  /* rechte Spalte */
	margin-bottom: 15px;
}

h5 { 
	font-size: 12px ;  /* rechte Spalte */
	margin-bottom: 15px;
}

h6 { 
	font-size: 12px ;  /* rechte Spalte */
	margin-bottom: 15px;
}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">


<html>

<head>
<title>$meta_title</title>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Page-Enter" content="blendTrans(Duration=0.5)">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="description" content="$meta_description">
<meta name="keywords" content="$meta_keywords">
<meta name="robots" content="index,follow">
<link rel="stylesheet" type="text/css" href="css2.php?seite=$seite" media="all">
</head><body>

<script language="JavaScript" src="scripts/monitor.php"></script>

	<div id="div_table">



<table cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="100%">
<tr>
<td>








	<div style="font-weight:bold; width:950px; height:30px; background-image: url('media/styles/teleprofi/header_oben01.jpg')">

<div style="text-align: center; padding:5px; font-size: 13px; color: #ff783e">
Goethestraße 1 - 91074 Herzogenaurach   Geschäftszeiten: Mo - Fr: 10.00-18.00   Sa: 10-13.00   Tel: 09132 / 62343   Fax: 09132 / 61359
</div>

	</div>



	<div style="width:950px; height:250px; background-image: url('media/styles/teleprofi/header_oben02.jpg')">
	</div>


	<div id="navigation_waagrecht">
$navigation_waagrecht $inhalt_shortcut
	</div>



	<div id="div_inhalt_links">
	<div id="padding_inhalt_links">
	$inhalt_links



	</div>
	</div>

	<div id="div_inhalt_mitte">
	<div id="padding_inhalt_mitte">
	$inhalt_mitte
	$formular_inhalt
	</div>
	</div>


	<div id="div_inhalt_rechts">
	<div id="padding_inhalt_rechts">
	$inhalt_rechts
	</div>
	</div>



	<div id="inhalt_unten">
	<div id="padding_inhalt_unten">
	$inhalt_unten
	</div>
	</div>



</td>
</tr>
</table>




	</div>






</body>
</html>
 <table cellpadding="0" cellspacing="0" onmouseover="this.style.background='#ff783e'" onmouseout="this.style.background='#FFFFFF'" width="100%" style="background-color: rgb(255, 255, 255); background-position: initial initial; background-repeat: initial initial;"><tbody><tr><td align="right" nowrap="nowrap"><img src="media/styles/deskman/10px.gif" width="$tdsize"><img src="media/styles/teleprofi/dot1.gif"></td><td width="100%"><a{$rel_nofollow} href="$a_href" onfocus="if(this.blur)this.blur()">Startseite</a{$rel_nofollow}></td></tr></tbody></table><table cellpadding="0" cellspacing="0" onmouseover="this.style.background='#ff783e'" onmouseout="this.style.background='#FFFFFF'" width="100%" style="background-color: rgb(255, 255, 255); background-position: initial initial; background-repeat: initial initial;"><tbody><tr><td align="right" nowrap="nowrap"><img src="media/styles/deskman/10px.gif" width="$tdsize"><img src="media/styles/teleprofi/dot1.gif"></td><td width="100%"><div><a href="media/Neuer entwurf preisliste.pdf" target="_blank">Preisliste Copy Center </a></div></td></tr></tbody></table> <span style="font-weight:$bold"><i><a{$rel_nofollow} href="$a_href">$linkname</a></i></span><div class="$container_style">

<div id="container_titel">
$container_titel
</div>

<div>
$container_inhalt
</div>

</div>
<br><div class="$container_style">

$container_inhalt

</hr>

</div>mkbox_ohne_titel