/* CSS für die PB-Rahmenseite */

a:link { text-decoration: none; color: #666; cursor:pointer;}
a:visited { text-decoration: none; color: #666; cursor:pointer;}
a:hover { text-decoration:underline; color: #666; cursor:pointer;}
a:active { text-decoration:underline; color: #666; cursor:pointer;}

body {
	margin: 0px;
	background-color:#edeeef;
	font-family:Verdana,Arial,Tahoma; 
	font-size: 7.5pt;
	font-style: normal;
	color: #68676B;
	line-height: 11.5pt; /*Zeilenhöhe*/
	
}

/* prozent von oben */
#printbox_base {  
	padding-top: 10%;
	width: 778px; 
	margin: 0 auto;
	background-color:#edeeef;
}


/* ------------------ */
/* PB Login-Seite   */
/* ------------------ */
#header_login {
	text-align: right; 
	border: solid black 0px;
	padding: 0px;
	background-image: url(../../bilder/layout_box/hintergrund_header.gif);
	background-repeat : no-repeat;
	background-position : top right;
	height:37px;
	border: 0px;
	margin-right: 1px;
}

/* Logo im header*/

#logo_bwh {
	text-align: right; 
	background-image: url(../../bilder/logos/bwh_logo.gif);
	background-repeat : no-repeat;
	background-position : bottom right;
	height:33px;
	border: 0px;
	margin-right: 5px;
}

#logo_ate {
	text-align: right; 
	background-image: url(../../bilder/logos/ate.jpg);
	background-repeat : no-repeat;
	background-position : bottom right;
	height:33px;
	border: 0px;
	margin-right: 5px;
}

#logo_dlrg {
	text-align: right; 
	background-image: url(../../bilder/logos/dlrg.jpg);
	background-repeat : no-repeat;
	background-position : bottom right;
	height:33px;
	border: 0px;
	margin-right: 5px;
}

#logo_demo {
	text-align: right; 
	background-image: url(../../bilder/logos/bwh_logo.gif);
	background-repeat : no-repeat;
	background-position : bottom right;
	height:33px;
	border: 0px;
	margin-right: 5px;
}

#logo_ngg {
	text-align: right; 
	background-image: url(../../bilder/logos/ngg.jpg);
	background-repeat : no-repeat;
	background-position : bottom right;
	height:33px;
	border: 0px;
	margin-right: 5px;
}

#logo_vincentz {
	text-align: right; 
	background-image: url(../../bilder/logos/vincentz.jpg);
	background-repeat : no-repeat;
	background-position : bottom right;
	height:33px;
	border: 0px;
	margin-right: 5px;
}

#logo_verdi {
	text-align: right; 
	background-image: url(../../bilder/logos/verdi.jpg);
	background-repeat : no-repeat;
	background-position : bottom right;
	height:33px;
	border: 0px;
	margin-right: 5px;
}

#logo_gew {
	text-align: right; 
	background-image: url(../../bilder/logos/gew.jpg);
	background-repeat : no-repeat;
	background-position : bottom right;
	height:33px;
	border: 0px;
	margin-right: 5px;
}


#logo_numatic {
	text-align: right; 
	background-image: url(../../bilder/logos/numatic.jpg);
	background-repeat : no-repeat;
	background-position : bottom right;
	height:33px;
	border: 0px;
	margin-right: 5px;
}

 /* Hintergrund Grafik*/
#printbox_login_container {
	position:relative;
	width:646px;
	height:376px;
	border: solid 1px #CCC;
	margin: 0px;
	background-image: url(../../bilder/layout_box/background.gif);
	padding: 0px;
	float:right;
}

#printbox_login_form {
	background-position : bottom center;  
	height:50px; 
	width:500px; 
	float:right;
}

/* Position des Containers der Formularfelder und Button */
#printbox_login_container_form {
	position:relative; 
	left:40px; 
	top:155px; 
	width:660px;
	height:150px; 
	text-align:left;
}

/* Abstand zwischen den Formularfeldern */
.printbox_login_form_container {
	margin:3px 10px 0px 10px; 
	padding: 0px;
	margin-left:0px;
}

/* Abstand der Formularfelder zu den Buttons */
.printbox_login_form_container_button {
	margin:20px 40px 40px 70px; 
}

/* seitlicher Abstand zwischen Text und zugehörigem Formularfeld */
.printbox_login_form_container_text {
	width:100px; 
	float: left; 
}

/* ------------------ */
/* printbox MELDUNGEN Login */
/* ------------------ */
#printbox_login_meldung {
	position:absolute; 
	width:250px;
	padding:0px;
	margin:20px 0 0 20px;
	text-align:right;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
}

.text_meldung_weiss
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	line-height: 11.5pt; /*Zeilenhöhe*/
	font-style: normal;
	color: #ffffff;
	padding:5px;
	margin:0px;
}


/* ------------------ */
/* printbox Footer */
/* ------------------ */
#printbox_footer {
	text-align: left; 
	border: solid black 0px;
	height:34px;
	margin:0 1px 0 0px;
	padding-right:180px;
	background-image: url(../../bilder/layout_box/hintergrund_footer.gif);
	background-repeat : no-repeat;
	background-position : bottom right;  
	float:right;

}

/* ------------------ */
/* printbox Footer BAUKASTEN*/
/* ------------------ */
#printbox_footer_baukasten {
	text-align: right; 
	vertical-align:bottom;
	border: solid black 0px;
	height:34px;
	width:200px;
	margin:0px 0px 0px 0px;
	background-image: url(../../bilder/layout_box/hintergrund_footer.gif);
	background-repeat : no-repeat;
	background-position : bottom right;  
	float:right;

}


