#container{
	max-width: 1000px;
	margin: auto;
	background-color: white;
}

body,html{
	margin:0;
	padding:0;
}

#adnami-lb1 {
	margin: 0 auto;
	max-width: 930px;
}

#adnami-lb2 {
	margin: 0 auto;
	max-width: 930px;
}

#sky1 {
	position: absolute;
	margin-left: -170px;
}

.content {
	width: 1000px;
	margin: auto;
	background-color: #fff;
}

.article_small {
	display: inline-block;
	margin-left: 35px;
}

.article_medium {
	display: inline-block;
	margin-left: 35px;
	margin-top: 20px;
}

.article_big {
	margin-left: 35px;
	margin-top: 20px;
}

.image_big {
	width: 600px;
	height: 290px;
	background-color: #959595;
}

.image_medium {
	width: 280px;
	height: 138px;
	background-color: #959595;
}

.image_small {
	width: 174px;
	height: 174px;
	background-color: #959595;
}

.text_small1 {
	width: 160px;
	height: 10px;
	background-color: #959595;
	margin-bottom: 10px;
	margin-top: 10px;
}

.text_small2 {
	width: 120px;
	height: 10px;
	background-color: #959595;
	margin-bottom: 10px;
}

.text_small3 {
	width: 140px;
	height: 10px;
	background-color: #959595;
	margin-bottom: 10px;
}

.text_medium1 {
	width: 250px;
	height: 12px;
	background-color: #959595;
	margin-bottom: 10px;
	margin-top: 10px;
}

.text_medium2 {
	width: 270px;
	height: 12px;
	background-color: #959595;
	margin-bottom: 10px;
}

.text_medium3 {
	width: 190px;
	height: 12px;
	background-color: #959595;
	margin-bottom: 10px;
}

.text_big1 {
	width: 510px;
	height: 20px;
	background-color: #959595;
	margin-bottom: 12px;
	margin-top: 15px;
}

.text_big2 {
	width: 560px;
	height: 20px;
	background-color: #959595;
	margin-bottom: 12px;
}

.text_big3 {
	width: 340px;
	height: 20px;
	background-color: #959595;
	margin-bottom: 12px;
}

.left-column, .right-column {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}

#right-column {
	margin-left: 26px;
}

#latest {
	width: 300px;
	margin-top: 20px;
}

.top {
	height: 45px;
	background-color: #666666;
}

#latest {
	background-color: lightgrey;
}

.short_article {
	padding: 17px 17px 5px 17px;
	border-bottom: 1px dotted #666666;
}

.date {
	width: 80px;
	height: 12px;
	background-color: #959595;
	margin-bottom: 12px;
}

.text_right1 {
	width: 240px;
	height: 12px;
	background-color: black;
	margin-bottom: 12px;
}

.text_right2 {
	width: 180px;
	height: 12px;
	background-color: black;
	margin-bottom: 12px;
}

@media only screen and (max-width: 600px) {
    #mob1 {
        display: block;
    }

    #lb1, #rec1, #sky1, .article_big, .article_small {
        display: none;
    }

    #left-column, #right-column {
    	display: block;
    }

    .article_medium {
		padding-top:15px;
		margin:auto;
		max-width:280px;
		display:block;
	}
	
	#adnami-mob1{
		display:block;
	}

    .content {
    	width: 100%;
    }

    #latest {
    	width: 295px;
    }
}