﻿/*kuendgen css*/

body {
	background-image: url(bilder/back.jpg);
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
}

p {
	margin-top: 0;
	margin-bottom: 15px;
}

p.myhead {
font-size: 18px;
font-weight:bold;
}

p.fehler {
font-size: 18px;
font-weight:bold;
color:#cc0000;
}

p.mysubhead {
font-weight:bold;
margin-bottom: 5px;
}

p.mysmallblock {
font-size: 10px;
text-align: justify;
}

a {
color:#ffffff;
}
a:hover {
color:#cc0000;
}

div#center {
	margin-left: auto;
	margin-right: auto;
	width:790px;
}

/*Wrap	*/
div#wrapperholder table,
div#wrapperholder div {

}
div#wrapperholder {
	width:790px;

}

div#top {
	background-image: url(bilder/head.jpg);
	background-repeat: no-repeat;
	height:156px;
  clear: both;
}

div#main {
	background-image: url(bilder/main.jpg);
	background-repeat: no-repeat;
	height:449px;
}

div#seite {
  width:673px;
	height:378px;
  margin-left: 14px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 38px;
 text-align: left;
  float:left;
}


div#footer {
  width:790px;
  font-size: x-small;
  height:20px;
  padding-top: 5px;
  float:left;
}



/*menu*/

div#menu {
 width: 763px;
 padding-left: 14px;
 padding-top:  134px;
}

a.menu1 {
display:block;
height:19px;
width: 66px;
border-bottom:3px solid #000000;
background-image : url(bilder/m_home.jpg);
float:left;
}

a.menu2 {
display:block;
height:19px;
width: 87px;
border-bottom:3px solid #000000;
background-image : url(bilder/m_kontakt.jpg);
float:left;
}

a.menu3 {
display:block;
height:19px;
width: 188px;
border-bottom:3px solid #000000;
background-image : url(bilder/m_verkauf.jpg);
float:left;
}

a.menu1:hover   {
border-bottom:3px solid #cc0000;
}

a.menu2:hover   {
border-bottom:3px solid #cc0000;
}

a.menu3:hover   {
border-bottom:3px solid #cc0000;
}

div#menu_left {
	height:19px;   width:422px;
	background-image : url(bilder/m_left.jpg);
	background-position: 418px 0;
	border-bottom:3px solid #000000;
	background-repeat: no-repeat;
	float:left;
}




