/* CSS Document */

html { height:100%;}

body{
height:100%;
margin: 0;
padding: 0;
font-family: Geneva, Arial, Helvetica, sans-serif;
color:#666;
font-size:0.75em; 
font-weight:normal;
}

p {margin:0; padding:0;}
strong {color:#666;}

h1 { font-size:1.2em; color:#666;}
h2 { font-size:1.1em; color:#CC0000;}

hr {height: 1px;border: 0 none; border-top: 1px dotted #ccc; margin-top:15px;}



/***************************************************** mainboxes ***********************************************************/
/*Definition fr die Navigation oben*/ 
#servicemenue { height:90px; margin:auto; margin-left:-70px; width:100%; background-image:url(images/logo.gif); background-repeat:no-repeat; background-position:left;}

#servicemenue ul {display:none;}

#wrapper {
width:90%; 
margin: auto; 
text-align: left;/*Aufheben von IE_quirks im BODY*/
}

#bildleiste-neutral {display:none;}
#bildleiste-cnc {display:none;}
#bildleiste-schweissen {display:none;}
#bildleiste-montage {display:none;}
#bildleiste-laser {display:none;}
#bildleiste-zerspanung {display:none;}
#bildleiste-kehrfahrzeuge {display:none;}
#bildleiste-konstruktion {display:none;}

/*********************************************** boxes left*******************************************************/
#left-container {display:none;}

/************************	definition menue  *****************************************/

#menue {display:none;}

#menue ul {display:none;}


/******************************** Definitionen fr den Inhalt ***************************************/

#content { padding:0 0px 0 10px; margin:0px}
*html #content { padding:0 0px 0 10px; margin:0px;}

#content p {line-height:1.5em;}
#content h1 { font-size:1.2em; color:#c00;}
#content h2 { font-size:0.9em; color:#c00; background-color:#f4f4f4;padding:2px; border-bottom:1px solid #ccc}
#content h3 { font-size:1em; color:#7a6153; }

#content a:link { text-decoration:none; color:#c00;}
#content a:visited {text-decoration:none; color:#c00;}
#content a:hover { color:#c00; text-decoration:none;}
#content a:focus { color:#c00; text-decoration:none;}


#content img.right { float:right; margin:0 30px 5px 0;}
#content img.left { float:left; margin:0 30px 5px 0px;}

.adress {width:130px; float:left; font-weight:bold;}

.seitenanfang {
background-image: url(images/icon_top.gif);
background-repeat: no-repeat;
background-position: right center;
padding-right: 20px;
font-size:0.9em;
}

/************** Formnatierungen Listen im Content Bereich****************/

#content ul { list-style:none; margin-left:-20px; font-family:Helvetica,Arial, sans-serif;}


#content ul li {
margin-left:0px;
background: transparent url(images/list-bullet.gif) left top no-repeat;
background-position:0px 7px;
padding-left:15px;
padding-bottom:10px;
text-align: left;
line-height:1.5em;
}

/******************************************************** news ****************************************************/

#news {display:none;}
*html #news {display:none;}

#news h2 { font-size:0.9em; color:#c00; background-color:#f4f4f4;padding:2px; border-bottom:1px solid #ccc}

#news a:link { text-decoration:none; color:#c00;}
#news a:visited {text-decoration:none; color:#c00;}
#news a:hover { color:#c00; text-decoration:none;}
#news a:focus { color:#c00; text-decoration:none;}

/******************************************************** footer ****************************************************/

#footer {

clear:both; 
height:40px; 
margin-top:20px; 
text-align:center; 
padding-top:5px; 
width:90%; 
margin:auto;
border-top:1px solid #ccc;
}





