#charakteristik-searchform input{
	width: 350px;
	height: 40px;
	
	/* Runde Ecken */
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
	
	/* Schatten */
    border-radius: 5px;
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	
	text-align: center;
	font-size: 15pt;
	color: #575757;
}

#charakteristik-searchform button{
	width: 175px;
	height: 40px;
	
	/* Schatten */
    border-radius: 5px;
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	
	text-align: center;
	font-size: 15pt;
	color: #575757;

}

#charakteristik-searchform button:hover{
	box-shadow:inset 0 0 15px #999;
}

#charakteristik-failed{
	width: 80%;
	border: 2px solid red;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	
	padding-top: 5px;
	/* Runde Ecken */
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;	
}

#charakteristik-success{
	width: 80%;
	border: 2px solid green;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	
	padding-top: 5px;
	/* Runde Ecken */
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;	
}
#profile h2:hover{
	color: #333333;
}

#charakteristik-post li{
	text-align: left;
}

#charakteristik-post a:hover{
	color: red;
}

.hlinks{
	color: black;
	text-decoration: none;
	font-size: 16pt;
	outline: none;
}

.hlinks:hover{
	font-weight: bold;
}