* {
  margin: 0;
  padding: 0;
}

html {
  overflow:scroll;
  }

html, body {
  height: 97%; /* Required */
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
  font: bold 12px Verdana, sans-serif;
}

h2 {
  padding: 1em 0 .2em 0;
  font: normal 18px/1.5em Georgia, serif;
}

p {
  margin: 2em 0;
  line-height: 1.5em;
}

a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #ffde00;
}

#container-page {
  margin: 0 auto;
  width: 930px;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 95%; /* For IE */
  background-image:url(images/content_back.gif);
  background-repeat:repeat-y;
}

#container-head {
  height:149px;
  background-color:#FFFFFF;
}

#head {
}

#container-content {
  padding: 0 2em 0px 2em;
}

#content-pri {
padding-top:60px;
  width: 100%;
}

#content-sec ul,#content-sec ul li {
  list-style: none none;
}

#container-foot {
  width: 100%;
  position: relative;
  text-align:center;
  height: 10px;
  background-color:#FFFFFF;
  
}

#foot {
width:930px;
line-height: 20px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

.start {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
	
.flies {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:17px;
}

.flieslink a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:17px;
  color: #000;
  font-weight:normal;
  text-decoration: none;
}

.flieslink a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:17px;
  color: #ffde00;
  font-weight:normal;
  text-decoration: none;
}

.klein {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}

.klein a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

input, textarea{
  width:450px;
  padding:2px;
}

.submit{
  width:100px;
  padding:0px;
}

.head1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
}

.head2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
