body {
	background-image: url(grafic/bg.png);
}

body, input, table, textarea, option, select, a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

form {
	margin: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	color: #CC0000;
}

.l_link {
	font-weight: bold;
	font-size: 14px;
	color: #006514;
}
	

.meny_col {
	float: left;
	width: 132px;
}

.smal_menu {
	font-size: 10px;
	text-transform: uppercase;
	color: #006514;
	font-weight: bold;
}

.smal_menu:hover {
	text-decoration: underline;
}

.title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}

.input {
	border: 1px solid #999999;
	margin: 0px;
}


#main {
	margin-left: 50px;
	margin-top: 50px;
}

#content {
	text-align: left;
	margin-top: 100px;
	width: 680px;
}

#top {
	background-image: url(grafic/bg_top.png); 
	background-repeat: no-repeat;
	width: 680px;
	height: 66px;
}

#menu {
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	height: 25px;
}

#middle {
	background-image: url(grafic/bg_middle.png); 
	background-repeat: repeat-y;;
	width: 680px;
	height: 450px;
}

#bottom {
	background-image: url(grafic/bg_bottom.png); 
	background-repeat: no-repeat;
	width: 680px;
	height: 11px;
}

#foot {
	width: 680px;
	text-align: right;
	font-size:10px;
	margin-top: 5px;	
}

#button_redcross {
	width: 110px;
	height: 50px;
	margin-left: 45px;
	margin-top: 10px;
	position: fixed;
	cursor: pointer;
	float: left;
}

#button_nicotext {
	width: 80px;
	height: 50px;
	margin-left: 160px;
	margin-top: 10px;
	position: fixed;
	cursor: pointer;
	float: left;
}

#button_spel {
	width: 190px;
	height: 50px;
	cursor: pointer;
	margin-right: 40px;
	margin-top: 10px;
	float: right;
}

/* HOME.PHP */

#home_top {
	background-image: url(grafic/bg_hem_top.png); 
	background-repeat: no-repeat; 
	width: 336px; 
	height: 12px;
	margin: 0px;
	padding: 0px;
}

#home_main {
	background-image: url(grafic/bg_hem_middle.png); 
	background-repeat: repeat-y;
	width: 336px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#home_bottom {
	background-image: url(grafic/bg_hem_bottom.png); 
	background-repeat: no-repeat; 
	width: 336px; 
	height: 127px;
}



	