@charset "utf-8";
/* CSS Document */

body {
margin: 0;
background-image: url(../images/bg.jpg);
background-position: top;
background-repeat: repeat-x;
}


.all {
width: 980px;
margin: 0 auto;
}

.koka {
width: 980px;
height: 150px;
}

.menubar {
width: 980px;
height: 25px;
margin-bottom: 10px;
}

.tekstinormal {
font-family: Georgia, Arial, Verdana;
font-size: 12px;
line-height: 16px;
}

.grierret {
color: #333333;
}

a {
text-decoration: underline;
color: #af0000;
}

a:hover {
text-decoration: none;
}

.kemba {
width: 960px;
height: auto;
padding: 10px;
background: #e8e8e8;
margin-top: 30px;
}

img {
border: 0;
}

img a {
border: 0;
}