/* Bildschirm CSS für panci.de -->Version 2019-09-20 */


/* Links in Menüleiste - 1. Zeile */
a.titellink:link { text-decoration:none; color:#F9F2E3; }
a.titellink:visited { text-decoration:none; color:#E2E4ED; }
a.titellink:hover { text-decoration:none; color:#EFB756; }
a.titellink:active { text-decoration:none; color:#EFB756; }
a.titellink:focus { text-decoration:none; color:#EFB756; }

/* Links in Menüleiste - 2. Zeile */
a.titellink2:link { text-decoration:none; color:#F9F2E3; }
a.titellink2:visited { text-decoration:none; color:#E2E4ED; }
a.titellink2:hover { text-decoration:none; color:#EFB756; }
a.titellink2:active { text-decoration:none; color:#EFB756; }
a.titellink2:focus { text-decoration:none; color:#EFB756; }

a.sprache:link { text-decoration:none; color:#F9F2E3; }
a.sprache:visited { text-decoration:none; color:#F9F2E3; }
a.sprache:hover { text-decoration:none; color:#EFB756; }
a.sprache:active { text-decoration:none; color:#EFB756; }
a.sprache:focus { text-decoration:none; color:#EFB756; }

/* Links in Titelzeilen im Textfeld*/
a.subtitel2link:link { text-decoration:none; color:#304D7E; }
a.subtitel2link:visited { text-decoration:none; color:#304D7E; }
a.subtitel2link:hover { text-decoration:none; color:#EFB756; }
a.subtitel2link:active { text-decoration:none; color:#EFB756; }
a.subtitel2link:focus { text-decoration:none; color:#304D7E; }

/* Links im Fließtext */
a.textlink:link { text-decoration:none; color:#77AABB; } 
a.textlink:visited { text-decoration:none; color:#77AABB; } /* #77AA11; */
a.textlink:hover { text-decoration:none; color:#EA9817; }
a.textlink:active { text-decoration:none; color:#77AABB; }
a.textlink:focus { text-decoration:none; color:#77AABB; }


/* Absolute Hintergrundeinstellungen */
body { 
     background-color:#E2E4ED;
     margin-left:5px; /* 0px */
     margin-right:5px; /* 0px */
     margin-top:5px; /* 0px */
     margin-bottom:5px; /* 0px */
}


#nowrap {
        white-space:nowrap;
}

.textfeld {
	border: 1px solid #304D7E;
}

.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
        line-height: 22px;
	color: #000009;
        font-weight: bolder;
}

.titellink {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 32px;
        color: #F9F2E3;
        font-weight: bolder;
}

.titellink2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 24px;
        color: #F9F2E3;
        font-weight: bolder;
}

.subtitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
        line-height: 19px;
	color: #000009;

}

.subtitel2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
        line-height: 19px;
	color: #000009;
  font-weight: bolder;

}

.subtitel2link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
        line-height: 19px;
	color: #000000;
  font-weight: bolder;

}

.text {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; /* 12px */
        line-height: 20px;
	color: #000009;
}
.textlink {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px; /* 12px */
        line-height: 20px;
        color: #006688;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        line-height: 17px;
	color: #FFFFFF;
	font-weight: bolder;
}
.impress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
        line-height: 16px;
	color: #FFFFFF;
	font-weight: bolder;
}
.sprache {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
        line-height: 16px;
	color: #FFFFFF;
	font-weight: bolder;
}









/*
a { color: #369; }
a img { border: none; }
a:hover { color: red; text-decoration: underline; }

body {
	margin: 0;
	padding: 0;
	background: white;
	color: #353535;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 84%;
	line-height: 20px;
}
*/