* {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS';

}

body {
    background-image: url('bg.png');
    background-repeat: repeat-x;
    background-color: #70c1ff;
    font-size: 0.9em;
    text-align: center;
}

p.text {
	margin:0;
	margin-left:105px;
}

.text {
    position: relative;
    text-align: center;
    margin: auto;
    left: -202px;
    top :40px;
    font-size: 1.2em;
    color: white;
    margin-left:105px;
}

#main {
    position: relative;
    text-align: center;
    margin: auto;
    width: 690px;
    height: 403px;
    background-image: url('2.png');
    background-repeat: no-repeat;
    top: 50px;
}

#intext {
  text-align: left;
  position: absolute;
  top: 50px;
  left: 360px;
}

#intext li {
    font-size: 0.9em;
    margin-left: 30px;
}

.nopoint  {
    list-style-type: none;
}

.strong  {
    font-weight: bold;
}

.nb {
	font-weight:normal;
}

.dn {
	display:none;
}

#partneri {
	position:absolute;
	margin-top:405px;
	font-size:0.8em;
	color:#177BBD;
}

#partneri a {
	color:#177BBD;
	text-decoration:none;
}

a {
	color:#0000CC;
}

a:hover {
	text-decoration:none;
}
