.section{
	height:2000px;
	width:100%;
	float:left;
	text-shadow:1px 1px 2px #f0f0f0;
}
#section2 {
	background-image: url(../images/nula.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.linija {
	height: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.section h2{
	font-size: 30px;
	background-image: url(http://www.kongresencentaraleksandarmakedonski.mk/css/images/logo.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 280px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 300px;
}

.black{
	color:#666;
	background-image: url(http://www.kongresencentaraleksandarmakedonski.mk/css/images/black_vert.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
}
#section5 {
	margin-top: 250px;
	padding-top: 155px;
	height: 550px;
	background-image: url(../images/contact_beck.jpg);
	background-repeat: no-repeat;
	background-position: left 150px;
	text-align: left;
}
#section5 #contact {
	-moz-box-shadow:    1px 2px 3px 3px #999;
	-webkit-box-shadow: 1px 2px 3px 3px #999;
	box-shadow:         1px 2px 3px 3px #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	float: right;
	width: 300px;
	font-size: 16px;
	margin-top: 10px;
	color: #666;
	padding: 15px;
	background-color: #FFF;
	margin-right: 20px;
	line-height: normal;
	overflow: hidden;
}

#section5 #contact1 {
	-moz-box-shadow:    1px 2px 3px 3px #999;
	-webkit-box-shadow: 1px 2px 3px 3px #999;
	box-shadow:         1px 2px 3px 3px #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	float: right;
	width: 300px;
	font-size: 20px;
	margin-top: 10px;
	color: #666;
	padding: 15px;
	background-color: #FFF;
	margin-right: 20px;
}
#section4 {
	height: auto;
	margin-bottom: 300px;
	background-image: url(../images/eden.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.white{
    color:#000;
    background:#fff url(../images/white_vert.jpg) repeat-x bottom left;
}


.section ul{
	list-style:none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.black ul li{
    float:left;
    padding:5px;
    margin:5px;
    color:#aaa;
}
.black ul li a{
    display:block;
    color:#f0f0f0;
}
#section3 {
	background-image: url(../images/dva.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.black ul li a:hover{
    text-decoration:none;
    color:#fff;
}
.white ul li{
    float:left;
    padding:5px;
    margin:5px;
    color:#aaa;
}
.white ul li a{
    display:block;
    color:#222;
}
.white ul li a:hover{
    text-decoration:none;
    color:#000;
}