body {
    background-color: black;
    padding: 0px;
    margin: 0px;
    color: white;
}

img {
    border: 0px;
}

#wraper {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	background-color: black;
        padding: 0px;

}

#logo {
    background-image:url(../grafika/logo.png);
    height: 113px;
    width: 100%;
}

#logo a {
    position: relative;
    display: block;
    float: left;
    text-decoration: none;
    
 }
 #logo a i { visibility: hidden; }
 #logolink {
    width: 230px;
    height: 90px;
    position: relative;
    left: 60px;
    top: 10px;
    border: 0px solid white;
}


#logotext {
    position: relative;
    left: -80px;
    top: 40px;
    font-family: Arial,Helvetica,sans-serif;
    color: white;
    width: 400px;
    height: 50px;
    padding: 0px;
    margin: 0px;
    float: right;
    text-align: center;
}
.logotext {
    text-align: center;
    margin-bottom: 5px;
}

#menu {
    position: relative;
    top: 30px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 50px;
}

.menuElement {
    /*display: block;
    float: left;*/
    width: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px;
    background-image: url(../grafika/button.png);
}

A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: white;}
A:hover {color: red;}

#main {
    height: 567px;
    background-image: url(../grafika/tlo.gif);
}

#links {
    border-top: 1px solid white;
    width: 380px;
    margin-left: 146px;
    margin-top: 100px;
    color: white;
}
.spanLink {
    border-bottom: 1px solid white;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul {
    margin-left: -25px;
    margin-top: 0px;
    margin-bottom: 0px;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
}

