body,html {
  height: 100%;
  cursor: default;
  color: #ffffff;
  }

body {
  padding: 0px;
  margin: 0px;
  background: #FFFFFF;
  color: #ffffff;
  }
 
a {
  text-decoration: none;
  color: #FFFFFF;
  }
 
a:hover {
  text-decoration: underline;
  }
 
#container {
  margin-top: 4px;
  height: 600px;
  height: 100%;
  width: 1024px;
  position: relative;
  padding-left: 0px;
  }
  
table.sample {
	border-width: 0px;
	border-spacing: 0px;
	border-style: blank;
	border-color: white white white white;
	border-collapse: separate;
}
table.sample td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12;
	vertical-align:top;
	border-width: 2px 2px 2px 2px;
	padding: 20px 20px 20px 20px;
	border-style: solid;
	border-color: white;
}

table.intern {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: none;
	border-collapse: none;

}

table.form {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: none;
	border-collapse: none;

}

table.intern td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12;
	vertical-align:top;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none;
	border-color: none;


}

table.form td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12;
	vertical-align:top;
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: none;
	border-color: none;


}

 #header {
  margin-top: 4px;
  margin-left: 6px;
  bottom: 0px;
  clear: both;
  width: 1024px;
  height: 124px;
  background: url('header.gif');
  position: relative;
  bottom: 0px;
  left: 0px;
  }

 #titel {
  margin-left: 100px;
  margin-top: 100px;
  bottom: 0px;
  width: 500px;
  height: 23px;
  float: left;
  clear: both;
  }

#menu {
  margin-left: 6px;
  margin-top: 4px;
  bottom: 0px;
  width: 150px;
  height: 550px;
  bottom: 0px;
  left: 0px;
  float: left;
  clear: both;
  background-color: white;
  }

#content {
  float: left;
  margin-left: 2px;
  margin-top: 0px;
  bottom: 0px;
  width: 674px;
  height: 550px;
  background: #ffffff;
  bottom: 0px;
  left: 0px;
  }

h2 {
  padding: 0px;
  margin: 0px;
  height: 10px;
  display: block;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14;
  padding-left: 0px;
  position: relative;
  margin-top: -1px;
  margin-bottom: 0.3em;
  }
