body  {
      overflow:auto;
      margin:0;
      padding:0;
      }


.text {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #414141;
	font-weight: normal;
}

.titel {
	font-family: "Arial", sans-serif;
	font-size: 15px;
	color: #414141;
	font-weight: bold;
}

.login {
	font-family: "Arial", sans-serif;
	font-size: 10px;
	color: #414141;
	font-weight: normal;
}
.img { 
	border-width: 1px; 
	border-style: solid; 
	border-color: black;
 }
	
.referenz_img { 
	border-width: 1px; 
	border-style: solid; 
	border-color: black;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
 }


A{
	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	Color: #414141;
	}


A:Visited{
	Color: #414141;
	text-decoration: none;
	}


A:link{
	Color: #414141;
	text-decoration: none;
	}

A:Active{
	Color: #414141;
	text-decoration: none;
	}


A:Hover{
	font-size: 12px;
	Text-Decoration : underline;
	Color: #414141;
	}

A.projekt{
	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	Color: #000000;
	}


A.projekt:Visited{
	Color: #000000;
	text-decoration: none;
	font-weight: bold;
	}


A.projekt:link{
	Color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

A.projekt:Active{
	Color: #000000;
	text-decoration: none;
	font-weight: bold;
	}


A.projekt:Hover{
	font-size: 13px;
	Text-Decoration : none;
	font-weight: bold;
	Color: #000000;
	}

.inputtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #414141;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #8D8D8D;
	border-right: 1px solid #FFFFFF;
	width: 200px;

}
.inputtextm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #414141;
	text-decoration: none;
	line-height: 150%;
	border: 1px solid #FFFFFF;
	width: 200px;
	overflow: auto;
	background-attachment: scroll;


}
.inputsubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #414141;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #8D8D8D;


}


.logininput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #414141;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #8D8D8D;
	width: 100px;

}
.loginsubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #414141;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #8D8D8D;


}
.popupLink {
color : red;
outline : none;
}

.popup {
position : absolute;
visibility : hidden;
background-color : white;
border-left : 1px solid black;
border-top : 1px solid black;
border-bottom : 2px solid black;
border-right : 2px solid black;
padding : 3px;
z-index : 10;
} 