/* CSS Document */

body {
	margin: 0;
	padding:0;
	background-color: #000000;
	color: #FFffFF;
	
}

#header {
	margin:0;
	padding:0;
	min-width:300px;
}

#main{
	margin-top: 10px;
}

#sidebar-left{
	float:left;
	width: 150px;
	background-color:#000000;
	border-color:#994CBF;
}

.rubrik{
	background-color:#994CBF;
	color:#000000;
	text-align: center;
	font-weight: bold;


}

.nyhet{
	padding:10px;
	border-top:1px solid #994CBF;
}

#sidebar-right{
	float:right;
	width:130px;
	border:1px solid;
	border-color:#994CBF;
}

#content {
	min-width:200px;
	max-height:450px;
	background-color: #000000;
	margin: 20px 180px 0;
	padding: 0px 0px 10px;
	border: 1px solid #994CBF;
	text-align: left;
}

#content1 {
	min-width:200px;
	max-height:450px;
	background-color: #000000;
	margin: 20px 180px 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
}

#tabel{
	margin-top:10px;
}

#text{
	margin-top:10px;
}
#gallery {
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #9933CC;
	width: 200px;
	height: 230px;
	padding: 7px;
	clear: none;











}
#gallerycontent {

	min-width:200px;
	max-height:450px;
	background-color: #000000;
	margin: 20px 180px -20px;
	padding: 0px;
	border: 1px solid #994CBF;
	text-align: left;
}
#links {
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.rubrik1 {
	background-color:#994CBF;
	color:#000000;
	text-align: center;
	font-weight: bold;
	left: 180px;
	clip:   rect(auto auto auto auto);
	width: auto;

}
#content2 {
	min-width:200px;
	max-height:450px;
	background-color: #000000;
	margin: 0px 180px;
	text-align: left;
	left: 0px;
	top: 110px;
	padding: 0px;
	position: absolute;



}
#tblright {
	float: right;
}
#tblleft {
	float: left;
}
