/* Body und HTML anfang */
body,html {
      background-color: #eeeeee;
      margin: 0;
      height: 99%;
      font-family: tahoma, verdana, arial, helvetica, san-serif;
      font-size: 10.0px;
      empty-cells: hide;
}
/* Body und HTML ende */

p {}

td {
    font-family: tahoma, verdana, arial, helvetica, san-serif;
    font-size: 10.0px;
}

/* Links anfang */
a:link {
         color: #000000;
         text-decoration: underline;
}

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

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

a:active { 
		   color: #000080; }

/* select option textarea input anfang */
select, option, input
{
  font-size:   11px;
  font-family: Geneva, Verdana, Arial;
  color:       #2E444D;
  border: 1 solid #D2D2D2;
  background-color: #f9f9f9;
}

textarea
{
  font-size: 11px;
  font-family: Geneva, Verdana, Arial;
  color: #2E444D;
  border: 1 solid #d2d2d2;
  background-color: #f9f9f9;
}
/* img und form tag anfang */
img
{
  border: 0;
}

form
{
  margin: 0;
  padding: 0;
}

/* h tags */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 1px 0 0 2px;
	color: #000000;
	padding: 0 0 1px;
	letter-spacing: 2px;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 1px 0 0 2px;
	color: #000000;
	padding: 0 0 1px;
	letter-spacing: 2px;
	font-weight: bold;
	font-style: normal;
}
h3 {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 1px 0 0 2px;
	color: #000000;
	padding: 0 0 1px;
	letter-spacing: 2px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
/* Rote Schriftfarbe */
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 1px 0 0 2px;
	color: #ff0000;
	padding: 0 0 1px;
	letter-spacing: 2px;
	font-weight: normal;
}
/* Platzhalter zwischen ttxt-navi-content-footer */
.placeholder {
              width: 610px;
              height: 5px;
              background-color: #ffffff;
              float: left;
}
/* Navigation */
.navi {
	   width: 605px;
	   max-height: 26px;
	   background-color: #cdcdcd;
	   float: left;
	   padding-left: 5px;
	   text-align: left;
}
/* top_text_logo */
.ttxt {
	   width: 610px;
	   max-height: 75px;
	   background-color: #ffffff;
	   float: left;
}
/* top_gfx_logo */
.tgl {
	  width: 140px;
	  min-height: 300px;
	  float: left;
	  border: 0px;
	  background-color: #ffffff;
}
/* content */
.content {
		  width: 615px;
		  min-height: 220px;
		  
		  min-height: 220px;
		  float: left;
		  padding-left: 5px;
		  background-color: #eeeeee;
		  background: url(http://www.agentur-blum.de/skins/ab/images/content.gif);
		  background-position: center center;
		  background-repeat: no-repeat;
}
/* partner */
.partner {
		  width: 140px;
		  min-height: 60px;
		  max-height: 80px;
		  background-color: #ffffff;
		  float:left;
}
/* footer */
.footer {
		 width: 610px;
		 height: 22px;
		 vertical-align: bottom;
		 text-align: center;
		 float: left;
		 background-color: #ffffff;
		 padding-top: 38px;
}

