*
{
    margin: 0px;
    padding: 0px;
    border: none;
}
* :focus { outline: 0; }
body
{
    background-image: url(../images/background.png);
    background-repeat: repeat;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    /*color: #898989;*/
    color: #8d8d8d;
}
#container
{
    margin: auto;
    width: 850px;
    background-image: url(../images/contback.jpg);
    background-repeat: no-repeat;
    min-height: 600px;
}
#top
{
    position: relative;
    float: left;
    width: 850px;
    height: 117px;
}

#languageMenu
{
    position: absolute;
    top: 15px;
    right: 0px;
}

#logo
{
    position: relative;
    top: 35px;
    left: 0px;
}
#logo h1
{
    display: block;
    float: left;
    width: 278px;
    height: 74px;
    text-indent: -9999px; 
    background-image: url(../images/tsubik.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#menu  
{
    float: right; 
    margin-top: 51px;
}



.nav-links li, .lan-links li {
  display: block;
  float: left;
  list-style-type: none;
}

.lan-links a
{
    float: left;
    font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize;
    color: #8d8d8d;
    text-align: center;
}

.lan-links .separator
{
    font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
}

.nav-links li a
{
    float: left;
    margin-right: 20px;
    font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize;
    color: #fefefe;
    text-align: center;
    
}
.nav-links li a:hover
{
    text-decoration: underline;
}
#content
{
    margin-top: 50px;
    float: left;
    width: 850px;
}
#welcome_box
{
    width: 850px;
    height: 300px;
    background-color: #ffffff;
}

#welcome_box_left
{
}
#welcome_box_right
{
}

#name-text
{
    position: relative;
    top: 200px;
    left: 150px;
    
}

#name-text h1, #logo h1
{
    display: block;
    float: left;
    width: 278px;
    height: 74px;
    text-indent: -9999px; 
    background-image: url(../images/tsubik.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}





#comming_soon
{
    width: 264px;
    height: 26px;
    position: relative;
    float: left;
    top: 100px;
    left: 300px;
    background-image: url(../images/stronawprzyg.png);
    
}

#email-text, #email-text_en
{
    position: relative;
    float: right;
    top: 100px;
    right: 400px;
    width: 140px;
    height: 62px;
}

#email-text h1, #email-text_en h1
{
    display: block;
    float: left;
    width: 180px;
    height: 62px;
    text-indent: -9999px; 
}


#email-text h1 a
{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/szukaszWyk.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#email-text_en h1 a
{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/needaproject.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}


#feedback{
position:fixed;
width:50px;
height:150px;
top: 150px;
background: red;
z-index:1;
margin:0;
padding:0;
}

#contactme-box
{
	position: fixed;
	top: 250px;
	height: 134px;
	width: 29px;
	right: 0px;
	z-index: 1;
	text-indent: -9999px; 
}
#contactme-box a
{
	display:block;
	width: 100%;
	height: 100%;
	background-image: url(../images/kontakt.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#contactme-box a:hover
{
	background-image: url(../images/kontakt_hover.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}





#contactme-box_en
{
	position: fixed;
	top: 250px;
	height: 134px;
	width: 29px;
	right: 0px;
	z-index: 1;
	text-indent: -9999px; 
}
#contactme-box_en a
{
	display:block;
	width: 100%;
	height: 100%;
	background-image: url(../images/contactme.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#contactme-box_en a:hover
{
	background-image: url(../images/contactme_hover.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}


