.selfpage {
	background: #f5f5f5;
	hyphens: auto;
	text-align: justify;
	padding: 15px 15px 15px 15px;
	font-size: 14px;
}

.selfpage_member {
	background: #EFEFEF;
	hyphens: auto;
	text-align: justify;
	padding: 0px 5px 0px 5px;
}

#selfpage_portal {
	background: #f5f5f5;
	hyphens: auto;
	text-align: justify;
	padding: 15px 30px 15px 30px;
}

#selfpage_hr {
	border: 0;
	margin: 30px 0;
	height: 8px;
	background-image: -webkit-linear-gradient(left, rgba(153,0,10,0), rgba(153,0,10,0.75), rgba(153,0,10,0));
	background-image:    -moz-linear-gradient(left, rgba(153,0,10,0), rgba(153,0,10,0.75), rgba(153,0,10,0));
	background-image:     -ms-linear-gradient(left, rgba(153,0,10,0), rgba(153,0,10,0.75), rgba(153,0,10,0));
	background-image:      -o-linear-gradient(left, rgba(153,0,10,0), rgba(153,0,10,0.75), rgba(153,0,10,0));
}

.helppage {
	background: #f5f5f5;
	text-align: justify;
	hyphens: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.impressum {
	background: #f5f5f5;
	hyphens: auto;
	text-align: center;
	padding: 5px 15px 5px 15px;
}

.forum_link {
	background-image: url(../../.././images/icons/forum.png);
	background-repeat: no-repeat;
	background-position: left;
}

.footer_mybb {
	clear: both;
	padding-top: 6px;
	text-align: center;
	border: 2px;
	border-color: #900;
	font-size: 10px;
}

/* Anzeigen des Passwortes */
.field_icon_popup {
	color: #900;
	/* float: right;
	margin-right: 1vh;
	margin-top: 0vw; */
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.field_icon_popup_member {
	color: #900;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.key_password {
	background: url(../../../images/headerlinks_sprite.png) 0 -100px no-repeat;
	margin-top: 25px;
	margin-left: -7px;
	padding-left: 22px;
	
	font-weight: bold;
}

.field_icon_error {
	color: #900;
	float: right;
	margin-right: 2vh;
	margin-top: 0.66vw;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

#line_header {
/* width: 98.5%; */
	margin: 15px auto;
	border-top: 2px solid #900;
	border-bottom: 2px solid #900;
	border-radius: 20px;
}

/* Klingelsymbol bei PNs */
.ring {
	color: #00f;
	animation: ring 2s 1s ease infinite;
	padding-top: 0px;
	
	font-size: 16px;
}

@keyframes ring {
	0% {
	transform: rotate(0);
}

1% {
		transform: rotate(25deg);
}

3% {
		transform: rotate(-23deg);
}

5% {
		transform: rotate(29deg);
}

7% {
		transform: rotate(-27deg);
}

9% {
		transform: rotate(25deg);
}

11% {
		transform: rotate(-23deg);
}

13% {
		transform: rotate(21deg);
}

15% {
		transform: rotate(-19deg);
}

17% {
		transform: rotate(17deg);
}

19% {
		transform: rotate(-15deg);
}

21% {
		transform: rotate(13deg);
}

23% {
		transform: rotate(-11deg);
}

25% {
		transform: rotate(9deg);
}

27% {
		transform: rotate(-7deg);
}

29% {
		transform: rotate(5deg);
}

31% {
		transform: rotate(-3deg);
}

33% {
		transform: rotate(1deg);
}

35% {
		transform: rotate(0deg);
}

100% {
		transform: rotate(0);
}


}

/*
#line_header_first {
	width: 98.5%;
	margin: 0px auto;
	border-bottom: 5px solid #900;
}

#line_header_second {
	width: 98.5%;
	margin: 0px auto;
	height: 4px;
	border-bottom: 8px solid #900;
}

#line_header_third {
	width: 98.5%;
	margin: 5px auto 6px auto;
	border-bottom: 11px solid #900;
}

*/

		