/* ====================================================================
	In diesem Bereich wird die Breite der Seite auf 850 px gesetzt und zentriert.
	Das Element "text-align: center;" dient der Zentrierung der Seite in einem IE.
====================================================================== */
body
	{
	width: 850px;
	margin: 0px auto;
	margin-top: 10px;
	text-align: center;
	}

/* =====================================================
	Hier werden die Eigenschaften der Verweise konfigurierts
======================================================= */
 a:link { text-decoration: none; font-weight: bold; color: #000000; }
 a:visited { text-decoration: none; font-weight: bold; color: #ffe99d; }
 a:hover { text-decoration: none; font-weight: bold; color: #ffffff; }
 a:active { text-decoration: none; font-weight: bold; color: #ffe99d; }

/* ==================================================================================
	In diesem Bereich wird ein äußerer DIV Block konfiguriert, dass alle anderen Blöcke umfasst
==================================================================================== */
#out
	{
		padding: 10px;
		border: 3px solid #000099;
	}

/* ====================================================================================
	Hier wird das Logo geladen. Der Vorteil besteht darin, das es beim Druck nicht mitgedruckt wird.
====================================================================================== */
#logo
	{
	background-image: url(pics/top01.jpg);
	height: 100px;
	}

/* ================================================
	Hier wird die Navigationsleiste angepasst.
================================================== */
#navi
	{
	margin-top: 10px;
	margin-bottom: 1px;
	padding: 5px 10px 5px 5px;
	font-family: Verdana;
	font-size: 13px;
	text-align: right;
	background-image: url(pics/bg_navi.gif);
	background-color: #dde4e4;
	}

/* ============================================================
	Hier wird der äußere Rahmen des "Content DIV Blocks" konfiguriert
============================================================== */
#content_out
	{
	margin-top: 1px;
	background-color: #ffe99d;
	}

/* ==============================================
	Hier werden die "h1" & "h2" überschrift formatiert.
===============================================*/
h1
	{
	padding: 5px 10px 3px 7px;
	font-family: Verdana;
	color: black;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	}

.h2_notfirst
	{
	margin-top: 30px;
	}

h2
	{
	padding: 0px 10px 0px 10px;
	font-family: Verdana;
	color: black;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	}

/* ===========================================
	Hiermit werden die einzelnen Absätze und Listen
	formatiert
=============================================*/
p
	{
	font-family: Verdana;
	font-size: 12px;
	margin: 10px 15px 10px 10px;
	}

li
	{
	font-family: Verdana;
	font-size: 12px;
	margin: 0px 5px 0px 5px;
	}

/* ====================================================
	Hier wird die HOME-Grafik formatiert und ausgerichtet.
===================================================== */

#image_home1
	{
	float: right;
	background-image: url(pics/home1.jpg);
  background-repeat: no-repeat;
  background-position: right;
	margin: 0px 10px 5px 10px;
	height: 214px;
	width: 322px;
	border: 3px solid #ffe99d;
	}

#image_home2
	{
	float: right;
	background-image: url(pics/home2.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 214px;
	width: 322px;
	border: 3px solid #000099;
	clear: both;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	}

/*   ==========================================================
	Mit dieser Anweisung werden die Inhalte des "content_home" als
	Blocksatz dargestellt.
============================================================*/
#content_home
	{
	text-align: justify;
	}

/* ====================================================
	Hier wird die HOME-Grafik formatiert und ausgerichtet.
===================================================== */
#image_produkt
	{
	float: right;
	background-image: url(pics/produkt.jpg);
  background-repeat: no-repeat;
  background-position: right;
	margin: 0px 10px 5px 10px;
	height: 214px;
	width: 322px;
	border: 3px solid #000099;
	}

/* =======================================================
	Hier wird der "Content-Bereich" für den NaviPunkt "Produkt"
	definiert. Die Höhe muss gesetzt werden, da die Browser eine
	globale Eingabe unterschiedlich interpretieren.
========================================================= */
#content_produkt
	{
	text-align: justify;
	height: 320px;
	}

/* =====================================================
	Hier wird das Logobild für "ueber uns" eingebunden
====================================================== */
#image_ueberuns
	{
	float: right;
	background-image: url(pics/ueber-uns.jpg);
  background-repeat: no-repeat;
  background-position: right;
	margin: 0px 10px 5px 10px;
	height: 247px;
	width: 310px;
	border: 3px solid #000099;
	}

/* ==================================================
	Hier ewrden die Inhalte des Punktes "ueber uns"
	formatiert. Die Höhe der Seite wird festgelegt
=================================================== */
#content_ueberuns
	{
	text-align: justify;
	height: 300px;
	}

/* =====================================================
	Hier wird das Logobild für "Service" eingebunden
====================================================== */
#image_service
	{
	float: right;
	background-image: url(pics/service.jpg);
  background-repeat: no-repeat;
  background-position: right;
	margin: 0px 10px 5px 10px;
	height: 288px;
	width: 352px;
	border: 3px solid #000099;
	}

/* ==================================================
	Hier ewrden die Inhalte des Punktes "Service"
	formatiert. Die Höhe der Seite wird festgelegt
=================================================== */
#content_service
	{
	text-align: justify;
	height: 300px;
	}

/* ===========================================
	Hier wird der Block der die Inhalte für den
	Punkt Kontakt darstellt, formatiert
============================================= */
#content_kontakt
	{
	height: 250px;
	float: left;
	text-align: left;
	margin-right: 75px;
	}

/* ===========================================
	Für den Lageplan wird hier ein Rahmen erzeugt
============================================= */
#border_anfahrt
	{
	border: 3px solid #000099;
	}
/* ===========================================
	Ausrichtung des Blocks für den Lageplan
============================================= */
#routenplaner_ausrichten
	{
	text-align: left;
	margin: 0px 30px 0px 0px;
	height: 400px;
	}

/* ===========================================
	Formatierung des Textes für die linke Seite
	des Impressums
============================================= */
#content_impressum
	{
	margin-right: 25px;
	float: left;
	height: 850px;
	text-align: left;
	}

/* ===========================================
	Formatierung des Textes für die rechte Seite
	des Impressums
============================================= */
#content_impressum_erklaerung
	{
	height: 850px;
	text-align: justify;
	margin-left: 100px;
	}
