html {
	margin:0;
	padding:0;
}

body {
	background-color: #fff;
	font-size:12px;
	font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	margin:0;
	padding:0 20px;
}

p,h1,h2,h3 {
	margin:0;
	padding:10px;
}

h1 {
	font-size:16px;
	font-weight:bold;
}

h2, h3 {
	font-size:14px;
	padding-top:10px;
	text-transform:uppercase;
	color:#564b47;
	background-color: #fff;
}

h3 {
	font-size:11px;
}

input {
	width:300px;
	font-size:10px;
	font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin:0;
	padding:0;
}

textarea {
	width:300px;
	height:100px;
	font-size:10px;
	font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;
}

a {
	color:#677D92;
	text-decoration:none;

}

a:hover {
	color:#00F;
	text-decoration:none;

}

form {
	margin-top:0px;
}
/* ------ Header / Footer ------ */
#top, #bottom, #top2 {
	font-size:11px;
	text-transform:uppercase;
	text-align:left;
	background-color:#DBDBDB;
	line-height:17px;
	padding-left:10px;
	color:#000;
	font-weight:bold;
	border-color:#564b47;
	border-style:solid none solid none;
	border-width:1px;
}

#bottom {
	clear:both;
	font-size:9px;
	text-transform:none;
	font-weight:normal;
	text-align:right;
}

#bottom a, #bottom a:hover {
	color:#677D92;
	text-decoration:none;
}

#top2 {
	font-size:14px;
	margin:0;
	color:#000;
	line-height:25px;
}

/* ------ Content ------ */
#maincontent{
	width:700px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
}

#content {
	padding: 0px;
	margin-right: 0px;
}

.value, .valueAb, .valueRef {
	padding-left:10px;
	padding-bottom:10px;
	float:left;
	width:120px;
	margin:0;
}

.valueAb {
	width:130px;
}

.valueRef {
	width:220px;
}

.element, .elementRef {
	padding-left:10px;
	padding-bottom:10px;
	float:left;
	width:500px;
}

.elementRef {
	width:450px;
}

.pic{
	position:absolute;
	margin-right:0px;
	margin-left:610px;
}

.klick {
	color:#000;
	background-color:#EAEAEA;
	border:solid 1px silver;
	width:80px;
}

.error {
	color:red;
	font-weight:bold;
	background-color: #fff;
}


/* ------ Menu ------ */
#menu1 {
  width:610px;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
}
#menu1 li {
  float:left;
  width:120px;
  background-color: #C3DCF3;
	border-top: 1px solid #E0EDF9;
	border-bottom: 1px solid #9BC0DD;	
	border-left: 1px solid #E0EDF9;
	border-right: 1px solid #9BC0DD; 
	display:block;
	line-height:20px;
	color:#564b47;
}
#menu1 a {
  width:120px;
  color:#000; 
  text-align:center; 
  text-decoration:none; 
  float:left; 
  background-color: #C3DCF3; 
}
#menu1 a:hover { 
  background-color:#D0E4F6;
  color:#000;
}

#menu-hover a, #menu-hover a:hover {
  background-color:#D0E4F6;
	text-align:center; 
  text-decoration:none;
	font-weight:bold;
	color:#000;
}

.border{
	border-bottom:1px solid #000000;
	clear:both;
	margin:0 auto;
}

#impressum {
	position:absolute;
	margin-left: 550px;
	margin-top: 0px;
}

#impressum img {
	border: 0;
}

.clear {
	clear:both;
}
