/* Standard-CSS für die Seiten der Homepage*/
/*************************************************************
*                         page layout                        *
*************************************************************/

* {
   padding:0;
   margin:0;
}

html, body {
	height: 100%;
}

body {
	background:#e1e1e1;
	padding:0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
}

#wrap {
	width:750px;
	background:transparent;
	margin:0 auto;
}

/*************************************************************
*                           layout                           *
*************************************************************/

#banner {
	background:url('../images/site_01.gif') no-repeat;
	width:750px;
	height:142px;
	top:10px;
}

#menu {
	background:url('../images/site_02.gif') no-repeat;
	width:750px;
	height:49px;

}

#content {
	background:url('../images/site_03.gif') no-repeat;
	width:596px;
	height:410px;
	position:absolute;
	margin:0;
}

#content_hauptfeld {
	background:transparent;
	width:500px;
	height:410px;
	position:absolute;
	margin-left:50px;
      margin-top:20px;
}

#content_info {
	background:transparent;
	width:490px;
	height:410px;
	position:absolute;
	margin-left:50px;
      margin-top:20px;
}


#content_news {
	background:transparent;
	width:490px;
	height:410px;
	position:absolute;
	margin-left:50px;
      margin-top:20px;
}


#content_form_bestell {
	background:transparent;
	width:400px;
	height:300px
	float:left;
	position:absolute;
	margin-left:0px;
      margin-top:20px;
}

#right {
	background:url('../images/site_04.gif') no-repeat;
	width:154px;
	height:410px;
	float:right;

}

#right_text {
	width:145px;
	height:410px;
      margin-left:5px;
}

td { 
      font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
}

/*************************************************************
*                           menu                             *
*************************************************************/

DIV.center {
	text-align: center;
}
.menu {
	display: block;
	width: 750px;
	color: #fff;
	font-weight: bold;
	padding-top: 10px;
}
.menu a {
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	text-decoration: none;
}
.menu a:active {
	color: #fff;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {
	color: #aaa;
	padding-top: 3px;
	padding-bottom: 13px;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	text-decoration: underline;
}

/*************************************************************
*                           misc                             *
*************************************************************/
#content p{
	padding:3px 15px 10px 15px;
}

#right p{
	font-size:1em;
	text-align:center;
	color:#ffffff;
	padding:10px 10px 0px 0px;



}


a{
	text-decoration:none;
	color:#000000;
}

#right a{
	text-decoration:none;
	color:#ffffff;
}

a:hover{
	text-decoration:underline;
	color:#000000;
}

#right a:hover{
	text-decoration:underline;
	color:#ffffff;
}


/*************************************************************
*                           headers                          *
*************************************************************/
#banner h1 {
	color:#333;
	font-size:1.7em;
	font-weight:bold;
	padding:50px 0 0 40px;
}

h2 {
	font-size:1em;
	text-align:left;
	color:#000;
	padding:10px 15px 3px 15px;
}

h3 {
	font-size:1em;
	text-align:left;
	color:#ba5445;
	padding:10px 15px 3px 25px;
}

h4 {
	font-size:1em;
	text-align:left;
	color:#b59a4a;
	padding:10px 15px 3px 35px;
}


h5 {
	font-size:1em;
      text-decoration:underline;
	text-align:center;
	color:#ffffff;
	padding:15px 10px 10px 0px;
}

h6 {
	font-size:10pt;
      color:#ffffff;
}


