body{
	background: #fff url(/template/bg_fadingBlue.jpg) repeat-x top;
	font: 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
}

/* in manch alten Browsern reicht die Angabe durch body nicht aus */
p, td, li, ul, ol, h1, h2, h3{
	font: 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#masthead, #content, #menu, .footer{
  width: 883px;
  margin: 0 auto;
}

#masthead{
  background-color: #e4e0df;
}

#menu{
  padding: 0;
	line-height: 26px;
	text-align: center;
  background-color: rgb(100,170,222);
}
#menu li{
	display: inline;
	padding: 0 15px;	
	/* Trennzeichen für horizontales Menü */
	border-right: 1px solid #fff;
}
#menu .last{
	/* kein Trennzeichen vor erstem Menüitem */
	border-right: 0;
}

#menu a, #menu a:link, #menu a:visited, #menu a:active{
	color: #fff;
	line-height: 26px;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#menu a:hover{
	text-decoration: underline;
}


#content{
  width: 833px;
  padding: 25px;
  background-color: #efedee;
}

#content h1{
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  padding: 0 15px;
  background: url(/template/heading.gif) no-repeat left center; 
}
#content h2{
  font-style: italic;
  font-weight: bold;
}

/* ---- standard links ---- */
a, a:link, a:visited, a:active{
	color: #01a0d9;	
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#mitarbeiter td{
  text-align: center;
}


/* DB Query Meldungen */
.db_erfolgreich, .db_fehler{
  clear: both;
	padding: 5px;
	margin: 0 0 12px 0;
	border: 2px solid #006600;
	background-color: #CCFFCC;
	font-weight: bold;
	color: #006600;
}

.db_fehler{
	color: #990000;
	margin: 0 0 12px 0;
	border: 2px solid #990000;
	background-color: #FFB0B0;
}

a.zurueck{
	display: block;
	margin: 20px 0 0 0;
	text-align: center;
	font-weight: bold;
}

.footer{
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: right;
}

/* produktkatalog */
.katalog{
	margin-top: 1em;
}
.katalog img{
	float: left;
}
.katalog p{
	float: left;
	font-weight: bold;
	padding-left: 1em;
	padding-right: 1em;
}
.katalog::after{
	content: "";
	clear: both;
	display: table;
}

/* produktkatalog admin */
.bigFont{
  vertical-align: top;
  font-size: 20px;
  font-weight: bold;
  font-color: #555;
}

/* impressum.php */
h2.impressum{
  padding-bottom: 0;
  margin: 12px 0 6px 0;
}


/* news @index.php */
#news{
  margin: 30px 14px 0 14px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #fff;
}
a.download{
	display: block;
	text-align: left;
	margin: 6px 5px 0 35px;	
	padding: 0 0 5px 30px;
	background: transparent url(/template/download.gif) 0 0 no-repeat;	
}

form td{
	vertical-align: top;
}