/* 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: #000000;
	text-align: center;
	margin: 0 auto;
}

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

#distance1
{ 
	width: 134px;
	height: 50%;
	margin-bottom: -360px; /* half of container's height */
	float: left;
}

#distance2
{ 
	width: 290px;
	height: 50%;
	margin-bottom: -360px; /* half of container's height */
	float: left;
}

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

#container_balken1
{
	position: relative;
	float: left;
	margin: 0;
	width: 134px;
	height: 100%;
	background-color: white;
}
 
#container_balken2
{
	position: relative;
	float: left;
	margin: 0;
	width: 290px;
	height: 100%;
	background-color: black;
}
 
#data_content
{
	float: left;
	background-color: black;
  margin: 0 auto;
  position: relative;
  text-align: left;
	height: 100%;
	width: 576px;
} 

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

A:visited
{
	color: #555555;
}

A:active
{
	color: #555555;
}

A:hover
{
	color: orange;
}

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

#container_left1
{
	width: 134px;
	height: 720px;
	float: left;
	background: transparent;
	background-image:url('Images/logoblock.gif');
	background-repeat: no-repeat;
	background-position: center left;
}

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

#container_left2
{
	width: 290px;
	height: 720px;
	float: left;
	background: transparent;
	background-image:url('Images/balken_block.gif');
	background-repeat: no-repeat;
	background-position: center left;
}

#container_right
{
	width: 576px;
	height: 720px;
	float: left;
	background-color: white;
}

#container_right_top
{
	width: 576px;
	height: 310px;
	float: left;
	background: transparent;
	background-image:url('Images/cnc_block.gif');
	background-repeat: no-repeat;
}

#container_right_top_kontakt
{
	width: 461px;
	height: 160px;
	padding-top: 150px;
	padding-left: 115px;
	float: left;
	background: transparent;
	background-image:url('Images/cnc_block.gif');
	background-repeat: no-repeat;
	position: relative;
}

#container_right_bottom_kontakt
{
	width: 280px;
	height: 305px;
	float: left;
}

#container_left_bottom_kontakt
{
	width: 114px;
	height: 310px;
	border-right: 1px solid black;
	float: left;
}

#container_kontaktdaten_top
{
	margin-left: 115px;
 	border-left: 1px solid black;
 	width: 296px;
 	height: 153px;
 	margin-top: 8px;
}

#container_kontaktdaten_bottom
{
 	border: 1px solid black;
 	width: 453px;
 	height: 310px;
}

#container_right_bottom
{
	width: 576px;
	height: 385px;
	float: left;
	background: transparent;
}

#container_blaurahmen
{
	margin-right: 5px;
	margin-top: 20px;
 	border: 2px solid rgb(39,90,162);
	width: 411px;
	height: 150px;
	float: left;
}

#container_foto, #container_foto_startseite, #container_foto_kontakt
{
	position: relative;
	top: 85px;
	left: -255px;
	width: 460px;
 	border: 2px solid rgb(39,90,162);
	height: 200px;
	background-color: black;
	float: left;
}

#container_foto_startseite
{
	background-image:url('Images/unternehmen/1.jpg');
}

#container_foto_kontakt
{
	position: absolute;
}

/* Dieser Container muss genau so heiıen, weil er fır den Bildfader benutzt wird !!! */
#imageContainer
{
	position: relative;
	margin: auto;
	width: 460px;
}

#container_cncblock
{
	margin-top: 20px;
	background-image:url('Images/block_cnc_fraestechnik.gif');
	width: 200px;
	height: 150px;
	float: left;
}

#container_navi
{
	width: 115px;
	height: 385px;
	float: left;
	background: transparent;
}

#container_fakten_tabelle
{
	float: left;
}

#container_fakten_text
{
	float: left;
	margin-top: 5px;
	width: 425px;
}

#container_textblock_startseite, #container_textblock_unternehmen, 
#container_textblock_kontakt, 
#container_textblock_ergebnisse, #container_textblock_fakten, #container_textblock_werte,
#container_textblock_anfahrt, #container_textblock_bestaetigung
{
	width: 425px;
	height: 370px;
	float: left;
	background: transparent;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	line-height: 1.1em;
}

#container_textblock_startseite
{
	background-image:url('Images/textblock_startseite.gif');
}

#container_textblock_unternehmen
{
	background-image:url('Images/textblock_0.gif');
}

#container_textblock_ergebnisse
{
	background-image:url('Images/textblock_1.gif');
}

#container_textblock_fakten
{
	background-image:url('Images/textblock_2.gif');
}

#container_textblock_werte
{
	background-image:url('Images/textblock_3.gif');
}

#container_textblock_anfahrt
{
	background-image:url('Images/textblock_4.gif');
}

#container_textblock_impressum
{
	background-image:url('Images/textblock_6.gif');
  background-image:none;
  
}

#container_textblock_bestaetigung
{
	background-image:url('Images/textblock_5.gif');
}

#container_googlemaps
{
	background: transparent;
	width: 380px;
	height: 355px;
}

#container_textblock_kontakt
{
	background-image:url('Images/textblock_5.gif');
	padding-top: 0;
	padding-left: 0;
	height: 385px;
	width: 440px;
}

#container_impressum_text
{
	width: 425px;
	height: 330px;
	float: left;
	background: transparent;
}

#container_impressum_navi
{
	margin-top: 8px;
	width: 425px;
	height: 16px;
	float: left;
	background: transparent;
}

/* Fır die Buttons in der Top-Navigation */
div#container_navi li { position: relative; list-style: none; margin: 0; margin-bottom: 5px; float: left; line-height: 1em; margin-left: -40px; }
div#container_navi li:hover { background-position: 50% 0%; }
div#container_navi li a { display: block; padding: 0 0 0 0; text-decoration: none; background-position: 50% 100%; }
div#container_navi li a:hover { background-position: 50% 0%; background-repeat: no-repeat; }

/* Fır die Buttons in der Impressum-Navigation */
div#container_impressum_navi li { position: relative; list-style: none; margin: 0; margin-right: 10px; float: left; line-height: 1em; }
div#container_impressum_navi li:hover { background-position: 50% 0%; }
div#container_impressum_navi li a { display: block; padding: 0 0 0 0; text-decoration: none; background-position: 50% 100%; background-repeat: no-repeat; width: 30px; height: 16px; }
div#container_impressum_navi li a:hover { background-position: 50% 0%; background-repeat: no-repeat; }

/* Und das basic:id-Logo */
div#container_impressum_text li { position: relative; list-style: none; margin: 0; float: left; line-height: 1em; }
div#container_impressum_text li a { display: block; padding: 0 0 0 0; text-decoration: none; } 


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

form
{
	font-family: Verdana;
}

fieldset
{
	border: 0px;
	margin: 0px;
}

#kontaktleft
{
	width: 275px;
	float: left;
}

#kontaktright
{
	width: 168px;
	float: left;
	margin-left: 10px;
}

#kontaktdaten label
{
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: bottom;
	font-size: 0.8em;
 	position: absolute;
 	display: block;
	width: 142px;
	height: 15px;
 	background: transparent;
 	border-left: 0px solid black;
 	border-right: 0px solid black;
 	border-top: 1px solid black;
 	border-bottom: 0px solid black;
}

#kontaktdaten input
{
	padding-top: 2px;
	padding-left: 2px;
	font-family: Verdana;
	font-size: 0.8em;
 	position: relative;
	height: 15px;
 	width: 183px;
 	margin-left: 152px;
 	color: #555555;
 	border-left: 1px solid black;
 	border-right: 1px solid black;
 	border-top: 1px solid black;
 	border-bottom: 0px solid black;
}

.anfrage
{
	margin-top: 0;
}

.anfrage label
{
	font-size: 0.8em;
	position: absolute;
	display: block;
	width: 104px;
	height: 15px;
 	margin-top: 17px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
 	border-top: 1px solid black;
 	border-bottom: 1px solid black;
}
 
textarea
{
	font-family: Verdana;
	font-size: 0.8em;
	overflow: auto;
	width: 334px;
	height: 280px;
	border: 0px solid rgb(102,102,102);
 	color: #555555;
	background: transparent;
 	margin-top: 17px;
	padding-left: 2px;
	padding-top: 2px;
}

#container_adressblock_kontakt
{
	margin-top: 34px;
	height: 230px;
	width: 114px;
	float: left;
	background-image:url('Images/adressblock_kontakt_p.gif');
	background-repeat: no-repeat;
}

#container_reset
{
	height: 22px;
	width: 114px;
	border-top: 1px solid black;
	float: left;
}

#container_submit
{
	height: 22px;
	width: 114px;
	border-top: 1px solid black;
	float: left;
}

#d-reset, #d-submit
{
	border: none;
	background-color: white;
	width: 47px;
	height: 12px;
	text-decoration: none;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#d-reset
{
	background: url('Images/loeschen_hover.gif') no-repeat;
	background-position: 50% 100%;
}

#d-submit
{
	background: url('Images/senden_hover.gif') no-repeat;
	background-position: 50% 100%;
}

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


/* TEXT-STYLES */

.basictext
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 11pt;
 	color: #555555;
}

.basictextbig
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12pt;
 	color: #555555;
	letter-spacing: 0.4em;
}

.basictextbigblack
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12pt;
 	color: black;
	letter-spacing: 0.3em;
}

.basictextsmall
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt;
 	color: #555555;
}

.basictextsmaller
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 9pt;
 	color: #222222;
}

.basictextverysmall
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 8pt;
 	color: #555555;
}

#container_datenschutz {
  position: relative;
  right: 6px;
  top: 34px;
  z-index:50;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  display:block;
height: 0;
 text-align: right;

}


#datenschutz {
  text-align: center;
	margin: 0 auto;
  font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10pt;
  font-size: 8pt;
  color: #fff;
text-align:right;
  color: #005FA4;
}
#datenschutz a:link, #datenschutz a:visited,
#datenschutz a:hover, #datenschutz a:focus, #datenschutz a:active {
color: #fff;
}

#datenschutz a:hover, #datenschutz a:focus, #datenschutz a:active {
color: #005FA4;
}


#imp.langeseite #container_right{
  display:inline;
  height: 220%;
  background: #fff;
 
}

#data.langeseite #container_right{
  display:inline;
  height: 200%;
  background: #fff;
 
}

#adresse {
  margin-left: 140px;
  margin-top: 32px;
}

#container_impressum_text.padding15 {
  padding: 15px;
  }








