body,
html {
margin:0;
padding:0;
background-color:black;
}

#wrapper
{
margin: 0 auto;
width:1030px;
color:white;
font-family:arial;
font-size;auto;
background-image: url("images/mainwrapback.png");
background-position: center;
background-repeat: no-repeat;
background-attachment:fixed;
}

#banner
{
background-image: url("images/banner.png");
background-position: center top;
background-repeat: no-repeat;
height: 150px;
}

#fecesbook
{
width:22px;
 height:38px;
 float:right;
 margin-right:24px;
 margin-top:13px;
} 

#main1
{
float:left;
width:700px;
padding: 0px 10px 0px;
position:relative;
}

#main2
{float:right;
width:300px;
}

.mainhr {background:url(images/hrchain.gif) no-repeat top center;
height:32px;
border:none !important;}

#player
{
 width:40px;
 height:30px;
 float:right;
 margin-right:200px;
 margin-top:15px;
} 
#b2t
{
width:50px;
height:110px;
position:fixed;
bottom:0;
}

a.b2t
{
position:relative;
left:-50px;
text-decoration:none;
color:#FFFFFF
}

a.b2t:link
{
color:#FFFFFF;
}
a.b2t:visited
{
color:#FFFFFF;
}
a.b2t:hover
{
color:#33CCCC;
}

/*KONTACT FORM*/
/*KONTACT FORM*/
/*KONTACT FORM*/

#contact-form {
    width:465px;
    padding:20px;
    margin: 50px auto;    
    border: 6px solid #00675C;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    position:relative;
}

#contact-form h1 {
    font-size:42px;
}

#contact-form h2 {
    margin-bottom:15px;
    font-style:italic;
    font-weight:normal;
}

#contact-form input, 
#contact-form select, 
#contact-form textarea, 
#contact-form label {
    font-size:15px;
    margin-bottom:2px;
}

#contact-form input, 
#contact-form select, 
#contact-form textarea {
    width:450px;
    border: 1px solid #CEE1E8;
    margin-bottom:20px;
    padding:4px;
}

#contact-form input.newsletterbutton{
	margin:5px 0px;
	width:15px;
	}
	
#contact-form label.newsletterlabel{
display:inline;
}

#contact-form input:focus, 
#contact-form select:focus, 
#contact-form textarea:focus {
    border: 1px solid #AFCDD8;
    background-color: #EBF2F4;
}

#contact-form textarea {
    height:150px;
    resize: none;
}

#contact-form label {
    display:block;
}

#contact-form .required {
    font-weight:bold;
    color:#F00;    
}

#contact-form #submit-button {
    width: 100px;
    background-color:#1047A9;
    color:#FFF;
    border:none;
    display:block;
    float:right;
    margin-bottom:0px;
    margin-right:6px;
    background-color:#8FB5C1;
    -moz-border-radius:8px;
}

#contact-form #submit-button:hover {
    background-color: #009E8E;
}

#contact-form #submit-button:active {
    position:relative;
    top:1px;
	left:1px;
	background-color: #1DD300;
}

#contact-form #loading {
    width:32px;
    height:32px;
    background-image:url(../img/loading.gif);
    display:block;
    position:absolute;
    right:130px;
    bottom:16px;
    display:none;
}

#errors {
    border:solid 1px #E58E8E;
    padding:10px;
    margin:25px 0px;
    display:block;
    width:437px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#FFE6E6 url(../img/cancel_48.png) no-repeat 405px center;
    display:none;
}

#errors li {
    padding:2px;
    list-style:none;    
}

#errors li:before {
    content: ' - ';    
}

#errors #info {
    font-weight:bold;
}

#errors #info:before {
    content: '';    
}

#success {
    border:solid 1px #83D186;
    padding:25px 10px;
    margin:25px 0px;
    display:block;
    width:437px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#D3EDD3 url(../img/accepted_48.png) no-repeat 405px center;
    font-weight:bold;
    display:none;
}

#errors.visible, #success.visible {
    display:block;    
}

#req-field-desc {
    font-style:italic;
}

/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required, textarea:required {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
}

/* Normalize placeholder styles */

/* chrome, safari */
::-webkit-input-placeholder {
    color:#CCC;
    font-style:italic;
}

/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#CCC;
    font-style:italic;
}

/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  { 
    color:#CCC;
    font-style:italic;