body
{
	margin:0;
	padding:0;
	
	font-family:Verdana;
	font-size:11px;
}

img
{
	border:0px;
}

a
{
	color:Red;
	text-decoration:none;
}

a.menu
{
	color:White;
}

a.menu:hover
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

h1
{
	font-size:14px;
	font-weight:bold;
}

h2
{
	font-weight:bold;
	font-size:12px;
}

h3
{
	font-weight:bold;
}

.fet
{
	font-weight:bold;
}

.kursiv
{
	font-style:italic;
}

div#div_whole
{
	width:1000px;
	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
	height:100%;
}

div#div_page
{
	width:100%;
	text-align:left;
	height:100%;
}

div#div_top
{
	width:100%;
}

div#div_menu
{
	background-image:url('../Images/Structure/toplogga_menu.jpg');
	background-repeat:no-repeat;
	
	color:White;

	width:100%;
	text-align:center;
	
	font-size:24px;
	font-weight:bold;
}

div#div_bg_leftcolumn
{	
	background-image:url('../Images/Structure/bg_leftcolumn.jpg');
	background-repeat:repeat-y;	
}

div#div_bg_rightcolumn
{	
	background-image:url('../Images/Structure/bg_rightcolumn.jpg');
	background-position:right;
	background-repeat:repeat-y;	
}

.clear 
{
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

div#div_content
{
	float:none;	
	height:100%;
}

div#div_leftcolumn
{
	float:left;
	width:340px;
	
	text-align:center;
	
	padding-top:10px;
	
	height:100%;
}

div#div_middlecolumn
{
	height:100%;

	float:left;
	width:460px;
	
	
	padding-top:10px;
}

div#div_main
{
	margin-left:8px;
	margin-right:8px;
}

div#div_rightcolumn
{
	height:100%;
	float:left;
	width:200px;
	text-align:center;
	
	padding-top:10px;
}

div#div_footer
{
	float:none;
	
	width:100%;
	
	text-align:right;
	
	padding-top:5px;
}

.comm_alt
{
	width:100%;
	padding: 3px 3px 3px 3px;
	background-color:#EFEFEF;
}

.comm
{
	width:100%;
	padding: 3px 3px 3px 3px;
	background-color:White;	
}
