@charset "iso-8859-2";
/* CSS Document */

#container {
	width: 1024px;
	margin: auto;
}
#head {
	background-image:url(images/Head.png);
	background-repeat: no-repeat;
	width: 1024px;
	height: 372px;
}
#menu {
	width: 1024px;
	height: 26px;
}
/*Anfang NAV mit Dropdown*/


nav ul {
	padding: 0px;
	margin: 0px;
}
nav ul:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/*Hintergrundfarbe der Menübuttons im normalen Menü*/
nav ul, nav ul li {
	background-color: #069;
}
nav ul li {
	list-style: none;
	float: left;
}
/*Farbe, u. Ansicht im normalen Menü*/
nav ul li a {
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 5px 20px 2px 20px;
	transition: background 0.3s ease-out; /* explorer 10 */
	-webkit-transition: background 0.3s ease-out; /* chrome & safari */
	-moz-transition: background 0.3 ease-out; /* firefox */
	-o-transition: background 0.3 ease-out; /* opera */
}
/*Farbe, bei hover im normalen Menü und Dropdown*/
nav ul li:hover a, nav ul li:hover > ul li a {
	background-color: #06F;
	border-bottom: 1px solid #fff;
}
/*Farbe, Schrift bei hover im normalen Menü*/
nav ul li:hover > a {
	color: #fff;
}
nav ul li:hover > ul {
	visibility: visible;
}
nav ul li ul {
	display: inline;
	visibility: hidden;
	position: absolute;
	padding: 0px;
}
nav ul li ul li {
	float: none;
}
/*Farbe, Schrift im Dropdown*/
nav ul li ul li a {
	color: #fff;
}
/*Farbe, Schrift und Hintergrund bei Hover im Dropdown*/
nav ul li ul li a:hover {
	color: #fff;
	background-color: #666;
	border-bottom: 1px solid #fff;/*Ende NAV mit Dropdown*/
}
#content {
	border-right: 1px solid #999;
	float: left;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 20px;
	width: 696px;
	min-height: 750px;
}
#kontakt {
	margin-top: 20px;
	margin-left: 733px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 0px;
	width: 275px;
	min-height: 450px;
}
#abstand {
	clear: both;
	margin: auto;
	width: 1024px;
	height: 10px;
}
#footerContainer {
	background-color: #069;
	clear: both;
	margin: auto;
	min-width: 1024px;
	min-height: 26px;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
}
body {
	background-color: #FFF;
	background-image: url(images/bodyHintergrund.png);
	background-repeat: no-repeat;
	margin: 20px 0px 0px 0px;
}
a {
	font-size: 18px;
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: 333;
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #036;
	text-decoration: underline;
}
#content a:hover {
	color: #333;
	text-decoration: none;
}
img {
	border: hidden;
}
a img {
	border: hidden;
}
h1 {
	font-size: 22px;
	color: #060;
}
h2 {
	font-size: 22px;
	color: #333;
}
h3 {
	font-size: 20px;
	color: #060;
}
h4 {
	font-size: 20px;
	color: #333;
}
h5 {
	font-size: 18px;
	color: #069;
}
h6 {
	font-size: 18px;
	color: #666;
}
#SkypeButton_Call_bauabrechnung_1 {
  margin-left:-15px;
  width: 100px;
  float: left;
}
#SkypeButton_Call_bauabrechnung_2 {
  margin-left: 100px;
}

#leer_end {
   min-height:1px
   clear: left;
}