/* Basic layout */

body {
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url("images/back.jpg");    
    background-position: 0% 0%;       
    background-attachment: fixed;

}

p {
	margin-top: 0px;
	background-color: transparent;
	font-family: Georgia;
	font-size: 0.8em;
	line-height: 19px;
	color: #333333;
	width: 550px;
}

.headsub {
	margin-top: 0px;
	background-color: transparent;
	font-family: Georgia;
	font-size: 0.9em;
	line-height: 19px;
	color: #333333;
	font-weight: bold;
}
	

TD {
	 font-family: Georgia;
}

/* Position elemens go here */

#header {
	border: 0px;
	padding: 0px;
	position: relative;
	background-image: url("images/header.jpg");    
    background-position: 50% 0px;       
	background-repeat: no-repeat;             
    background-attachment: fixed;
	width: 736px;
	margin-left: auto;
    margin-right: auto;
}

#subheader {
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -3px;
	width: 736px;
	height: 18px;
	background-color: #C9C9C9;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#maincontent {
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	margin: 0px;
	padding: 0px;
	position: relative;
	padding-left: 20px;
	padding-top: 0px;
	top: -3px;
	width: 714px;
	height: 500px;
	background-color: #ffffff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#kampanjbox {
	position: relative;
	width: 240px;
	background-color: transparent;
	top: -60px;
	left: 460px;
	font-size: 0.6em;
}

#shadower {
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	background-image: url("images/shadowback.jpg");    
    background-position: 0px 0px;       
	background-repeat: no-repeat;             
	position: relative;
	top: -3px;
	width: 734px;
	height: 29px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}


#bottom {
	border-top: 1px solid #C9C9C9;
	padding-top: 4px;
	padding-right: 10px;
	position: relative;
	top: -3px;
	width: 726px;
	height: 16px;
	background-color: #B72B34;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 0.6em;
	color:#ffffff;
}


#topic {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #DB3943;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}
	


a:link, a:visited {
    border-bottom: 1px solid #ccc;
    color: #579bcf;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
	border: 0px;
    color: #579bcf;
    text-decoration: none;
    font-weight: bold;
}

a:link.menylank, a:visited.menylank {
	border: 0px;
    color: #fff;
    text-decoration: none;
}

a:hover.menylank {
	border: 0px;
	color: #fff;
    text-decoration: none;
}

a:link.kampanj, a:visited.kampanj {
	border: 0px;
    color: #B72B34;
    text-decoration: none;
}

a:hover.kampanj {
	border: 0px;
	color: #B72B34;
    text-decoration: none;
}

a img {border:none;}

/* Misc */
.input2 { font-family: fixed; color: #000000; font-style: normal; font-size: 8pt; text-decoration: none; background-color: #DBDBDB; height: 16px;border-style: solid; border-color: #808080; border-width: 1px;}
