@import url("textStyle.php");

body{
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* =====================================
 * Here is HEADER Styles
 * ===================================== 
*/
#header{
	height: 100px;
	background: #FFF;
}

	#header_inside{
		width: 900px;
		height: 100px;
		margin: 0 auto;
	}
	
		#header_logotype{
			float: left;
			margin-top: 10px;
		}
		
		#header_search{
			width: 500px;
			border: 1px solid #b9b9b9;
			background: #FFFFFF;
			float: right;
			margin-top: 20px;
			font-family: Helvetica, Arial, Sans;
			font-size: 13px;
			font-weight: bold;
			color: #444;
		}
			#header_search_notice{
				float: right;
				font-size: 11px;
				color: #666;
				margin-right: 10px;
			}
			
			#header_search_inside{
				background: #e8e9e9;
				background-image: url('../images/bg_search.png');
				background-repeat: repeat-x;
				margin: 2px;
				padding: 5px;
			}
			
				#header_search_inside img{
					position: absolute;
					margin-left: -30px;
					margin-top: -6px;
				}
				
				#header_search_inside input{
					font-size: 13px;
					width: 450px;
					padding: 4px;
					padding-left: 30px;
					margin-top: 5px;
					border: 1px solid #d5d5d5;
					border-top: 1px solid #afaeae;
				}

/* =====================================
 * Here is TOP_MENU Styles
 * ===================================== 
*/
#menu_top{
	background: #2782c1;
	clear: both;
}
.menu_top_right
{
	float: right;
	font-family: Helvetica;
	font-size: 12px;
	padding: 4px;
	margin: 0px;
	margin-right: 10px;
	color: #96d5ff;
	display: inline;
}
.menu_top_right a
{
	color: #cdebff;
	text-decoration: none;
}
	#menu_top_inside{
		margin: 0 auto;
		width: 900px;
		text-align: left;
	}
	
		#menu_top_inside ul{
			float: left;
			list-style: none;
			padding: 4px;
			margin: 0px;
			margin-left: 10px;
		}
		
		#menu_top_inside li{
			float: left;
			margin-right: 20px;
		}
		
			#menu_top_inside li a{
				color: #cdebff;
				text-decoration: none;
				font-family: Helvetica;
				font-size: 13px;
				font-weight: bold;
			}
			
			#menu_top_inside li a:hover{
				color: #FFF;
				border-bottom: 1px dotted #cdebff;
			}

/* =====================================
 * Here is CONTENT Styles
 * ===================================== 
*/
#content{
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	background-color: #fff;
}

	#content_inside{
		margin: 0 auto;
		width: 850px;
		text-align: left;
		background: #FFF;
		background-image: url('../images/bg_content.png');
		background-repeat: repeat-x;
		padding: 20px;
	}
	
	#content_left{
		float: left;
		width: 620px;
	}
	
		#content_left h2{
			color: #666666;
			font-size: 20px;
			font-weight: normal;
			padding: 0px; margin: 0px;
			margin: 0px 0px 10px 0px;
		}
		#content_left h3
		{
			color: #888;
		}
	
	
	#content_right{
		float: right;
		width: 200px;
	}
	
	#content_left_auth{
		float: left;
		width: 394px;
	}
		#content_left_auth h2, #content_right_auth h2{
			color: #666666;
			font-size: 20px;
			font-weight: normal;
			padding: 0px; margin: 0px;
			margin: 0px 0px 10px 0px;
		}
		
		#content_left_auth strong, #content_right_auth strong{
			color: #000;
		}
		
		#content_left_auth_inside{
			background: #EFEFEF;
			padding: 10px;
			margin-bottom: 15px;
		}
	
	#content_right_auth{
		float: right;
		width: 400px;
	}
		#content_right_auth_inside{
			background: #EFEFEF;
			padding: 10px;
			margin-bottom: 15px;
		}
		
	#content_right_auth_why{
		
	}
	
		#content_right_auth_why h2{
			color: #666666;
			font-size: 20px;
			font-weight: normal;
			padding: 0px; margin: 0px;
			margin: 20px 0px 10px 0px;
		}
		
		#content_right_auth_why ul{
			padding: 0px;
			margin: 0px 0px 0px 10px;
			list-style: none;
		}
		
		#content_right_auth_why li{
			font-family: georgia;
			margin-bottom: 8px;
			color: #777;
		}
	
/* =====================================
 * Here is FOOTER Styles
 * ===================================== 
*/
#footer{
	margin: 0 auto;
	width: 850px;
	text-align: left;
	padding: 20px;
	padding-top: 10px;
	font-family: Helvetica, Arial, Sans;
	font-size: 11px;
	line-height: 18px;
	border-top: 1px dotted #CCC;
	color: #666;
	margin-bottom: 10px;
}
.footermiddle
{
	width: 300px;
	float: left;
}
.footerleft
{
	width: 280px;
	float:left;

}
#footer ul
{
	list-style: none;
	padding:0;
	margin:0;
}
#footer ul li
{
	float: left;
	margin-left: 15px;
	padding-left: 15px;
	font-size:11px;
}
#footer ul li.line
{
	border-left: 1px solid #ccc;
}
#footer ul li a
{
	text-decoration:none;
}
#footer ul li a:hover
{
	border-bottom: 1px dotted #ccc;
}
	#footer a{
		color: #57a0d3;
		text-decoration: none;
	}
/* =====================================
 * Here is REG_FORM & And Errors
 * ===================================== 
*/
.error{
	background: #f6f8da;
	background-image: url('../images/ajaj.png');
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding: 10px;
	padding-left: 65px;
	font-size: 11px;
	color: #584400;
	font-family: Verdana, Helvetica, Arial, Sans;
	margin-bottom: 10px;
	height: 45px;
	line-height: 18px;
}
	.error strong
	{
		color: #000;
		font-family: Verdana;
		font-weight: bold;
		font-size: 11px;
	
		padding:0;
		margin:0;
	}
	.error li
	{
		list-style: none;
		line-height: 18px;
	}
	
	.error a{
			color: #075992;
			text-decoration: none;
		}
	
.success{
	background: #e9ffd2;
	background-image: url('../images/okey.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 10px;
	padding-top: 15px;
	padding-left: 70px;
	font-size: 11px;
	color: #2f5d00;
	font-family: Verdana, Helvetica, Arial, Sans;
	margin-bottom: 10px;
	height: 40px;
	line-height: 18px;
}
	.success strong
	{
		color: #000;
		font-family: Verdana;
		font-weight: bold;
		font-size: 11px;
	
		padding:0;
		margin:0;
	}
	.sucess li
	{
		list-style: none;
		line-height: 18px;
	}
	
	.success a{
			color: #075992;
			text-decoration: none;
		}

.nosearch{
	background: #EFEFEF;
	background-image: url('../images/nono.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 10px;
	padding-left: 55px;
	font-size: 11px;
	color: #666;
	font-family: Verdana, Helvetica, Arial, Sans;
	margin-bottom: 20px;
	height: 35px;
	line-height: 16px;
}
	.nosearch strong
	{
		color: #000;
		font-family: Verdana;
		font-weight: bold;
		font-size: 11px;
	
		padding:0;
		margin:0;
	}
	
	.nosearch a{
		color: #075992;
		text-decoration: none;
	}

.reg_form{
	padding: 4px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #d5d5d5;
	border-top: 1px solid #afaeae;
	background-repeat: no-repeat;
	background-position: 5px;
	width: 250px;
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;

	
}
	.reg_form_error{
		padding: 4px;
		padding-left: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
		border: 1px solid #d5d5d5;
		border-top: 1px solid #ff0000;
		background-repeat: no-repeat;
		background-position: 5px;
		width: 250px;
		font-size: 16px;
		font-weight: bold;
		font-family: Helvetica, Arial, sans-serif;
	}
.reg_name_ava
{
	background-image:url('../images/accept.png');
	background-position:  2px center;
	background-repeat: no-repeat;
	width: 234px;
	display:block;
	padding: 5px;
	padding-left: 20px;
	background-color: #b6f5af;
	border: 0px solid #97d990;
	margin-bottom: 5px;
}
.reg_name_taken
{
	background-image:url('../images/delete.png');
	background-position:  2px center;
	background-repeat: no-repeat;
	width: 234px;
	display:block;
	padding: 5px;
	padding-left: 20px;
	background-color: #ff98a9;
	border: 0px solid #d95f73;
	margin-bottom: 5px;
}
.reg_name_ava2
{
	background-image:url('../images/accept.png');
	background-position:  left center;
	background-repeat: no-repeat;
	width: 595px;
	display:block;
	padding: 5px;
	padding-left: 20px;
	background-color: #b6f5af;
	border: 1px solid #97d990;
}
.reg_name_taken2
{
	background-image:url('../images/delete.png');
	background-position:  left center;
	background-repeat: no-repeat;
	width: 595px;
	display:block;
	padding: 5px;
	padding-left: 20px;
	background-color: #ff98a9;
	border: 1px solid #d95f73;
}
.errorbox
{
	margin-bottom: 10px;
}
.error_round
{
	background-image:url('../images/errorleft.png');
	background-position: left top;
	background-repeat: no-repeat;
	height:6px;
	padding:0;
	margin:0;
}
.error_round_right
{
	background-image:url('../images/errorright.png');
	background-position: left bottom;
	height: 6px;
	background-repeat: no-repeat;
}
.error_round_middle
{
	background-image:url('../images/errormiddle.png');
	background-repeat: repeat-y;
	padding: 5px 0px 5px 10px;
	font-family:Verdana;
	font-size:11px;
	color: #584400;
}
.error_head
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	padding-top:6px;
	padding-left: 60px;
	height: 40px;
	margin:0;
	color: #584400;
	display: block;
	background-image:url('../images/ajaj.png');
	background-repeat: no-repeat;
	background-color: #f6f8da;
}
.error_text
{
	font-family: Verdana;
	font-size: 11px;
	display:block;
	margin-top: 6px;
	color: #444444;
	font-weight: normal;
}
.hidden{
	display:none;
}

#kategoriMenu{
	background: #EFEFEF;
	border: 1px solid #2782c1;
	position: absolute;
	width: 200px;
	margin-top: 19px;
	opacity: .0;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
}
	#kategoriMenu a{
		display: block;
		text-decoration: none;
		border-bottom: 1px solid #CCC;
		padding: 0px; margin: 0px;
		padding-bottom: 4px;
		padding-left: 7px;
		padding-top: 4px;
		font-size: 12px;
		color: #222;
	}
	#kategoriMenu a:hover
	{
		background-color: #cccccc;
	}

/* =====================================
 * Here is SIDEBAR Styles
 * ===================================== 
*/

#register_box{
	background-image: url('../images/medlem.png');
	width: 180px;
	height: 100px;
	padding: 10px;
}

	#register_box a{
		font-size: 16px;
		text-decoration: none;
		color: #2782c1;
		font-weight: bold;
	}
	
	#register_box p{
		padding: 0px;
		margin: 3px 0px 0px 0px;
		line-height: 18px;
		color: #444;
	}

.sidebar_list{
	
}
	.sidebar_list ul{
		padding: 0px; margin: 0px;
		list-style: none;
		border-top: 1px solid #dcdcdc;
	}
	
	.sidebar_list li{
		padding: 5px 5px 5px 5px;
		border-bottom: 1px solid #dcdcdc;
	}
		.sidebar_list li:hover{
			background: #EFEFEF;
		}
	
	.sidebar_list a{
		text-decoration: none;
		color: #075992;
	}
	
	.sidebar_list h2{
		padding: 0px; margin: 15px 0px 4px 0px;
		font-weight: normal;
		font-size: 18px;
		color: #666;
	}
	
	a.feed{
		display: block;
		float: right;
		
	}
	
.sidebar_toplist{
	
}
	.sidebar_toplist ul{
		padding: 0px; margin: 0px;
		
		border-top: 1px solid #dcdcdc;
		
	}
	
	.sidebar_toplist li{
		border-bottom: 0px solid #dcdcdc;
		margin: 0px;
		padding: 3px 0px 3px 0px;
		list-style-position: inside;
		list-style-image: url('../images/bullet_star.png');
	}
	
	.sidebar_toplist li.win{
		border-bottom: 0px solid #dcdcdc;
		margin: 0px;
		padding: 3px 0px 3px 0px;
		list-style-position: inside;
		list-style-image: url('../images/star.png');
	}
	
	.sidebar_toplist a{
		text-decoration: none;
		color: #075992;
	}
	
	.sidebar_toplist h2{
		padding: 0px; margin: 15px 0px 4px 0px;
		font-weight: normal;
		font-size: 18px;
		color: #666;
	}
	
#sidebar_new{
	height: 27px;
	width: 200px;
	background-image: url('../images/new.png');
}

	#sidebar_new a{
		display: block;
		padding-top: 6px;
		padding-left: 30px;
		color: #2782c1;
		text-decoration: none;
		font-weight: bold;
	}
	
	#sidebar_new a:hover{
		color: #0e5f97;
	}
	
.popbox{	
	text-align: left;
	
	width: 450px;
	margin-left: 4px;
	
	background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	
	opacity: .9;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
}

	.popbox_head{
		background: #2782c1;
		padding: 3px;
		padding-left: 6px;
		color: #FFF;
		font-weight: bold;
		font-size: 13px;
		
		margin-left: 5px;
	}
		.popbox_head a{
			color: #FFF;
			text-decoration: none;
		}
		
		.popbox_head img{
			vertical-align: baseline;
		}
	
	.popbox_body{
		border: 1px solid #d9d9d9;
		border-top: 0px;
		color: #666;
		
		background-color: #e8e9e9;
		background-image: url('../images/bg_search.png');
		background-repeat: repeat-x;
		
		
		padding: 10px;
		margin-left: 5px;
		line-height: 18px;
	}
	
	.popbox_best{
		width: 60px;
		background: #FFF;
		font-size: 10px;
		float: left;
		margin-right: 10px;
		text-align: center;
		color: #666;
		padding: 10px 5px 10px 5px;
		border: 1px solid #CCC;
		line-height: 14px;
	}
	
		.popbox_best strong{
			font-size: 20px;
			color: #008c21;
		}
.footerright
{
	float: left;
	display: block;
	height: 25px;
	width: 90px;
	border-right: 1px solid #ccc;
	margin-right: 5px;
	line-height: 21px;
	color: #999;
}

.tavling_item{
	border-bottom: 0px solid #CCC;
	margin-bottom: 10px;
	padding: 4px;
}

	.tavling_num{
		float: left;
		padding-top: 8px;
		width: 40px;
		text-align: center;
	}
	
	.tavling_avatar{
		border: 3px solid #cccccc;
		float: left;
		margin-right: 10px;
	}
		.tavling_avatar img{
			vertical-align: bottom;
		}
		
	.tavling_user{
		margin-top: 10px;
		color: #555555;
	}
		.tavling_user a{
			color: #2782c1;
			text-decoration: none;
			font-weight: bold;
		}

.humanonline{
	border: 1px solid #a7cc3e;
	margin-bottom: 10px;
	height: 70px;
	background-image: url('/images/humanonline.png');
	background-repeat: no-repeat;
}

	.humanonline p{
		margin: 10px 0px 10px 170px;
		padding: 0px;
		color: #555;
	}
	
	.humanonline a{
		background: #eafbba;
		color: #799d15;
		text-decoration: none;
	}

.bebetteronline{

	border: 1px dotted #4B5470;
	background-color: #fff;
	margin-bottom: 10px;
	font-size: 11px;
	height: 120px;
	background-image: url('http://www.bebetteronline.com/wp-content/themes/bebetteronline/img/logo-web.gif');
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

	.bebetteronline p{
		margin: 10px 10px 10px 230px;
		padding: 0px;
		color: #555;
	}
	
	.bebetteronline a{
		font-weight: bold;
		color: #4B5470;
		text-decoration: none;
	}
	
.renovering{
	border: 1px solid #b87300;
	background-color: #fca615;
	margin-bottom: 10px;
	height: 70px;
	background-image: url('/images/renovering.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

	.renovering p{
		margin: 10px 100px 10px 10px;
		padding: 0px;
		color: #5e3c03;
	}
	
	.renovering a{
		background: #ffc055;
		color: #432a00;
		text-decoration: none;
	}
