*{
	/* Asterixen �ndrar alla tagagrs default! */
	margin: 0px;
	padding: 0px;
}

body{
	text-align: center;
	background: #ffa21b;
}


#main_section li{
	margin-top: 0px;
	margin-bottom: 0px;
}

header, section, footer, aside, nav, article, hgroup{
	display: block;
}

h1{
	font: bold 20px Tahoma;
}

h2{
	font: bold 16px Tahoma;
}

p{
	/* R�tt ordning: weight - size - family */
	text-align: justify;
	font: 14px tahoma;
	margin-top: 10px;
}

#big_wrapper{
	border: 1px solid #222244;
	width: 1000px;
	margin: 20px auto;
	text-align: left;
	background: #ffffff;
}

#top_header{
	background: #ffffff;
	padding: 20px;
	text-align: center;
    border-bottom: 1px solid black;
}

#top_header h1{
	color: #92B4EA;
}

#top_menu{
	/*border-bottom: 1px solid black;
	border-top: 1px solid black;*/
	/*color:white;*/
	/*background: #5580C4;*/
	background: #fff;
	padding: 15px;
	text-align: center;
}

#top_menu a:link{
    font: bold 16px tahoma;
    color: #333;
    text-decoration: none;
    text-shadow: #777 2px 2px 2px;
}

#top_menu a:visited{
    color: #333;
}

#top_menu a:hover{
    color: #888;
}

#top_menu a:active{
    color: #6666AA;
}

#top_menu li{
	display: inline-block;
	list-style: none;
	font: bold 14px tahoma;
	color: #FFFFFF;
	padding: 0px 10px;
	margin: 0px 10px;
	/*border-right: 1px solid black;*/
}

#main_section{
	width: 90%;
	/*float: left;*/
	margin: 0px auto 30px auto; /* 640px*/
}

article{
	background: #DDD;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 20px;
	box-shadow: #284A7E 2px 2px 2px;
}

article footer{
	text-align: right;
}

article a:link{
	font-weight: normal;
	color: #000000;
    text-decoration: none;
	text-shadow: none;
}

article a:visited{
	color: #000000;
}

article a:hover{
	color: #000000;
	text-decoration: underline;
}

article a:active{
	color: #000000;
}

article dl{
    margin: 0px 0px 20px 0px;
}
article dt{
    margin: 10px 0px 10px 20px;
	font: 14px tahoma;
    font-weight: bold;
}
article dd{
    margin: 10px 0px 10px 50px;
	font: 14px tahoma;
}

article li{
    font-weight: normal;
	font: 14px tahoma;
}

#title{
	background: #666;
	color: #FFFFFF;
	text-align: center;
}
/*
#side_news{
	float: left;
	width: 220px;
	margin: 0px 0px 15px 0px;
	padding: 20px; /* 246px
	background: #ffa21b;
	border-radius: 20px;
	box-shadow: #284A7E 2px 2px 2px;
}
*/
#the_footer{
	border-top: 1px solid #222244;
	clear: both;
	text-align: center;
	padding: 20px;
	background: #fff;
}

li{
	margin: 10px 0px 0px 20px;
}
