/*
@file pietsch.css
@brief css-Datei für pietsch-metallbau.de
*/
@charset "UTF-8";
html{ 
  background-color: #ffffff; 
  height: 100.1%; /* scrolbalken wird immer angezeigt - kein wackeln */
}
body 	{ 
	color: black;
	font-family: Arial;
  font-size: 16px;
	margin-left: auto; margin-right: auto;
	margin-top: 20px;
  max-width: 1500px;
  
}
a             { text-decoration: underline;}
a:hover { text-decoration: underline; color: red;}
h2           { text-align: center; font-size: 1.6em; text-decoration: underline; 
          margin-bottom: 10px;}
h3           { text-align: center; font-size: 1.2em; }
hr 		  { padding: 0px; margin: 0px; }
table	  { width: 100%; }
td		      { padding: 3px;}

nav{ 
	float: left;
	width: 14%; min-height: 200px;
	text-align: left;
}
nav li { text-decoration: underline; font-size: 18px; padding-top: 7px; }
nav li:hover { color: red; }
main{
	float: right;
	width: 84%; min-height: 200px;
	border-left: 2px solid black;	
  padding: 10px;
}
.imp{ padding-left: 50px; }
.logo { margin: auto; text-align: center; }
.halle img { 
  max-width: 100%;
  height: auto;
}

.antifloat {	clear: both;	}	
