@charset "utf-8";
/* CSS Document */

#controlenglogo{
	background-image:url(../images/PLElogo.png);
	width: 410px;
	height: 130px;
	float: left;
	background-size: 365px 130px;
	margin-left: 8px;
	margin-top: 8px;
	background-repeat: no-repeat;
}

span.list_news_title, h1.list_news_title, h2.list_news_title, h3.list_news_title {
    background-image: url("/fileadmin/templates/Redesign_2013_V2/images/ple_square.png") !important;
 }


#buttonContainer input {
   cursor: pointer;
   color: #000;
   background: url(../images/login_ple.png);
   height: 38px;
   width: 95px;
   text-align: center;
   border: none;
}

#buttonContainer input:hover {
   cursor: pointer;
   background-image: url(../images/login_ple_hover.png);
}

#buttonContainer input:active {
   cursor: pointer;
   background-image: url(../images/login_ple_active.png);
}
#buttonContainer_logout input {
    cursor: pointer;
    color: #000;
    background:url(../images/logout_ple.png);
    height: 38px;
    width: 95px;
    text-align: center;
    border: none;
}
#buttonContainer_logout input:hover {
    cursor: pointer;
    background-image:url(../images/logout_ple_hover.png);	
}
#buttonContainer_logout input:active {
    cursor: pointer;
    background-image:url(../images/logout_ple_active.png);	
}
		


#footerLogo {
	background-image: url(../images/PLElogo_footer.png);
	height: 107px;
	left: -550px;
	position: relative;
	width: 286px;
	background-repeat: no-repeat;
}

.bottomLogoLink {
float: left;
display: block;
margin-top: -85px;
}


.footerUL li h3 {
       color: rgb(5, 145, 5);
       text-decoration:none;
       font-family: Arial, Helvetica, sans-serif;
       margin-bottom: 5px;       
       font-size:13px;
}

#international_icon_label {
color: black;
font-family: Arial;
font-size: 11px;
font-style: italic;
height: 12px;
margin-bottom: 4px;
text-align: center;
width: 65%;
}