﻿/* POSITIONIERUNG */

body {
  background:#D8E700;
  margin:0;
}

#rahmen {
  position:absolute;
  left:50%;
  margin-left:-496px;
  width:993px;
  height:561px;        
}

#family {
  position:absolute;
  left:0px;
  top:0px;
  width:250px;
  height:316px;
  background:url('img/family.jpg');        
}

#navmain {
  position:absolute;
  left:0px;
  top:316px;
  width:250px;
  height:304px;
  background:url('img/nav_back.gif');
  text-align: right;
}

#navmain a {
  display:block;
  margin-top:25px;
  margin-right:40px;
}

#navbottom {
  position:absolute;
  left:0px;
  top:620px;
  width:250px;
  height:19px;
  background:url('img/nav_bottom.gif');
  text-align:center;
}

#logo {
  position:absolute;
  left:250px;
  top:0px;
  width:743px;
  height:151px;
  background:#D8E700;
}

#rechts {
  position:absolute;
  top:151px;
  left: 788px;
  width:205px;
  height:488px;
  background:url('img/rechts.gif');
}

#center {
  background:white; 
  position:absolute;
  left:250px;
  top:151px;       
  width:538px;
  height:488px;
  overflow:auto;
}



/* FORMULAR */

.einzeiler {
  font-family: verdana,arial;
  font-size: 11px;
  width: 250px;
  border: 1px solid #486699;
  padding:3px;
}

.mehrzeiler {
  font-family: verdana,arial;
  font-size: 11px;
  width: 400px;
  height: 50px;
  border: 1px solid #486699;
  padding:3px;
}      

.druckknopf {
  font-family: verdana,arial;
  font-size: 11px;
  font-weight: bold;
  color: #486699;
  width: 250px;
  height: 25px;
  background-color:#D8E700;
  border: 1px solid #486699;
  padding:0px;
}

.textform {
  font-family: verdana,arial;
  font-size: 11px;
  padding: 5px 0px;
}



/* TEXTAUSZEICHNUNGEN */
* {
  font-family: verdana, arial, helvetica;
  line-height: 140%;
}

.link a {
  font-size: 12px;
  font-weight: bold;
  color:#64ae00;
  text-decoration:none;
}

.link a:hover {
  text-decoration:underline;
}

#navmain a {
  font-size: 14px;
  font-weight: bold;
  color:#fff;
  text-decoration:none;
}

#navmain a:hover {
  text-decoration:underline;
}

#navbottom {
  font-size: 10px;        
  color:#D8E700;
}

#navbottom a {
  margin-right:0px 10px;
  font-size: 10px;
  color:#D8E700;
  text-decoration:none;
}

#navbottom a:hover  {
  text-decoration:underline;
}

#content {
  padding: 20px 40px;
  font-size: 12px;
}

#content td {
  font-size: 12px;
}

h3 {
  font-size: 14px;
  color:#000000;
}

.fettblau {
  font-weight: bold;
  color: #486699;
}

