html, body, h1, h2, h3, form {
	margin: 0;
	padding: 0; 
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
}

body {
/*	font-size: 101%; */
	font-size: 10pt;
	color: #000;
}


/* Layout */
#top {
  margin: 0;
  padding: 0;
  height: 150px;
  width: 750px;
  position: relative;
  z-index: 99;
  border-width:0;
}



/* inhalt */
#inhalt {
  margin: 0;
  padding: 0px 0px 0px 0px;
  width: 990px;
  /*border-width:1px;
  border-style:solid;
  border-color:blue; */

}

#inhalt-l {
  float: left;
  width: 170px;
  /* height: 900px; */
  background-color: #e2e9f1;
} 

#ads {
  float: right;
  width: 160px;
  height: 650px;
  background: #fff;
}

#inhalt-r {
  margin: 0 0 0 175px;
  width: 650px;
  /* padding: 2px 0px 0px 2px; */
}



h1 {
	font-size: 16pt;
	Text-Align: center; }

h2 {
	font-size: 12pt;
	text-align: center; }
h3 {
	font-size: 10pt;
	Text-Align: left; }

img {
  border: 0;
}


td {
	font-size: 10pt;
}



/* <a class="nounderline" href="... */
a.nounderline:link 		{text-decoration: none;}
a.nounderline:visited	{text-decoration: none;}
a.nounderline:hover   	{text-decoration: underline;}


a             { font-weight: bold; color: #ff6500; text-decoration: underline; }
a:hover       {                    color: #000000; text-decoration: none; }


a.menu         { font-weight: bold;  color: #000000;  text-decoration: none; }
a.menu:hover   {                                       color: #ff6500;  text-decoration: underline; }


.fett {	FONT-WEIGHT: bold }



/* Suchergebnisse */
#suchergebnisse a {
  text-decoration: none;
}

#suchergebnisse .alpha_nav a,
#suchergebnisse .alpha_head {
  font-size: 130%;
  font-weight: bold;
  border: 1px solid #fff;
}

#suchergebnisse .alpha_nav {
  margin: 10px 0;
  text-align: center;
  line-height: 2.5em;
}

#suchergebnisse .alpha_nav a {
  margin: 1px;
  padding: 2px 4px;
}

#suchergebnisse .alpha_nav a:hover {
  text-decoration: none;
  color: #000;
}

#suchergebnisse .alpha_head {
  margin-top: 30px;
  padding: 3px 7px;
}

#suchergebnisse .alpha_head img {
  float: right;
  margin-top: 4px;
  border: 0;
}

#suchergebnisse .alpha_head_right {
  float: right;
  font-weight: normal;
}

#suchergebnisse .entry {
  padding: 8px;
  border-bottom: 1px solid #000;
}

#suchergebnisse .entry img {
  float: right;
  border: 0;
}

#suchergebnisse .entry p {
  margin: 0;
}

#suchergebnisse .entry p.right {
  float: right;
}
/* Ende Suchergebnisse */

#suchergebnisse .alpha_nav a,
#suchergebnisse .alpha_head {
  background-color: rgb(226,233,241);
}

#suchergebnisse .alpha_nav a:hover,
#suchergebnisse .shaded {
  background-color: rgb(226,233,241);
}



/* Visitenkarte */
#visitenkarte td {
	font-size: 12px;
	color: #000000;
}

#visitenkarte h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.table01 {
	background-image: url(/images/vcard/seite01_02.gif);
}

.table02 {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #585858;
	border-bottom-color: #585858;
	border-left-color: #585858;
}

.table03 {
	background-color: #EDF8F1;
	font-size: 14px;
}

.table04 {
	background-image: url(/images/vcard/seite01_06.gif);
}

.reiter01 			{background-image: url(/images/vcard/s_01_04.gif);}

a.vcard:link 		{text-decoration: underline;	color: #000000;}
a.vcard:visited 	{text-decoration: underline;	color: #000000;}
a.vcard:hover 		{text-decoration: none;			color: #ff6500;}
a.vcard:active 		{text-decoration: none;	        color: #ff6500;}

a.reiter02:link 	{text-decoration: none; 		color: #000000;}
a.reiter02:visited 	{text-decoration: none; 		color: #000000;}
a.reiter02:hover 	{text-decoration: underline; 	color: #ff6500;}
a.reiter02:active 	{text-decoration: underline; 	color: #ff6500;}

.clearing {
  height: 0;
  clear: both;
}



/* Angebote */
#angebote ul.menu {
  padding: 0;
  margin: 15px 0;
  list-style-type: none;
  border: 1px solid #333;
  background-color: #fff;
  color: #000;
}

#angebote ul.menu li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
}

#angebote ul.menu li a {
  display: block;
  margin: 0;
  padding: 7px 15px;
  text-decoration: none;
  color: #000;
}

#angebote ul.menu li a:hover {
  background-color: #ddd;
}

#angebote ul.menu li img {
  margin: 0;
  margin-right: 10px;
}

#angebote table#packages {
  border-spacing: 0;
  border-collapse: collapse;
  color: #000;
}

#angebote table#packages th,
#angebote table#packages td {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #000;
}

#angebote table#packages th.tipp {
  padding-top: 15px;
  background: #fff url(../images/tipp.gif) top left no-repeat;
}

#angebote table#packages td.center {
  text-align: center;
}

#angebote table#packages td ul {
  list-style-type: circle;
  margin: 10px 0 0 20px;
  padding: 0;
}

#angebote fieldset {
  margin: 20px 5px;
  padding: 10px;
  border: 1px solid #333;
}

#angebote fieldset legend {
  padding: 1px 10px;
  letter-spacing: 2px;
  font-weight: bold;
}

#angebote form table {
  margin: 10px;
}

#angebote form table th {
  padding: 3px 10px 3px 5px;
  text-align: left;
  font-weight: normal;
}

#angebote form table td {
  padding: 2px 5px;
}

#angebote form button {
  margin: 10px 5px 0 5px;
}

form input.error,
form select.error,
form textarea.error,
form button.error,
form table.error {
  border: 1px solid #f00;
  background-color: #ffc8c8;
  color: #000;
}

form p.error {
  margin: 0;
  padding: 0;
  font-size: 11px;
  color: #f00;
}

/* Ende Angebote */


/* Formulare */
#margin_null {
	margin: 0 0 3 0;
}

input,
textarea,
select {
  font-size: 11px;
	border: 1px solid #003;
	/* padding: 2px; */
}


button {
  border: 1px solid #003;
}

.form_error {
	font-size:95%;
	border: #000033 1px solid;
	font-family: Verdana;
	border: 2px solid #FF0000;
}

.bgnorm {
	border:0px none #5D9B6C;
}

.cssSELECT {
	border: 1px #000033 solid;
	font-family: Verdana;
	font-size: 12px;
}
/* ENDE Formular */


/* nounderline */
#nounderline a {
  text-decoration: none; }

#nounderline a:hover {
  text-decoration: underline; }


  /* eintrag_suchen */
#eintrag_suchen a {
	text-decoration: none;
	text-align: left;
	font-size: 9pt;
 }

#eintrag_suchen a:hover {
  	text-decoration: underline;
}

#eintrag_suchen h1 {
	font-size: 18pt;
	margin: 0;
	padding: 0;
	text-align: left;
}

#eintrag_suchen table, td, th {
	font-size: 9pt;
}




/* Tabelle Service Weblinks */
/* <div id="weblinks"> */
#weblinks table {
   width: 540px;
   border-collapse: collapse; /* Alternative wäre border-collapse: separate */
   background: white;
   color: black;
   border: 1px solid #333;
}

#weblinks th {
   padding: 0.5em 1em;
   text-align: left;
   vertical-align: middle;
   letter-spacing: 2px; /* etwas Abstand zwischen den Buchstaben */
   font-weight: bold; /* nicht fett */
}

#weblinks td {
   padding: 0.5em 0.5em;
   text-align: left;
   vertical-align: top; /* Standard ist vertical-align: middle */
}

#weblinks thead {
   background-color: #e2e9f1;
   color: black;
   border-bottom: 1px solid #999;
}

#weblinks tfoot {
   border-top: 1px solid #999;
}

#weblinks tr:hover {
   background-color: #e2e9f1;
   color: black;
}
/* Im Tabellenkopf und -fuß keinen Hover-Effekt */
#weblinks thead tr:hover {
   background-color: transparent;
   color: inherit;
}

#weblinks tfoot tr:hover {
   background-color: transparent;
   color: inherit;
}

/* Ende Tabelle Service Weblinks */
