html {
	height:100%;
	background: #d2d2d2;
	font-size:12px;
	font-family: georgia, "palatino linotype", "times new roman", serif;
  color: #000;
}

body {
	padding:0;
	margin: 0;
}

#seite {
  margin: 10px auto 0;
  width: 800px;
  background: #fff;
}

#head {
	width:800px;
	height:150px;
	background: #fff url('heading.jpg') no-repeat center top; 
	border:1px solid #000;
	border-bottom: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content {
	width:770px;
	min-height: 400px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding: 15px;
}

#foot {
	text-align:center;
	width:800px;
	height:48px;
	background:#F1AD65;
	border:1px solid #000;
	border-top: none;
	font-family: "trebuchet MS", tahoma, verdana, arial, sans-serif;
	font-weight:bold;
}

.nav {
  height: 25px;
  width: 800px;
  padding-top: 125px;
  border: 1px solid #foo;
  float: left;
}

.nav a {
  float:left;
  padding: 0 8px;
  text-align:center;
  font-weight:bold;
  color:#000;
  text-decoration:none;
  font-family:verdana, arial, sans-serif; 
  line-height:25px; 
  overflow:hidden;
}


.nav a:hover {
  background:#f80; 
  color:#fff; 
  cursor:hand;
}

.phead {
  min-height: 80px;
}

img {
  margin: 0;
  padding: 0;
}

h1,h2 {
  margin:10px 10px 10px;
  padding-bottom: 5px;
  font-size:12px;
  font-family:Verdana;
  color:#EB6437;
  text-decoration:none
}

h2{
  font-size:10px
}

#content p {
	margin: 14px 0; 
  text-align:justify;
}

#content p.space {
  padding-top: 20px;
  text-align: center;
}

.btm {
  padding-bottom: 25px;
}

.nob {
  border: none !important;
}

.boldhead {
	font-size:1.5em;
	font-weight:bold;
}

.bold {font-weight:bold;}

.left {float:left; margin: 0 10px 10px 0; border:1px solid #000;}
.right {float:right; margin: 0 0 10px 10px; border:1px solid #000;}

