/*
 * Martin Schubert
 * Lizenz: GNU General Public License 
 * 
 * Alle Kommentare beziehen sich immer auf die nachfolgende Bedingung
 *   
 */ 


html {
	overflow-y: scroll;
}

body {
  /* Hintergrundfarbe der Seite*/
	background-color: #66cc99;
	background-image:url(bg.png);
	background-repeat:repeat-x;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

/* allgemein ----------------------------------------------------------------- */
table.main {
  /* Breite der Website*/
	width: 750px;
}

table.head {
  width: 100%;
/*  background-image:url(banner.png);
	background-repeat: no-repeat;*/
}

td {
	vertical-align: top;
	/* Farbe der Schrift */
	color: #ffffff;
	/* Gr��e der Schrift*/
	font-size: 15px;
}

a:link, a:visited, a:active {
  /* Farbe der Links */
	color: #ffffff;
	text-decoration: none;
	/* Unterstrichung der Links*/
	border-bottom: 1px dotted;
}

a:hover {
	text-decoration: none;
	/* Unterstrichung der Links beim �berfahren */
	border-bottom: 1px solid;
}

a:link img, a:visited img {
  border: 0px;
}

a:link.img, a:visited.img {
  /* keine bilder link unterstreichung */
  border-bottom: none;
}

/* Webseiten Title ----------------------------------------------------------------- */
td.title {
  /* Hintergrundfarbe */
	background-color: #66cc99;
	/* H�he des Balkens */
	/*height: 70px;*/
	/* Ausrichtung */
	text-align: center;
	/* Schriftgr��e */
	font-size: 30px;
	/* Farbe der Schrift */
	color: #ffffff;
	vertical-align: middle;
	font-family: sans-serif;
	padding-top: 18px;
	padding-bottom: 0px;
}

/* Telefonnummer - header ----------------------------------------------------------------- */
td.header {
  /* Hintergrundfarbe */
	/*background-color: #5275c0;*/
	vertical-align: middle;
	/* Farbe der Schrift */
	color: #ffffff;
	/* Schriftgr��e */
	font-size: 20px;
	/* Ausrichtung */
	text-align: center;	
	/*padding: 3px;*/
	/* H�he des Balkens */
	/*height: 35px;*/
	/* Hintergrundbild (Farbverlauf) */
  background:url(head_um.png) bottom left repeat-x;
  padding-top: 23px;
  padding-bottom: 5px;
}

/* Navigations menu ----------------------------------------------------------------- */
td.menu {
  /* Hintergrundfarbe Navigationsleiste*/
	background-color: #4a3f80;
	height: 350px;
	width: 160px;
}

.menu_current {
  /* Gerade aktivierte Menupunkt wird Fett dargestellt */
	font-weight: bold;
}

td.menu ul {
  /* Hintergrundfarbe Menupunkt*/
	background-color: #e3e3e3;
}

.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0px;
}

.menu ul li {
	padding-left: 10px;
}

.menu ul {
	
}

.menu ul a, .menu li a, .menu ul a:VISITED, .menu li a:VISITED {
  /* Schriftfarbe */
	color: #5c5c5c;
	text-decoration: none;
	/* Schriftgr��e */
	font-size: 14px;
	border-bottom: none;
}

.menu ul a:hover, .menu li a:hover {
  /* Link unterstreichen beim �berfahren */
	border-bottom: 1px dashed #999999;
}

.search {
	width: 90px;
	marign-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #5c5c5c;
	font-size: 12px;
	color: #5c5c5c;
}
.search_btn {
	width: 35px;
	font-size: 14px;
	color: #e3e3e3;
	background-color: #5c5c5c;
	border: 1px solid #5c5c5c;
}

/* content ----------------------------------------------------------------- */

div.page_headline {
  margin-bottom: 30px;
  font-size: 22px;
}

td.content {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 16px;
}

td.footer {
	background-color: #66cc99;
	text-align: right;
	padding: 2px;
	font-size: 10px;
}

/* Farbe der Gitternetzlinien der Preistabellen */

table.preisliste { 
  border-top: 1px solid #4a3f80;
  border-left: 1px solid #4a3f80;
}
table.preisliste td {
	border-bottom: 1px solid #4a3f80;
	border-right: 1px solid #4a3f80; 
}

td.form_btn input{
  margin-left: 25px;
  /*margin-right: 25px;
  margin-top: 15px;
	margin-bottom: 0px;*/
	font-size: 14px;
	width: 150px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	/*
	text-decoration: none;
	border: 1px solid #66cc99;
	background-color: #456e53;
	display: block;	
	color: #ffffff;*/
}

/* Googlemap anfahrt ----------------------------------------------------------------- */
table.anfahrt a {
  /* Links sind unterstrichelt*/
  border-bottom: 1px dotted;
}

table.anfahrt a:hover {
  /* Links werden beim �berfahren unterstrichen*/
  border-bottom: 1px solid;
  text-decoration: none;
}

/* sitemap ----------------------------------------------------------------- */
ul.sitemap * a:link, ul.sitemap * a:visited, ul.sitemap * a:active {
  border-bottom: none;
}
ul.sitemap * a:hover {
  border-bottom: 1px solid;
}

/* powerd by ----------------------------------------------------------------- */
td.powerdby {
	text-align: center;
	font-size: 10px;
	padding-top: 20px;
}

td.powerdby a, td.powerdby a:VISITED {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}

td.powerdby a:HOVER {
	text-decoration: underline;
}

/* print impressum ----------------------------------------------------------------- */
/* Das Impressum wird nur beim Ausdruck angezeigt */
div#impressum_print {
  display: none;
  visibility: hidden;
}
