/* BASICS
============================================================================= */
html {
  background-color: #CCCCCC;
}

body {
	margin-top: 10px;
	font-family: Verdana, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

#with_shadow {
	margin-top: 10px;
  width: 740px;
  margin-left: auto;
  margin-right: auto;
}

#shadow_top {
  width: 740px;
  height: 10px;
}

#shadow_top_left {
  float: left;
  width: 10px;
  height: 10px;
  background-image: url(bilder/schatten_ecke_lo.jpg);
}

#shadow_top_middle {
  float: left;
  width: 720px;
  height: 10px;
  background-image: url(bilder/schatten_back_o.jpg);
}

#shadow_top_right {
  float: left;
  width: 10px;
  height: 10px;
  background-image: url(bilder/schatten_ecke_ro.jpg);
}

#main_area {
  width: 740px;
  background-image: url(bilder/_main_area_bg.gif);
}

#corpus {
  margin-left: 10px;
  margin-left: 10px;
  width: 718px;
  /*min-height: 648px;*/
  border: 1px solid rgb(102,102,102);
}

#header_top {
  width: 718px;
  height: 18px;
  background-image: url(bilder/_header_top_bg.gif);
  border-bottom: 1px solid #444444;
  color: #BBBBBB;
}

#header_top_left {
  float: left;
  width: 277px;
  padding-left: 14px;
  height: 15px;
  padding-top: 3px;
  text-align: left;
}

#header_top_right {
  float: left;
  width: 413px;
  padding-right: 14px;
  height: 15px;
  padding-top: 3px;
  text-align: right;
}

#header_bottom {
  width: 718px;
  border-bottom: 1px solid #666666;
}

#matter {
  width: 718px;
  min-height: 510px;
	background-color: #EEEEEE;
	background-image: url(bilder/_matter_bg_house.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#navigation {
  float: left;
  width: 150px;

}

#translation {
  width: 150px;
  height: 44px;
}

#menue {
  width: 150px;
  min-height: 466px;
}

#content {
  float: left;
	border-left: 1px solid #666666;
  width: 567px;
  min-height: 510px;
  background-color: #FFFFFF;
}

#footer {
  width:704px;
  padding-right: 14px;
  border-top: 1px solid #444444;
  height: 15px;
  padding-top: 3px;
  background-image: url(bilder/_footer_bg.gif);
  text-align: right;
	color: #BBBBBB;
}

#shadow_bottom {
  float: left;
  width: 740px;
  height: 10px;
}

#shadow_bottom_left {
  float: left;
  width: 10px;
  height: 10px;
  background-image: url(bilder/schatten_ecke_lu.jpg);
}

#shadow_bottom_middle {
  float: left;
  width: 720px;
  height: 10px;
  background-image: url(bilder/schatten_back_u.jpg);
}

#shadow_bottom_right {
  float: left;
  width: 10px;
  height: 10px;
  background-image: url(bilder/schatten_ecke_ru.jpg);
}

.clear {
	clear: both;
	line-height: 0px;
}


.bilder {
	border: 1px solid #333333;
}

.table_ueberschrift {
	background-color: #EEEEEE;
	border: 1px solid #999999;
}

/* Formatierungen für Bilder, vom Text umflossen, ohne und mit Rahmen */
.table_textum_links {
	border: none;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	margin-top: 10px;
}
.table_textum_rechts {
	border: none;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	margin-top: 10px;
}
.table_textum_links_rahmen {    
	border: none;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	margin-top: 10px;
	border: 1px solid #333333;
}
.table_textum_rechts_rahmen {
	border: 1px solid #333333;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	margin-top: 10px;
}

/* verschiendene Schriftformatierungen */
.text_error {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}
.text_fett {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.text_klein {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}
.text_klein_fett {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.text_normal {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.u1 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}

/* Formatierungen für Textlinks */
.page_link {
  font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0000CC;
	text-decoration: underline;
}
.page_link a {
	color: #0000CC;	
}
.page_link a:link {
	text-decoration: none;
}
.page_link a:visited {
}
.page_link a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.page_link a:active {
}

/* Formatierungen für Textlinks FETT */
.page_link_fett {
    font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #0000CC;
}
.page_link_fett a {
	color: #0000CC;	
}
.page_link_fett a:link {
	text-decoration: none;
}
.page_link_fett a:visited {
}
.page_link_fett a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.page_link_fett a:active {
}



/* _translation_inc.php
============================================================================= */
.menue_lang_info{
}

.menue_lang_info a {
	display: block;
	background-image: url(bilder/buch_normal.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.menue_lang_info a:link {
}

.menue_lang_info a:visited {
}

.menue_lang_info a:hover {	
	background-image: url(bilder/buch_over.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.menue_lang_active_info{   
}

.menue_lang_active_info a {
	display: block;	
	background-image: url(bilder/buch_active.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.menue_lang_active_info a:link {
}

.menue_lang_active_info a:visited {
}

.menue_lang_active_info a:hover {   
}

.menue_lang_de{
	display: block;
	background-color: #999999;
	background-image: url(bilder/de_flag.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.menue_lang_com{
    display: block;
	background-color: #999999;
	background-image: url(bilder/com_flag.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.menue_lang_fr {
    display: block;
	background-color: #999999;
	background-image: url(bilder/fr_flag.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}


/* _menue_inc.php
============================================================================= */
/* BEGINN ******** Menü Links *
 ************************************************************ */
/* BEGINN ******* Menü Links Ebene 0 *
 ---------------------------------------------------- */
/* Normal ****** Menü Links Ebene 0 ********* */
.menue_links_e0{
}
.menue_links_e0 a {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	background-color: #EEEEEE;
	padding-left: 11px;
	background-image: url(bilder/punkt.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}
.menue_links_e0 a:link {
}
.menue_links_e0 a:visited {
}
.menue_links_e0 a:hover {
	color: #333333;
	background-color: #DDDDDD;	
}

/* Closed ****** Menü Links Ebene 0 ********* */
.menue_links_closed_e0{
}
.menue_links_closed_e0 a {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	background-color: #EEEEEE;
	padding-left: 11px;
	background-image: url(bilder/+.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}
.menue_links_closed_e0 a:link {
}
.menue_links_closed_e0 a:visited {
}
.menue_links_closed_e0 a:hover {
	color: #333333;
	background-color: #DDDDDD;
}

/* Active ****** Menü Links Ebene 0 ********* */
.menue_links_active_e0 {
}
.menue_links_active_e0 a {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	background-color: #FFFFFF;	
	font-weight: bold;
	padding-left: 11px;
	background-image: url(bilder/punkt.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}
.menue_links_active_e0 a:link {
}
.menue_links_active_e0 a:visited {
}
.menue_links_active_e0 a:hover {
	color: #333333;
	background-color: #DDDDDD;
}

/* Open ****** Menü Links Ebene 0 *********** */
.menue_links_open_e0 {
}
.menue_links_open_e0 a {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	background-color: #EEEEEE;
	font-weight: bold;
	padding-left: 11px;	
	background-image: url(bilder/-.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}
.menue_links_open_e0 a:link {
}
.menue_links_open_e0 a:visited {
}
.menue_links_open_e0 a:hover {
	color: #333333;
	background-color: #DDDDDD;
}

/* Open Active ****** Menü Links Ebene 0 **** */
.menue_links_open_active_e0 {
}
.menue_links_open_active_e0 a {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-left: 11px;
	background-image: url(bilder/-.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}
.menue_links_open_active_e0 a:link {
}
.menue_links_open_active_e0 a:visited {
}
.menue_links_open_active_e0 a:hover {
	color: #333333;
	background-color: #DDDDDD;
}
/* ENDE ******* Menü Links Ebene 0 *
 ---------------------------------------------------- */

/* BEGINN ******* Menü Links Ebene 1 *
 ---------------------------------------------------- */
/* Normal ****** Menü Links Ebene 1 ********* */
.menue_links_e1{
}
.menue_links_e1 a {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	background-color: #EEEEEE;
	padding-left: 16px;
	background-image: url(bilder/punkt.gif);
	background-repeat: no-repeat;
	background-position: 9px 6px;
}
.menue_links_e1 a:link {
}
.menue_links_e1 a:visited {
}
.menue_links_e1 a:hover {
	color: #333333;
	background-color: #DDDDDD;	
}

/* Closed ****** Menü Links Ebene 1 ********* */
.menue_links_closed_e1{
}
.menue_links_closed_e1 a {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	background-color: #EEEEEE;
	padding-left: 16px;
	background-image: url(bilder/+.gif);
	background-repeat: no-repeat;
	background-position: 9px 6px;
}
.menue_links_closed_e1 a:link {
}
.menue_links_closed_e1 a:visited {
}
.menue_links_closed_e1 a:hover {
	color: #333333;
	background-color: #DDDDDD;
}

/* Active ****** Menü Links Ebene 1 ********* */
.menue_links_active_e1 {
}
.menue_links_active_e1 a {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	background-color: #FFFFFF;	
	font-weight: bold;
	padding-left: 16px;
	background-image: url(bilder/punkt.gif);
	background-repeat: no-repeat;
	background-position: 9px 6px;
}
.menue_links_active_e1 a:link {
}
.menue_links_active_e1 a:visited {
}
.menue_links_active_e1 a:hover {
	color: #333333;
	background-color: #DDDDDD;
}

/* Open ****** Menü Links Ebene 1 *********** */
.menue_links_open_e1 {
}
.menue_links_open_e1 a {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	background-color: #EEEEEE;
	font-weight: bold;
	padding-left: 16px;	
	background-image: url(bilder/-.gif);
	background-repeat: no-repeat;
	background-position: 9px 6px;
}
.menue_links_open_e1 a:link {
}
.menue_links_open_e1 a:visited {
}
.menue_links_open_e1 a:hover {
	color: #333333;
	background-color: #DDDDDD;
}

/* Open Active ****** Menü Links Ebene 1 **** */
.menue_links_open_active_e1 {
}
.menue_links_open_active_e1 a {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-left: 16px;	
	background-image: url(bilder/-.gif);
	background-repeat: no-repeat;
	background-position: 9px 6px;
}
.menue_links_open_active_e1 a:link {
}
.menue_links_open_active_e1 a:visited {
}
.menue_links_open_active_e1 a:hover {
	color: #333333;
	background-color: #DDDDDD;
}
/* ENDE ******* Menü Links Ebene 1 *
 ---------------------------------------------------- */

/* BEGINN ******* Menü Links Ebene 2 *
 ---------------------------------------------------- */
/* Normal ****** Menü Links Ebene 2 ********* */
.menue_links_e2{
}
.menue_links_e2 a {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	background-color: #EEEEEE;
	padding-left: 21px;
	background-image: url(bilder/punkt.gif);
	background-repeat: no-repeat;
	background-position: 14px 6px;
}
.menue_links_e2 a:link {
}
.menue_links_e2 a:visited {
}
.menue_links_e2 a:hover {
	color: #333333;
	background-color: #DDDDDD;	
}

/* Closed ****** Menü Links Ebene 2 ********* */
.menue_links_closed_e2{
}
.menue_links_closed_e2 a {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	background-color: #EEEEEE;
	padding-left: 21px;
	background-image: url(bilder/+.gif);
	background-repeat: no-repeat;
	background-position: 14px 6px;
}
.menue_links_closed_e2 a:link {
}
.menue_links_closed_e2 a:visited {
}
.menue_links_closed_e2 a:hover {
	color: #333333;
	background-color: #DDDDDD;
}

/* Active ****** Menü Links Ebene 2 ********* */
.menue_links_active_e2 {
}
.menue_links_active_e2 a {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
    text-decoration: none;
	line-height: 16px;
	background-color: #FFFFFF;	
	font-weight: bold;
	padding-left: 21px;
	background-image: url(bilder/punkt.gif);
	background-repeat: no-repeat;
	background-position: 14px 6px;
}
.menue_links_active_e2 a:link {
}
.menue_links_active_e2 a:visited {
}
.menue_links_active_e2 a:hover {
	color: #333333;
	background-color: #DDDDDD;
}

/* Open ****** Menü Links Ebene 2 *********** */
.menue_links_open_e2 {
}
.menue_links_open_e2 a {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	background-color: #EEEEEE;
	font-weight: bold;
	padding-left: 21px;	
	background-image: url(bilder/-.gif);
	background-repeat: no-repeat;
	background-position: 14px 6px;
}
.menue_links_open_e2 a:link {
}
.menue_links_open_e2 a:visited {
}
.menue_links_open_e2 a:hover {
	color: #333333;
	background-color: #DDDDDD;
}

/* Open Active ****** Menü Links Ebene 2 **** */
.menue_links_open_active_e2 {
}
.menue_links_open_active_e2 a {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
	line-height: 16px;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-left: 21px;	
	background-image: url(bilder/-.gif);
	background-repeat: no-repeat;
	background-position: 14px 6px;
}
.menue_links_open_active_e2 a:link {
}
.menue_links_open_active_e2 a:visited {
}
.menue_links_open_active_e2 a:hover {
	color: #333333;
	background-color: #DDDDDD;
}
/* ENDE ******* Menü Links Ebene 2 *
 ---------------------------------------------------- */

/* BEGINN ******* Menü Links Ebene 3 *
 ---------------------------------------------------- */
/* Normal ****** Menü Links Ebene 3 ********* */
.menue_links_e3{
}
.menue_links_e3 a {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	background-color: #EEEEEE;
	padding-left: 26px;
}
.menue_links_e3 a:link {
}
.menue_links_e3 a:visited {
}
.menue_links_e3 a:hover {
	color: #333333;
	background-color: #DDDDDD;
}

/* Active ****** Menü Links Ebene 3 ********* */
.menue_links_active_e3 {
}
.menue_links_active_e3 a {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-left: 26px;
}
.menue_links_active_e3 a:link {
}
.menue_links_active_e3 a:visited {
}
.menue_links_active_e3 a:hover {
	color: #333333;
	background-color: #DDDDDD;
}
/* ENDE ******* Menü Links Ebene 3 *
 ---------------------------------------------------- */
/* ENDE ******** Menü Links *
 ************************************************************ */


/* Content-Bereich
============================================================================= */
/* Anfang * Startgrafik ************************************* */
.sg_konstruktion{
}
.sg_konstruktion a {
	display: block;
	background-image: url(bilder/startgrafik/sg_konstruktion.jpg);
	background-repeat: no-repeat;
}
.sg_konstruktion a:link {
}
.sg_konstruktion a:visited {
}
.sg_konstruktion a:hover {	
	background-image: url(bilder/startgrafik/sg_konstruktion_over.jpg);
	background-repeat: no-repeat;
}
.sg_werkzeugbau{
}
.sg_werkzeugbau a {
	display: block;
	background-image: url(bilder/startgrafik/sg_werkzeugbau.jpg);
	background-repeat: no-repeat;
}
.sg_werkzeugbau a:link {
}
.sg_werkzeugbau a:visited {
}
.sg_werkzeugbau a:hover {	
	background-image: url(bilder/startgrafik/sg_werkzeugbau_over.jpg);
	background-repeat: no-repeat;
}
.sg_fertigung {
}
.sg_fertigung a {
	display: block;
	background-image: url(bilder/startgrafik/sg_fertigung.jpg);
	background-repeat: no-repeat;
}
.sg_fertigung a:link {
}
.sg_fertigung a:visited {
}
.sg_fertigung a:hover {	
	background-image: url(bilder/startgrafik/sg_fertigung_over.jpg);
	background-repeat: no-repeat;
}
.sg_systeme_montagen {
}
.sg_systeme_montagen a {
	display: block;
	background-image: url(bilder/startgrafik/sg_systeme_montagen.jpg);
	background-repeat: no-repeat;
}
.sg_systeme_montagen a:link {
}
.sg_systeme_montagen a:visited {
}
.sg_systeme_montagen a:hover {	
	background-image: url(bilder/startgrafik/sg_systeme_montagen_over.jpg);
	background-repeat: no-repeat;
}
.sg_fertigungs_spektrum {
}
.sg_fertigungs_spektrum a {
	display: block;
	background-image: url(bilder/startgrafik/sg_fertigungs_spektrum.jpg);
	background-repeat: no-repeat;
}
.sg_fertigungs_spektrum a:link {
}
.sg_fertigungs_spektrum a:visited {
}
.sg_fertigungs_spektrum a:hover {	
	background-image: url(bilder/startgrafik/sg_fertigungs_spektrum_over.jpg);
	background-repeat: no-repeat;
}
.sg_produkte {
}
.sg_produkte a {
	display: block;
	background-image: url(bilder/startgrafik/sg_produkte.jpg);
	background-repeat: no-repeat;
}
.sg_produkte a:link {
}
.sg_produkte a:visited {
}
.sg_produkte a:hover {	
	background-image: url(bilder/startgrafik/sg_produkte_over.jpg);
	background-repeat: no-repeat;
}
#layer_service {
	position:relative;
	left:40px;
	top:-60px;
	width:120px;
	height:20px;
	z-index:1;
	margin: 0px;
	padding: 0px;	
}
#Layer1 {
	position:relative;
	left:30px;
	top:-275px;
	width:80px;
	height:20px;
	z-index:1;
	margin: 0px;
	padding: 0px;	
}
#Layer2 {
	position:relative;
	left:185px;
	top:-320px;
	width:80px;
	height:20px;
	z-index:2;
	margin: 0px;
	padding: 0px;
}
#Layer3 {
	position:relative;
	left:330px;
	top:-400px;
	width:60px;
	z-index:3;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
#Layer4 {
	position:relative;
	left:360px;
	top:-390px;
	width:120px;
	height:20px;
	z-index:4;
	margin: 0px;
	padding: 0px;
}
#Layer5 {
	position:relative;
	left:370px;
	top:-210px;
	width:130px;
	height:20px;
	z-index:5;
	margin: 0px;
	padding: 0px;
}
#Layer6 {
	position:relative;
	left:260px;
	top:-120px;
	width:135px;
	height:20px;
	z-index:6;
	margin: 0px;
	padding: 0px;
}
#Layer7 {
	position:relative;
	left:90px;
	top:-85px;
	width:60px;
	height:20px;
	z-index:7;
	margin: 0px;
	padding: 0px;
}
.tabel_bild_sg_link {			
}
.tabel_bild_sg_link a {
	display: block;
	font-weight: bold;
	background-color: #EEEEEE;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #000000;
	font-size: 10px;
	background-image: url(produkte/bilder_produkte/background_table_bild_headline.jpg);
	background-repeat: repeat-x;
}
.tabel_bild_sg_link a:hover {
	color: #FFFFFF;
	background-color: #990000;
	background-image: url(produkte/bilder_produkte/background_table_bild_headline_over.jpg);
	background-repeat: repeat-x;
}

.tabel_bild_sg_link_klein {			
}
.tabel_bild_sg_link_klein a {
	display: block;
	font-weight: normal;
	background-color: #EEEEEE;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #000000;	
	font-size: 9px;
	background-image: url(produkte/bilder_produkte/background_table_bild_headline.jpg);
	background-repeat: repeat-x;
}
.tabel_bild_sg_link_klein a:hover {
	color: #FFFFFF;
	background-color: #990000;
	background-image: url(produkte/bilder_produkte/background_table_bild_headline_over.jpg);
	background-repeat: repeat-x;
}
/* Ende * Startgrafik *************************************** */

/* Formatierung für Schriftblöcke */
.tabel_bild_headline {	
	border: 1px solid #000000;
	font-weight: bold;
	background-color: #EEEEEE;
	color: #000000;
	text-decoration: none;
	padding: 5px;
	height: 30px;
	text-align: center;
	vertical-align: top;
	background-image: url(produkte/bilder_produkte/background_table_bild_headline.jpg);
	background-repeat: repeat-x;	
}

/* Formatierung für Schrift- Link- Blöcke */
.tabel_bild_headline_link {			
}
.tabel_bild_headline_link a {
	display: block;	
	font-weight: bold;
	background-color: #EEEEEE;
	color: #000000;
	text-decoration: none;
	padding: 5px;
	height: 30px;
	text-align: center;
	vertical-align: top;
	background-image: url(produkte/bilder_produkte/background_table_bild_headline.jpg);
	background-repeat: repeat-x;
	border: 1px solid #000000;	
}
.tabel_bild_headline_link a:hover {
	color: #FFFFFF;
	background-color: #990000;
	background-image: url(produkte/bilder_produkte/background_table_bild_headline_over.jpg);
	background-repeat: repeat-x;
}

/* Formatierungen für die Produkttabellen */
.tablet_produkte {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;	
}
.tablet_produkte_kopf {
	background-color: #EEEEEE;
	padding: 4px;
	border: 1px solid #CCCCCC;	
}

/* impressum.php
============================================================================= */
.Stil1 {
  font-family: Verdana, sans-serif
}
.Stil2 {
  color: #333333
}


/* anfrage.php
============================================================================= */

input.big, textarea {
  width:330px;
}

input.small {
  width:275px;
}

input.smaller {
  width:45px;
}

select {
  width:60px;
}

textarea.msg {
  position:absolute;
  top:-200px;
}

td.error {
  color:#ff0000;
}















