@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: rgb(77,52,39);;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr div, td	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	}
.oneColElsCtr #container {
	width: 850px;
	height:860px;
	background-image:url(../img/bg/mainbg.gif);
	background-repeat:no-repeat;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #urltop	{
	 float:left;
	 margin-left:310px;
	 margin-top:15px;
	 width:170px;
	 height:15px;
	}
.oneColElsCtr #meny	{
	 float:left;
	 width: 700px;
	 height: 25px;
	 margin-left: 50px;
	 margin-top: 330px;
	}	
.oneColElsCtr #MainnewsColumn {
	float:left;
	width: 170px;
	height: 235px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: 25px;
	margin-left: 60px;
	padding: 5px;
	}
.oneColElsCtr #newsColumn {
	float:left;
	width: 170px;
	height: 235px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: 65px;
	margin-left: 60px;
	padding: 5px;
	}
.oneColElsCtr #mainSnowball {
	float:left;
	margin-left: 15px;
	margin-top: 15px;
	width: 500px;
	height: 350px;
		padding:5px;
	overflow-y:auto;
	overflow:-x:hidden;

	}
.oneColElsCtr #mainRubrik {
	float:left;
	margin-left: 270px;
	margin-top: 15px;
	width: 500px;
	height: 30px;
	}
.oneColElsCtr #mainBody {	
	float:left;
	width: 500px;
	height: 320px;
	margin-left: 20px;
	margin-top: 5px;
	padding:5px;
	overflow-y:auto;
	overflow:-x:hidden;

	}
.oneColElsCtr #footer {
	float:left;
	width: 740px;
	margin-left: 35px;
	margin-top: 30px;
	color:rgb(77,52,39);
	}
.gultext	{
	color:rgb(245,235,207);
	}
.gultext a:link	{
	color:rgb(245,235,207);
	}
.gultext a:active	{
	color:rgb(245,235,207);
	}
.gultext a:visited	{
	color:rgb(245,235,207);
	}
.gultext a:hover	{
	color:#FFF;
	}
.footertext	{
	color:rgb(77,52,39);
	}
.footertext a:link	{
	color:rgb(77,52,39);
	}	
.footertext a:visited	{
	color:rgb(77,52,39);
	}	
.footertext a:active	{
	color:rgb(77,52,39);
	}	
.footertext a:hover	{
	color:#FFF;
	}	
a:link {
	color:rgb(245,235,207);
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:rgb(245,235,207);
}
a:hover {
	text-decoration: underline;
	color:#FFF;
}
a:active {
	text-decoration: none;
		color:rgb(245,235,207);

}
h1 {
	font-size: 14px;
	margin: 1px;
}
h2 {
	font-size: 12px;
		margin: 1px;

}
h3 {
	font-size: 12px;
		margin: 1px;

}