/* 
    Document   : style
    Created on : 2009-10-28, 16:51:10
    Author     : kprofic
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body{
    margin: 0;
    text-align: center;
    font-family:  "Century Gothic", Calibri, Lucida Grande, "Trebuchet MS";
    
    background: url('../images/background.jpg') top right no-repeat black;
    background-attachment: fixed;
    background-position: top center;
}
img{ border: none}
.mainframe{
/*    background: url('../images/background.jpg') top left no-repeat;
    background-attachment: fixed;*/
    z-index: 0;
    height: 594px;
    padding-top: 15px;
}
.container{
	text-align: left;
    width: 1000px;
    margin: auto;
    padding: 10px;
    z-index: 2;
    background: #FBFBFB;
    border: 5px solid #202020;
    border-bottom: 0;
    margin-bottom: 15px;
    position: relative;
    vertical-align: top;
}
.logo{
    margin: 0;
    position: relative;
    top: 10px;
    left: 10px;
    border: none;
}
.top_right{
    float: right;
    width: 650px;
    top: 5px;
    position: relative;
    padding-right: 5px;
}
.companies{
    position: relative;
    float: right;
    border-left: 18px solid black;
    border-right: 15px solid black;
}
.localizator{
    position: relative;
    width: 300px;
    top: 52px;
    color: #63799D;
    font-size: 9pt;
    text-decoration: none;
}
.contact{
    float: right;
    height: 15px;
    vertical-align: top;
    color: red;
    font-size: 9pt;
    margin-bottom: 4px;
}
.contact a, img{
    color: red;
    text-decoration: none;
}
.menu{
    position: relative;
    left: 370px;
    top: 3px;
    width: 700px;
}
.m1{
    color: #0C2752;
    font-size: 20px;
    border-bottom: none;
    padding: 4px 8px 6px 8px;
    margin-right: 5px;
    text-decoration: none;
}
.m1:hover{
    color: #545454;
    font-size: 20px;
	border-bottom: 5px solid #EE8A35;
    padding: 4px 8px 0px 8px;
    margin-right: 5px;
}
.m2{
    color: black;
    font-size: 20px;
    font-weight: none;
	border-bottom: 7px solid #223F72;
    padding: 6px 10px 0px 10px;
    margin-right: 15px;
    text-decoration: none;
}
.undermenu{
    position: relative;
    top: 9px;
    height: 12px;
    background-color: black;
    width: 1000px;
    font-size: 8px;
}
.blackBar{
    background-color: #202020;
    height: 5px;
    width: 998px;
    margin-top: 9px;
}
.bigbanner{
    width: 1002px;
    height: 355px;
    background: url("../images/big_banner.jpg");
    position: relative;
    top: 9px;
}

/* NEWS */
.news_container{
    width: 330px;
    height: 318px;
    position: relative;
    padding-top: 20px;
}
.news_container a{
    text-decoration: none;
}
.news{
    margin: 0;
    padding: 0;
    margin-left: 5px;
    margin-bottom: 20px;
}
.news h4{
    color: #D6F6FF;
    font-size: 10pt;
    border-bottom: 1px solid #A9A9A9;
    height: 18px;
    overflow: hidden;
    margin-top: 0px;
}
.news img{
    float: left;
    width: 74px;
    height: 75px;
    margin-right: 10px;
    margin-top: 0;
    border: 1px solid #C5CDD0;
}
.news date{
    color: #C5CDD0;
    top: 0px;
    font-size: 8px;
    font-style: italic;
}
.news p {
    color: #C5CDD0;
    margin-top: -10px;
    font-size: 10px;
    height: 40px;
    overflow: hidden;
}
.news_container a {
    font-size: 10px;
    text-decoration: none;
    color: #BED6FF;
    float: right;
}
/* AKTUALNOSCI news */
.AktualnosciNews{

    min-height: 155px;
    width: 97%;
    border-right: 5px solid #E88935;
    margin: 10px;
    margin-bottom: 40px;
	clear: both;
	display: block;
}
.AktualnosciNews h4{
    color: black;
    font-size: 17pt;
    position: relative;
    top: 0px;
    left: 15px;
}
.AktualnosciNews img{
    float: left;
    display: block;
    width: 150px;
    height: 150px;
    margin: 4px;
    margin-right: 15px;
    border: 1px solid #C5CDD0;
}
.AktualnosciNews date{
    color: #C5CDD0;
    position: relative;
    top: -25px;
    left: 15px;
    font-size: 10px;
    font-style: italic;
}
.AktualnosciNews hr {
    background-color: #B7B7B7;
    width: 80%;
    position: relative;
    top: -49px;
    border: none;
    height: 1px;
}
.AktualnosciNews p {
	width: 700px;
	position: relative;
	margin-left: 200px;
	top: -100px;
    float: left;
    color: black;
    display: block;
}


/* PAGE CONTENT */
.header{
    position: relative;
    margin-top: 20px;
    height: 60px;
}
.header img{
    float: left;
}
.header h1{
    float: left;
    margin-top: -6px;
    margin-left: 10px;
    color: #132B4F;
    font-size: 30pt;
    font-weight: lighter;
}
.header p{
    clear: both;
    margin-top: -30px;
    float: right;
    font-variant:small-caps;
    color: #7686BE;
    font-size: 10pt;
}
.header hr{
    background-color: #385688;
    width: 97%;
    float: right; 
    margin-top: -30px;
    height: 1px;
    border: none;
}
.content{
    clear: both;
    margin-left: 20px;
    font-size: 13px;
    padding: 10px;
}
.content p{

}
.content a{
    color: #358e0d;
}
h2 {
    font-size: 26px;
    color: #484E58;
    font-weight: none;
    margin: 0;
}
h2.orange{
    font-size: 25px;
    color: #EA8529;
    font-weight: bold;
    margin: 0;
    float: right;
    margin-right: 50px;
    text-decration:none;
}
.redinfo{
    color: #E6174D;
}

.GaleriaHomeEl{
    margin: 10px;
    width: 170px;
    text-align: center;
    display: block;
    float: left;
}



/* PAGE BOTTOM */
.footer{
    width: 1000px;
    margin: auto;
    margin-bottom: 15px;
    padding: 10px;
    padding-bottom: 15px;
    background: #FBFBFB;
    border: 5px solid #202020;
    border-top: 0;
    position: relative;
    vertical-align: bottom;
}
.footerinfo{
    
    margin-bottom: 15px;
}
.cop{
    position: relative;
    font-weight: bold;
    color: #2E2E2E;
    top: -5px;
    left: 0;
    float: left;
    font-size: 10px;
}
.changedate{
    position: relative;
    right: 0;
    top: -5px;
    height: 10px;
    float: right;
    font-size: 10px;
}
