html, body {
	width:100%;
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-size:100%;
	background-color:#9C9D9F;
}

table.aussen {
  	width:100%;
  	height:100%;
  	border:0;
}

table.aussen td  {
  	text-align:left;
  	vertical-align:middle;
}

/*##########################################################*/
/*                    Hintergrundbilder                     */
/*##########################################################*/

div.innenleistungen {
	position:relative; /* ermoeglicht Positionierung von Kind-Elementen */
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image: url(../bilder/H-leistungen.jpg);
	background-repeat: no-repeat;
}
div.icon {
	vertical-align:bottom;
}

div.innenleistungen td {
	vertical-align:top;
}

div.innenunternehmen {
	position:relative; /* ermoeglicht Positionierung von Kind-Elementen */
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image: url(../bilder/H-unternehmen.jpg);
	background-repeat: no-repeat;
}

div.innenunternehmen td {
	vertical-align:top;
}

div.innenkontakt {
	position:relative; /* ermoeglicht Positionierung von Kind-Elementen */
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image: url(../bilder/H-kontakt.jpg);
	background-repeat: no-repeat;
}

div.innenkontakt td {
	vertical-align:top;
}

div.innenhome {
	position:relative; /* ermoeglicht Positionierung von Kind-Elementen */
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image: url(../bilder/H-home.jpg);
	background-repeat: no-repeat;
}

div.innenhome td {
	vertical-align:top;
}

div.innenhomepage {
	position:relative; /* ermoeglicht Positionierung von Kind-Elementen */
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image: url(../bilder/H-homepage.jpg);
	background-repeat: no-repeat;
}

div.innenhomepage td { vertical-align:top; }

/*##########################################################*/
/*                 Tabellenposition und Größe               */
/*##########################################################*/


td.innenT1 { width:265px; height:131px; }
td.innenT2 { width:535px; }
table.innenT3 { width:266px; }
td.innenT4 { width:535px; height:462px; }

td.t3a { width:60%; height:127px; }
td.t3b { width:40%; }
td.t3c { height:300px; background-color: #FFFFFF;}

td.t4a { width:314px; height:127px; }
td.t4b { width:53px; }
td.t4c { width:142px; }

/*##########################################################*/
/*                 Textposition und Größe                   */
/*##########################################################*/


h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 22px;
	padding-top: 4px;
	color: #666666;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

ul {
	list-style-type:disc;
}


.menu{
	padding-left: 5px;
}


.textbody
{
	padding-left: 40px;
	padding-top: 10px;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.kontaktbody
{
	padding-left: 38px;
	padding-right: 35px;
}

.logo
{
	padding-top: 0px;
	position: fixed;
}

.input
{
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	letter-spacing: 0px;
	padding-left: 38px;
	padding-right: 35px; */
}

/* Normale Schrift */
.normalweit
{

}
.normalliste
{
  color: #666666;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.normalkursiv
{
	font-weight: bold;
	font-style: italic;
}

/* hervorhebung in der normalen Schrift */
.normalhead   {
	font-size: 11px;
	letter-spacing: 0px;
}


/* normal groß, fett */
.normalfett   {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0px;
}


.normalheadkursiv    {
	color: black;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

/* Überschrift */
.grosshead
{
  color: black;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.grossheadkursiv
{
  color: black;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*##########################################################*/
/*                       Menü - Link                        */
/*##########################################################*/


.link{
	font-style:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
	color: #808080;
}

.link:visited {
	} /* besuchte Ziele */

.link:active {
	}  /* Angeklickte Verweise */

.link:hover {
	text-decoration : none;
	color: #000000;
	}   /* Verweise, die Fokus erhalten */

.linkactive {
	font-style:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
	color: #000000;
	font-weight: bold;
	}

.linktext{
	font-style:normal;
	text-decoration : underline;
	color: #2f39b7;
}

.linktext:visited {
	text-decoration : underline;
	color: navy;

	} /* besuchte Ziele */

.linktext:active {
	text-decoration : underline;
	color: #2f39b7;

	}  /* Angeklickte Verweise */

.linktext:hover {
	text-decoration : none;
	color: #2f39b7;
	}   /* Verweise, die Fokus erhalten */