/* CSS Document */
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	height: 100%;
	background-color: #000;
	background-image: url('pictures/background.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size:cover;
}
* {
	padding: 0;
	margin: 0;
	top: auto;
}
html * {
	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 14px; 
	line-height: 18px;
}
a {
	font-weight: bold;
	color: #39F;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #39F;
	text-decoration: underline;
}
.first_frame {
	width: 1200px; 
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
	display: table;
	opacity: 0.95;
	background-color: #fff;
}
.frame_left {
	float: left;
	width: 950px;
	min-height: 100%;
	height: 100%;
	background-color: #ececec;
}
	.frame_left_inner {
		padding: 20px;
	}
.frame_right {
	float: right;
	width: 250px; 
	overflow: hidden;
	min-height: 100%;
	height: 100%;
	background-color: #fff;
}
	.side_frame {
		padding-top: 20px;
		text-align: center;
	}
	.ads_div {
		margin: auto; 
		margin-bottom: 10px;
		border-radius: 5px 5px 5px 5px;
		background-repeat: no-repeat;
	}
.logo {
	width: 910px;
	height: 400px;
	text-align: right;
	background-image: url('pictures/logo2.jpg');
	border-radius: 15px 15px 15px 15px;
	margin-bottom: 20px;
	position: relative;
}
	.logon_info {
		font-weight: bold;
		padding: 8px 10px 5px 10px;
		background-color: #ececec; 
		border-radius: 0px 0px 15px 15px;
		margin-right: 10px;
		float: right;
		display: table; 
		opacity: 0.7;
	}
.meny {
	width: 100%;
	text-align: center;
	background-color: #ececec;
	position: absolute; 
	bottom: 0;
	opacity: 0.7;
}
	.menu-group .button {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		color: #000;
		padding: 10px 18px;
		background-color: #ececec; 
		border: none;
		display: inline-block;
		cursor: pointer;
	}
	.menu-group .button:hover {
		background-color: #8fd5ff;
	}
	.login-group .button {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		color: #fff;
		padding: 8px 8px;
		background-color: #000; 
		border: none;
		display: inline-block;
		cursor: pointer;
		border: 2px solid #ececec;
	}
	.login-group .button:hover {
		color: #fff;
		background-color: #000;
		border: 2px solid #000;
	}
.meny2 {
	text-align:center;
	padding-bottom: 20px;
}
	.menu-group2 .button {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		color: #000;
		padding: 8px 12px;
		background-color: #8fd5ff; 
		border: 0;
		border-radius: 5px 5px 5px 5px;
		display: inline-block;
		cursor: pointer;
	}
	.menu-group2 .button:hover {
		background-color: #25abfc;
	}
.inner_frame {
	width: 100%;
}
	.inner_left {
		width: 440px;
		float: left;
	}
	.inner_right {
		width: 440px;
		float: right;
	}
	.inner_sec_left {
		width: 610px;
		float: left;
	}
	.inner_sec_right {
		width: 270px;
		float: right;
	}
.topic_top {
	font-weight: bold;
	padding: 10px;
	background-color: #00466f;
	border-radius: 15px 15px 0px 0px;
	color: #fff;
}
	.topic_top a {
		color: #000;
		text-decoration: none;
	}
	.topic_top a:hover {
		color: #000;
		text-decoration: none;
	}
.topic_sec {
	font-weight: bold;
	padding: 10px;
	background-color :#00466f;
	color: #fff;
}
	.topic_sec a {
		color: #000;
		text-decoration: none;
	}
	.topic_sec a:hover {
		color: #000;
		text-decoration: none;
	}
.rubrik_text {
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	padding-left: 0px;
}
.body_text {
	padding: 10px;
	padding-bottom: 50px;
	background-color: #ffffff;
	border-radius: 0px 0px 15px 15px;
	overflow: hidden;
}
	.body_text_sec {
		padding: 10px;
		background-color: #ffffff;
		overflow: hidden;
	}
	.normal_text {
		padding: 10px;
	}
		table.normal_text {
			height: auto;
			padding: 0;
			border-spacing: 0;
		}
		table.normal_text td {
			font-weight: normal;
			padding: 5px;
			border: 0;
		}
		#normal_text a {
			color: #000;
			text-decoration: none;
		}
		#normal_text a:hover {
			color: #000;
			text-decoration: none;
		}
.ul_sub {
	color: #000;
	font-size: 24px;
	padding: 10px;
	background-color: #ececec;
	border: 1px solid #a9a9a9;
	border-radius: 5px 5px 5px 5px;
}
.res_sub {
	color: #000;
	padding: 3px;
	background-color: #ececec;
	border: 1px solid #a9a9a9;
}
.page_sub {
	color: #000;
	padding: 5px;
	background-color: #8fd5ff;
	border: 1px solid #a9a9a9;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 10px;
}
	.page_sub:hover {
		background-color: #25abfc;
	}
.page_sub_blocked {
	color: #a9a9a9;
	padding: 5px;
	background-color: #ececec;
	border: 1px solid #a9a9a9;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 10px;
}
.page_select {
	color: #000;
	padding: 5px;
	background-color: #ececec;
	border: 1px solid #a9a9a9;
	border-radius: 5px 5px 5px 5px;
}
	.page_option {
		color: #000;
		background-color: #ffffff;
	}
.page_select_blocked {
	color: #a9a9a9;
	padding: 5px;
	background-color: #ececec;
	border: 1px solid #a9a9a9;
	border-radius: 5px 5px 5px 5px;
}
.admin_form {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.admin_text {
	width: 200px;
	color: #000;
	padding: 5px;
	background-color: #ececec;
	border: 1px solid #a9a9a9;
	border-radius: 5px 5px 5px 5px;
}
.admin_sub {
	color: #000;
	padding: 5px;
	background-color: #ececec;
	border: 1px solid #a9a9a9;
	border-radius: 5px 5px 5px 5px;
}
.admin_select {
	color: #000;
	padding: 5px;
	background-color: #ececec;
	border: 1px solid #a9a9a9;
	border-radius: 5px 5px 5px 5px;
}
	.admin_option {
		color: #000;
		background-color: #ffffff;
	}
.godkann_sub {
	color: #67ff87;
	font-size: 50px;
	font-weight: bold;
	padding: 30px;
	background-color: #636363;
	border: 1px solid #a9a9a9;
	border-radius: 10px 10px 10px 10px;
}
.red_link a {
	color: #ff0000;
}
.red_link a:hover {
	color: #ff0000;
}





	
	
.button_sub_container {
	position: relative;
	display: inline-block;
}
	.button_sub_label {
		display: block;
		padding: 5px 10px;
		color: #000;
		background: #ececec;
		border: 1px solid #a9a9a9;
		border-radius: 6px;
		transition: background .5s;
	}
		.button_sub_label:hover {
			cursor: pointer;
			background: #a9a9a9;
		}

	.button_sub_input {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		font-size: 1;
		width:0;
		height: 100%;
		opacity: 0;
	}

.report_submit {
	position: relative;
	display: inline-block;
}
	.report_submit_label {
		display: block;
		padding: 5px 10px;
		color: #000;
		font-size: 24px;
		line-height: 30px;
		background: #d5fee0;
		border: 1px solid #a9a9a9;
		border-radius: 6px;
		transition: background .5s;
	}
		.report_submit_label:hover {
			cursor: pointer;
			background: #9ffdb9;
		}
		
	.report_submit_label_block {
		display: block;
		padding: 5px 10px;
		color: #ff0000;
		font-size: 24px;
		line-height: 30px;
		background: #ececec;
		border: 1px solid #ff0000;
		border-radius: 6px;
		transition: background .5s;
	}