

* {
  text-align: left;
  vertical-align: top;	
}

body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#666666;
  background-color: #dfffdc;
  font-size: 14px;
}


h1 {
  font-size: 18px;
  font-weight:normal;
  color:#666;
}

strong {
  color:#666;
}

#header {
	height: 158px;
	width: 718px;
	background-image:url(../gfx/header.jpg);
	margin:auto;
	margin-top: 20px;
}

#content {
	min-height: 400px;
	width: 718px;
	background-repeat:repeat-y;
	background-image:url(../gfx/content.jpg);
	margin:auto;
}

.button1 {
	height: 34px;
	width: 260px;
	background-image:url(../gfx/button1.jpg);
	margin-left:30px;
}

#footer {
	border-top: 3px solid #0C0;
	height: 10px;
	width: 718px;
	margin:auto;
	margin-bottom: 20px;
}

#nav {
	display:block;
	height:16px;
	text-decoration:none;
	font-size:16px;
	float:left;
	color:#FFF;
	margin-right:30px;
	font:Verdana, Geneva, sans-serif;
	
}


#frame {
	text-align:center;
}

label { display: block; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

#erfolg{
	color:#060;
	font-size:16px;
}





