/* CSS Reset nach Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
	vertical-align: baseline;
}

/* Wichtig fır's vertikale Zentrieren! */
html
{
overflow-y:scroll;
height: 100%;
  width: 100%;
}

body
{
  height: 100%;
	background-color: white;
	text-align: center;
	margin: 0 auto;
}

/* Vertikales Zentrieren! */ 
#distance
{ 
	width: 1px;
	height: 50%;
	margin-bottom: -300px; /* half of container's height */
	float: left;
}

/* Gesamter Datenbereich */
#content
{
    margin: 0 auto;
    position: relative;
    text-align: left;
	height: 100%;
	width: 1000px;
}

/* Farben fır Textlinks */
A
{
	color: #000000; text-decoration: none;
}

A:visited
{
	color: #000000
}

A:active
{
	color: #AAAAAA
}

A:hover
{
  color: #AAAAAA
}

/* Floating aufheben - kann man immer mal bringen! */
.antifloat
{
	visibility: hidden;
	clear: both
}

#container_logo
{
	width: 208px;
	height: 600px;
	background-color: white;
	border-style: none;
	border-width: 0;
	border-right-color: white;
	border-left-color: white;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 26px;
	border-left-width: 26px;
	float: left
}

div#container_logo li { position: relative; list-style: none; margin: 0; float: left; line-height: 1em; }
div#container_logo li a { display: block; text-decoration: none; }

#container_foto_navi
{
	background-color : white;
	width: 400px;
	height: 600px;
	float: left
}

#container_foto
{
	width: 400px;
	height: 480px;
	float: left
}

#container_navi
{
	background-color: white;
	border-style: none;
	border-top-width: 10px;
	border-top-color: white;
	border-top-style: solid;
	width: 400px;
	height: 100px;
	float: left
}

#container_text
{
	background-color: white;
	width: 240px;
	height: 600px;
	float: left
}

#container_top_text,
#container_top_text_small
{
	text-align: left;
	border-style: none;
	width: 240px;
	float: left
}

#container_top_text
{
	height: 220px;
}

#container_top_text_small
{
	height: 120px;
}

#container_top_text_start
{
	height: 170px;
}

#container_bottom_text, #container_bottom_text_start
{
	text-align: left;
	border-style: none;
	border-left-width: 50px;
	border-left-color: white;
	border-left-style: solid;
	border-top-width: 30px;
	border-top-color: white;
	border-top-style: solid;
	width: 190px;
	height: 350px;
	float: left
}

#container_bottom_text_start
{
	height: 400px;
	line-height: 1em;
}

/* Fır den Umzugs-Link */
div#container_bottom_text_start li { position: relative; list-style: none; margin: 0; margin-top: 35px; float: left; line-height: 1em; }
div#container_bottom_text_start li:hover { background-position: 50% 100%; }
div#container_bottom_text_start li a { display: block; padding: 0 0 0 0; text-decoration: none; width: 10px; background-position: 50% 0%; }
div#container_bottom_text_start li a:hover { background-position: 50% 100%; }



/* Container fır den eigentlichen Textinhalt */
#container_description_text,
#container_description_text_lessheight
{
    text-align: left;
	border-style: none;
	border-left-width: 10px;
	border-left-color: white;
	border-left-style: solid;
	border-right-width: 10px;
	border-right-color: white;
	border-right-style: solid;
	width: 220px;
	height: 470px;
	float: left
}

#container_description_text
{
	line-height: 1.2em;
}

/* Auch mit reduzierter Zeilenhıhe fır besonders lange Texte */
#container_description_text_lessheight
{
	line-height: 1.1em;
}

#container_description_left
{
	width: 42px;
	float: left;
	list-style: none; 
}

#container_description_right
{
	width: 178px;
	float: left;
	list-style: none; 
}

div#container_description_text li, div#container_description_text_lessheight li
{ margin-bottom: 5px; }
div#container_description_text li a, div#container_description_text_lessheight li a
{ margin-bottom: 5px; }

#container_basicidlogo
{
	width: 220px;
	height: 60px;
	float: left
}

div#container_basicidlogo li { position: relative; list-style: none; margin: 0; float: left; line-height: 1em; }
div#container_basicidlogo li a { display: block; text-decoration: none; }


/* Aufzıhlungen im Textbereich immer 20px einrıcken */
div#container_description_text ul.aufzaehlung_haupttext,
div#container_description_text_lessheight ul.aufzaehlung_haupttext,
div#container_description_left ul.aufzaehlung_haupttext,
div#container_description_right ul.aufzaehlung_haupttext
{
	border-style: none;
	border-left-width: 20px;
	border-left-color: white;
	border-left-style: solid;
}

#container_right
{
	background-color: black;
	width: 100px;
	min-height: 100%;
	float: left;
	position: fixed;
	top: 0;
	left: 50%;
  
	margin-left: 400px;
}

#container_impressum
{
	border-style: none;
	border-top-width: 60px;
	border-top-color: black;
	border-top-style: solid;
	border-left-width: 75px;
	border-left-color: black;
	border-left-style: solid;
	width: 25px;
	height: 140px;
	float: left
}

#container_impressum_weg {
  width: 25px;
	height: 345px;
	float: left
}

/* Fır den Impressum-Link auf der rechten Seite */
div#container_impressum li { position: relative; list-style: none; margin: 0; float: left; line-height: 1em; }
div#container_impressum li:hover { background-position: 100% 50%; }
div#container_impressum li a { display: block; padding: 0 0 0 0; text-decoration: none; width: 10px; background-position: 0% 50%; }
div#container_impressum li a:hover { background-position: 100% 50%; }

#container_address
{
	border-style: none;
	border-top-width: 100px;
	border-top-color: black;
	border-top-style: solid;
	width: 100px;
	height: 200px;
	float: left 
}

/* Bereich mit den Ziffern zum Scrollen des Inhalts */
#container_scroll
{
	border-style: none;
	border-top-width: 50px;
	border-top-color: black;
	border-top-style: solid;
	width: 100px;
	height: 50px;
	float: left
}

div#container_scroll li
{
	font-size: 0em;
	line-height: 0em; 
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	border-style: none;
	background-repeat: no-repeat;
}

div#container_scroll li:hover { background-position: 50% 0%; }
div#container_scroll li a { display: block; padding: 0; margin: 0; text-decoration: none; width: 9px; background-position: 50% 100%; }
div#container_scroll li a:hover { background-position: 50% 0%; }


/* ---------------------------------------------------------------- */
/* Horizontales Drop-Down-Menı mit reinem CSS nach Eric Meyer's CSS */
/* ---------------------------------------------------------------- */
div#nav { float: left; margin: -1px 0 0 0; width:100%; height:100%; background-color: white; font-family: Verdana; font-size: 0em; }
div#nav ul { margin: 0; padding: 0; background: transparent; border: 0px solid white; border-width: 0 0px; background-repeat: no-repeat; }
div#nav li { position: relative; list-style: none; margin: 0; float: left; line-height: 0em; background: transparent; background-repeat: no-repeat; }
div#nav li:hover { background-position: 50% 0%; background-repeat: no-repeat; }
div#nav li.submenu { background-color: white; }
div#nav li.submenu:hover { background-color: transparent; }
div#nav li a { display: block; padding: 0 0 0 0; text-decoration: none; background-position: 50% 100%; background-repeat: no-repeat; width: 82px; }
div#nav li a:hover { background-position: 50% 0%; background-repeat: no-repeat; }
div#nav>ul a { width: auto; }
div#nav ul ul { position: absolute; width: 82px; display: none; }
div#nav ul ul li { margin-top: 5px; background-color: transparent; }
div#nav ul.level1 li.submenu:hover ul.level2, div#nav ul.level2 li.submenu:hover ul.level3 { display: block; }
div#nav ul.level2 { top: 10px; left: -1px;}
div#nav ul.level3 { top: -1px; left: 82px; border-top: 0px solid white; }
div#nav ul.open_menu { top: 10px; display: block; background-color: transparent; }  /* Dauerhaft sichtbares Untermenı */


/* ------------------------ */
/* Alles fır's Mailformular */
/* ------------------------ */

form
{
	font-family: Verdana;
}

fieldset
{
	border: 0px;
	width: 215px;
}

.kontaktdaten label
{
	vertical-align: bottom;
	font-size: 0.8em;
 	position: absolute;
 	display: block;
	width: 60px;
}
 
.kontaktdaten input
{
	font-size: 0.8em;
 	position: relative;
 	margin-top: 2px;
 	margin-bottom: 0px;
 	width: 145px;
 	margin-left: 70px;
 	border: 1px solid rgb(102,102,102);
 	color: rgb(102,102,102);
}
  
.anfrage
{
	margin-top: 2px;
}

.anfrage label
{
	font-size: 0.8em;
	position: absolute;
	display: block;
	width: 60px;
} 
 
textarea
{
	font-family: Verdana;
	font-size: 0.8em;
	overflow: auto;
	margin-left: 70px;
	width: 145px;
	height: 160px;
	border: 1px solid rgb(102,102,102);
	color: rgb(102,102,102);
}

#d-reset, #d-submit
{
	border: none;
	background-color: white;
	position: relative;
	width: 40px;
	height: 10px;
	text-decoration: none;
}

#d-reset
{
	left: 80px;
	background: url('./assets/images/email_loeschen_hover.gif') no-repeat;
	background-position: 50% 100%;
}

#d-submit
{
	left: 130px;
	background: url('./assets/images/email_senden_hover.gif') no-repeat;
	background-position: 50% 100%;
}

#d-submit:hover, #d-reset:hover
{
	background-position: 50% 0%;
}




#container_datenschutz {
  position: absolute;
  left: 710px;
  top: 10px;
}
#container_foto_text {
  min-height: 480px;
}
#container_foto_text p{
  clear:both;
  margin-bottom: 10pt;
}

#container_foto_text div{
  margin-bottom: 10pt;
}

#datenschutz {
  font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10pt;
  font-size: 8pt;
  color: #99cc33;
}
#datenschutz a:link, #datenschutz a:visited,
#datenschutz a:hover, #datenschutz a:focus, #datenschutz a:active {
color: #666;
}

#datenschutz a:hover, #datenschutz a:focus, #datenschutz a:active {
color: #99cc33;
}

#content.datenschutz #container_navi {
  padding-bottom: 6em;
}









