/*BASIS Format zuruecksetzen*/
* {
	margin: 0px;
	padding: 0px;
}

/*BASIS Formate setzen*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(bg.gif);
}


/*Scrollbar einrichten*/
html, textarea {
  	overflow-y: auto;
	scrollbar-base-color: #DDDDDD;
    scrollbar-3d-light-color: #FFFFFF;
    scrollbar-arrow-color: #EEEEEE;
    scrollbar-darkshadow-color: #999999;
    scrollbar-face-color: #DDDDDD;
    scrollbar-highlight-color: #EEEEEE;
    scrollbar-shadow-color: #999999;
    scrollbar-track-color: #EEEEEE;
}
/*LINKS Format setzen*/
a:link {
	text-decoration: underline;
	background-image: url(../image/link_bg.gif);
	background-repeat: repeat;
	color: #000066;
	font-weight: 900;
}
a:visited {
	text-decoration: underline;
	background-image: url(../image/link_bg_visited.gif);
	background-repeat: repeat;
	color: #660000;
}
a:active {
	text-decoration: underline;
	background-image: url(../image/link_bg_active.gif);
	background-repeat: repeat;
	color: #009900;
}
a:hover {
	text-decoration: underline;
	background-image: url(../image/link_bg_hover.gif);
	background-repeat: repeat;
	color: #FF0000;
	font-size: 14px;
}
/*Derzeit Oben an der Seite*/
.maxclub_menue a:link {
	text-decoration: underline;
	background-image: url(../image/link_bg.gif);
	background-repeat: repeat;
	color: #000066;
	font-size: 10px;
}
.maxclub_menue a:visited {
	text-decoration: underline;
	background-image: url(../image/link_bg_visited.gif);
	background-repeat: repeat;
	color: #660000;
	font-size: 10px;
}
.maxclub_menue a:active {
	text-decoration: underline;
	background-image: url(../image/link_bg_active.gif);
	background-repeat: repeat;
	color: #009900;
	font-size: 10px;
}
.maxclub_menue a:hover {
	text-decoration: underline;
	background-image: url(../image/link_bg_hover.gif);
	background-repeat: repeat; 
	color: #FF0000;
	font-size: 14px;
}
/*Derzeit Links von der Seite*/
.menue_links a:link {
	text-decoration: underline;
	background-image: url(../image/link_bg.gif);
	background-repeat: repeat;
	color: #000066;
	font-size: 10px;
}
.menue_links a:visited {
	text-decoration: underline;
	background-image: url(../image/link_bg_visited.gif);
	background-repeat: repeat;
	color: #660000;
	font-size: 10px;
}
.menue_links a:active {
	text-decoration: underline;
	background-image: url(../image/link_bg_active.gif);
	background-repeat: repeat;
	color: #009900;
	font-size: 10px;
}
.menue_links a:hover {
	text-decoration: underline;
	background-image: url(../image/link_bg_hover.gif);
	background-repeat: repeat; 
	color: #FF0000;
	font-size: 14px;
}
/*Derzeit am Fuss*/
.link_gruppe_p a:link {
	text-decoration: underline;
	background-image: url(../image/link_bg.gif);
	background-repeat: repeat;
	color: #000000;
	font-size: 10px;
}
.link_gruppe_p a:visited {
	text-decoration: underline;
	background-image: url(../image/link_bg_visited.gif);
	background-repeat: repeat;
	color: #660000;
	font-size: 10px;
}
.link_gruppe_p a:active {
	text-decoration: underline;
	background-image: url(../image/link_bg_active.gif);
	background-repeat: repeat;
	color: #009900;
	font-size: 10px;
}
.link_gruppe_p a:hover {
	text-decoration: underline;
	background-image: url(../image/link_bg_hover.gif);
	background-repeat: repeat; 
	color: #FF0000;
	font-size: 14px;
}



/*SCHRIFT und TEXT Formate setzen*/
h1 {
	font-size: 21px;
	font-weight: 900;
	font-family: Helvetica, inherit;
	text-align: center;
}
.h1 {}
h2 {
	font-size: 18px;
	font-weight: 900;
	font-family: Helvetica, inherit;
	text-align: center;
}
.h2 {}
h3 {
	font-size: 16px;
	font-weight: 900;
	font-family: Helvetica, inherit;
	text-align: center;
	color: #006600;
}
.h3 {
	text-align: center;
}
.wichtig {
	color: #FF0000;
}
.dick {
	font-weight: 900;
}
.unterstrich {
	text-decoration: underline;
}
.wichtig_dick {
	color: #FF0000;
	font-weight: 900;
}
.wichtig_dick_unterstrich {
	color: #FF0000;
	font-weight: 900;
	text-decoration: underline;
}

/*MENUE Formate setzen*/
#netzwerk_menue {
	
	height: 120px;
	width: auto;
	margin-left: 3px;
	margin-right: 3px;
	text-align: right;
}
#log_menue {
	background-image: url(einstellungen.gif);
	background-repeat: repeat;
	top: 120px;
	width: 171px;
	margin-bottom: 3px;
	margin-left: 3px;
	/*border: #000000 1px solid;*/
	height: 400px;
	position: absolute;
}
#aktiv_panel {
	background-image: url(aktiv_panel.gif);
	background-repeat: repeat;
	float: right;
	top: 120px;
	right: 3px;
	width: 280px;
	margin-bottom: 3px;
	margin-right: 3px;
	/*border: #000000 1px solid;*/
	height: 800px;
	position: absolute;
}

/*BOX Formate setzen*/
.einleitung {
	width: 520px;
	height: 400px;
	margin-left: 202px;
	top: 120px;
	position: absolute;
	overflow-y: auto;
	border: #000000 3px double;
	padding: 3px;
}
.erweitern {
	width: 520px;
	height: 400px;
	margin-left: 202px;
	top: 532px;
	position: absolute;
	overflow-y: auto;
	border: #000000 3px double;
	padding: 3px;
}
.anmeldung {
	width: 910px;
	height: 1000px;
	margin-left: 3px;
	top: 120px;
	position: absolute;
}
/*KOMMUNIKATIONS Panle-Schnittstelle*/
.kommunikations_eintrag {
	width: 260px;
	height: 150px;
	background-color: #EEEEEE;
	margin: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.kommunikations_verteiler {
	width: 260px;
	height: 100px;
	background-color: #EEEEEE;
	margin: 10px;
}
.kommunikations_ausgabe {
	width: 260px;
	height: 200px;
	background-color: #DDDDDD;
	margin: 10px;
}
.kommunikations_liste {
	width: 260px;
	height: 400px;
	background-color: #EEEEEE;
	margin: 10px;
}

/*LOG-MENUE Einstellungen*/
.log_menue {}
.login_einstellungen {
	width: 170px;
	height: 150px;
	background-color: #EEEEEE;
	margin: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.verteiler_einstellungen {
	width: 170px;
	height: 150px;
	background-color: #EEEEEE;
	margin: 10px;
}
.weitere_einstellungen {
	width: 170px;
	height: 150px;
	background-color: #EEEEEE;
	margin: 10px;
}

/*ANMELDE-FORMULAR Formate setzen*/
#anmeldeformular {
	padding-left: 3px;
	width: 859px;
}
:root #anmeldeformular {
	position: absolute;
	left:  0px;
	width: 859px;
}
/*ANMELDE-FORMULAR Surfdaten*/
.surf_daten {
	width: 220px;
	height: auto;
	margin-top: 3px;
	margin-left: 0px;
	position: absolute;
	text-align: center;
	font-size: 12px;
}
.anmeldung_login {}
/*ANMELDE-FORMULAR Legetimationsdaten*/
.legetim_daten {
	width: 220px;
	height: auto;
	margin-top: 3px;
	margin-left: 220px;
	position: absolute;
	text-align: center;
	font-size: 12px;
}
.anmeldung_legetim {}
/*ANMELDE-FORMULAR Kontaktdaten*/
.kontakt_daten {
	width: 220px;
	height: auto;
	margin-top: 3px;
	margin-left: 440px;
	position: absolute;
	text-align: center;
	font-size: 12px;
}
.anmeldung_kontakt {}
/*ANMELDE-FORMULAR Geschaeftsmodalitaeten*/
.geschm_daten {
	width: 220px;
	height: auto;
	margin-top: 3px;
	margin-left: 660px;
	position: absolute;
	text-align: center;
	font-size: 12px;
}
.anmeldung_geschm {}
/*ANMELDE-FORMULAR Abschicken*/
.anmeldung_abschicken {
	margin-top: 300px;
	margin-left: 358px;
	position: absolute;
}


/*LOGIN Formate setzen*/
#netzwerk_login_box {
	text-align: center;
	float: right;
	margin: 5px;
	margin-top: 440px;
	margin-right: 14px;	
}
:root #netzwerk_login_box {
	text-align: center;
	float: right;
	margin: 10px;
	margin-top: 430px;
	margin-right: 20px;
}
#login_box { 
	margin: 20px;
	padding: 40px;
	background-color: #CAFFCA;
	font-size: 12px;
	font-weight: 900;
	width: 97%;
	height: auto;
	text-align: center;
}
.login_un {}
.login_pw {}
.login_kf {}
.klick_feld {
	font-size: 9px;
	font-weight: 900;
}
.lg_anmeldung {
	margin-top: 12px;
}
/*LOGOUT Formate setzen*/
#logout_div {
	width: 90px;
	height: 20px;
	float: right;
	background-color: #FFFF66;
	padding-right: 3px;
	margin: 3px;
	border: solid 1px #000000;
	text-align: center;
}
.logout_div {
	/*background-image: url(logout.gif);
	background-repeat: no-repeat;*/
}
.logout_link {
	font-family: Verdana, inherit;
	font-size: 16px;
	font-weight: 900;
	color: #FF0000;	
}
