BODY {
	background-image : url(bkgmain.jpg);
	background-repeat : repeat;
	border-top-width : 0px;
	border-left-width : 0px;
	border-right-width : 0px;
	margin-top : 0px;
}

.formularfeld{
	overflow : visible;
}

.tit{
  text-decoration: none; font-size : 16px;
  color: #0066CC; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight : bold
}

.hervor{
	text-decoration: none; font-size : 14px;
  color: #0066CC; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight : bold
}

a:active, a:visited, a:link {
	color:#aa3300;
	text-decoration : none;font-weight : bold;
}
a:hover {background-color:#ffdddddd;color:#0066CC;font-weight : bold;}

TABLE {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #003333;
	vertical-align : middle;
}

.mtab{
	border-left-color : #0066CC;
	border-left-style : solid;
	border-left-width : 20px;
	border-top-width : 0px;
	border-top-style: outset;
	border-right-color : #666666;
	border-right-style : solid;
	border-right-width : 1px;
	border-bottom-width : 3px;
	border-bottom-color : #cccccc;
	border-bottom-style : outset;
	background-image : url(images/LinkeRand.jpg);
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
}

#header{
  height:100px;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #fefefe;
	background-color : #0066CC;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.line1{
  font-size : 24px;
  text-align:center;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  
}

.line2{
  font-size : 20px;
  text-align:center;
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
}

.blueblock {
	border : 1px solid #0066CC;
	padding : 10px;
	background-color : #ffffff;
	text-align : left;
}

.imageblock {
	border : 1px solid #0066CC;
	padding : 0px;
	background-color : #0066CC;
}

.imageblock img{
  max-width: 176px;
  height: auto;
  padding: 5px;
}

.footerelement{
  margin:5px;
  float:left;
}

.error{
  font-size : 10px;
  color : red;
}

@media (max-width: 400px) {  
  .imageblock img{
  display:none;
  }  
}