body {
	width:100%;
	height:100%;
	margin:0px;
	background-color:#ffffff;
	font-family:arial,helvetica,sans-serif;
	color:#000000;
}
a:focus { outline: none;}
#seitenbild {
  position:fixed;
  top:50px;
  left:50%;
  margin-left:-450px;
  height:520px;
  width:200px;
}
* html #seitenbild {
  position:relative;
  top:50px;
  left:50%;
  margin-left:-450px;
  height:520px;
  width:200px;
}

#rechts {
  position:relative;
  top:0px;
  left:50%;
  margin-left:-250px;
  width:700px;
}
* html #rechts {
  position:relative;
  top:-520px;
  left:50%;
  margin-left:-250px;
  width:700px;
}


#rechtsoben {
  position:fixed;
  top:0px;
  left:50%;
  margin-left:-250px;
  width:700px;
  z-index:50;
  background-color:#ffffff;
}
* html #rechtsoben {
  position:relative;
  top:-520px;
  left:50%;
  margin-left:-250px;
  width:700px;
}

#rechtsoben div.text {
	width:665px;
	padding-right:35px;
	margin-top:-21px;
	font-size:22px;
	font-variant:small-caps;
	letter-spacing:-1px;
	font-style:italic;
	text-align:right;
	color:#005E6B;
	/*color:#88d2e0;*/
	color:black;
}

#rechtsunten {
  position:relative;
  top:135px;
  left:50%;
  margin-left:-250px;
  width:700px;
  z-index:10;
}
* html #rechtsunten {
  position:relative;
  top:-520px;
  left:50%;
  margin-left:-250px;
  width:700px;
}


table.menue {
	/*letter-spacing:0.4pt;*/
	font-weight:bold;
	color:#005e6b;
}
.link { color:#005e6b; text-decoration:none;}
.link:hover {color:#88d2e0;}
.active {color:#88d2e0;}
.haupttext {text-align:left;}

p {
}

a {
	color:#005e6b;
	/*text-decoration:none;*/
}
a:hover {
  color:#88d2e0;
}

/* fürs MENUE */
table.menue td {vertical-align:top;}
div.menue_0_0 {
  padding:0px;
	line-height:15px;
	font-size:16px;
}
div.menue_0_1 {
  padding:0px;
	color:#88d2e0;
	line-height:15px;
	font-size:16px;
}
a.menue {
  color:#005e6b;
  font-weight:bold;
  text-decoration:none;
	line-height:15px;
	font-size:16px;
}
a.menue:hover {
  color:#88d2e0;
  text-decoration:none;
  cursor:pointer;
}

/* KONTAKT / IMPRESSUM */
p.thomas {
  margin-top:14px;
  margin-left:170px;
}
p.michael {
  margin-left:170px;
  font-size:12px;
}

table.formular {
  border:0px dotted red;
}
td.formleft {
  padding: 2px 10px 2px 0px;
  text-align:right;
	font-size:14px;
  font-weight:bold;
  width:160px;
}
td.formright {
  padding: 2px 0px 2px 0px;
}
td.formbottom {
  padding:3px 0px 2px 0px;
  text-align:right;
}

span.red {
  font-weight:normal;
  color:red;
}

span.a200 {
  margin-left:0px;
}
span.formleft {
  margin-left: 0px;
}
span.formright {
  font-weight:bold;
  margin-left:4px;
}
span.submit {
  margin-left:132px;
}

textarea.anfr {font-family:monospace; width:396px; height:54px; background-color:#ffffff; border:1px solid #7E7D3F; font-size:14px;}

input         {font-family:monospace; background-color:#ffffff; border:1px solid #7E7D3F; font-size:14px;}
input.vorname {width:191px;}
input.name    {width:195px;}
input.strasse {width:396px;}
input.plz     {width:100px;}
input.ort     {width:286px;}
input.land    {width:396px;}
input.telefon {width:396px;}
input.email   {width:396px;}

input.submit  {font-family:arial,sans-serif; font-weight:bold; font-size:14px; width:200px; background-color:#005e6b; color:#ffffff;}

a.agb {
	color:#88d2e0;
	color:#005E6B;
}
a.agb:hover {
	color:#000000;
}

