html, body{
	background-image: URL('graphic/bg.jpg');
	background-repeat: no-repeat;
	background-position: center top; 
	background-color: #7d7e8a;
    background-attachment: fixed;
    margin: 0px;
	height: 100%;
	min-height: 100%;

}

h1{
	margin-top: 5px;
}

.buttonOuter{

	display: inline-block;
	position: relative;

}

.button{

	border: 1px solid rgb(187, 187, 187);
	display: inline-block;
	height: 20px;
	line-height: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;

}

.buttonInside{

	background-color: rgb(200, 200, 200);
	cursor: pointer;
	display: inline-block;
	height: 20px;
	line-height: normal;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;

}

.buttonPos{

	height: 100%;
	position: relative;

}

.buttonTop{

	background-color: rgb(230, 230, 230);
	border-bottom: 2px solid  rgb(215, 215, 215);
	height: 10px;
	left: 0px;
	overflow: hidden hidden;
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 0px;

}

.buttonContent{

	display: block;
	position: relative;
	z-index: 2;
	padding-right: 5px;
	padding-left: 5px;
	color: black;
	padding-top: 2px;
	
}

#ramme{
	background-image: URL('graphic/shadow.png');
	width: 938px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	min-height: 100%;
	}

#logo{
	width: 900px;
	height: 233px;
	margin-left: auto;
	margin-right: auto;
}

#menu{
	width: 900px;
	height: 35px;
	background-image: URL('graphic/ikke_aktiv.png');
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	position:relative;
    margin-bottom: 5px;
}

.upper_menu_sub{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	float:left;
	font-family: verdana;
    height: 28px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    cursor: pointer;
}

.upper_menu_sub_active{
	font-size: 14px;
	color: #2a2c45;
	background-image: URL('graphic/aktiv.png');
	text-align: center;
	float:left;
	font-family: verdana;
    height: 28px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    cursor: pointer;
}

.upper_menu_sub:hover{
	color: #2a2c45;
	background-image: URL('graphic/aktiv.png');
}

.upper_menu_pic{
	height: 31px;
	float:left;
	text-align: center;
	width: 2px;
    margin-top: 2px;
}

.lodret_menu_sub{
	font-size: 12px;
	color: #ffffff;
	float:left;
	font-family: verdana;
    height: 24px;
	width: 157px;
    cursor: pointer;
	background-image: URL('graphic/ikke_aktiv_lodret.gif');
    padding-top: 4px;
    padding-left: 5px;
}

#indhold{
	padding: 20px;
	overflow: hidden;
    
}

a{
		color:#000000;
}

a:hover {
		text-decoration: none; 
		color:#000000;
}
	
a.white{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

a.white:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
	
.input_text{
	background-image: URL('graphic/log_bg.png');
    height: 20px;
	border: 1px solid #191f28;
}

#menu_left{	
	left: 10px;
	float: left;
    width: 162px;
	margin-bottom:10px;
	min-height: 310px;
	margin-top: -15px;
	}

.menu_box{	
	background-color: #7d7e8a;
	border: 1px solid #191f28;
	float:left;
    width: 162px;
}

.menu_box_ads{	
	margin-top: 10px;
	float:left;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 5px;
    width: 162px;
	background-color: #7d7e8a;
	border: 1px solid #191f28;
}

#top_menu{
	width:900px;
	padding-left: 19px;
	padding-right: 18px;
	height:20px;
	position:fixed;
	top:0px;
	margin-left: auto;
	margin-right: auto;
}

#inner_menu{
	width:100%;
	height:35px;
	background-image: URL('graphic/topbar_bg.png');
	background-repeat: repeat-x;
}

.text_box{ 
	/* width: 685px; */
	margin-right: 10px;
	margin-left: 185px;
	margin-bottom: 10px;
	margin-top: -15px;
	text-align: left;
	height:100%;
	min-height: 300px;
}

.box_top{
	width: 100%;
	height: 30px;
	background-image: URL('graphic/box_style.jpg');
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}

input{
border: solid 1px #2a2c45; 
background:none; 
background-position:bottom; 
background-repeat:repeat-x; 
color:#FFFFFF; 
background-image:URL('graphic/login_bg.png');
}

#text{
	padding: 5px;	height:100%;
	min-height: 300px;		background-color: #7d7e8a;
	border: 1px solid #191f28;
		overflow: hidden;
	text-align: left;
}

.word-wrap{
	//white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla*/
	white-space: -o-pre-wrap; /* Opera 7 */
	//white-space: pre-wrap; /* CSS 2.1 */
	//white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

.inputTooltip{
	border: 1px solid #191f28;
	background-color: #7d7e8a;
	padding: 5px;
}

.floater {
	position:absolute;
	z-index:2;
	bottom:0;
	right:0;
	display:none;
	padding:0;
}

.floater td {
	font-family: Gill, Helvetica, sans-serif;
	background-color:white;
	border:1px inset #979797;
	color:black;
}

.matchedSmartInputItem {
	font-size:0.8em;
	padding: 5px 10px 1px 5px;
	margin:0;
	cursor:pointer;
}

.selectedSmartInputItem {
	color:white;
	background-color:#3875D7;
}

#smartInputResults {
	padding:0;margin:0;
}

.siwCredit {
	margin:0;padding:0;margin-top:10px;font-size:0.7em;color:black;
}
#box_post{
	width: 685px;
	background-color: #7d7e8a;
	border: 1px solid #191f28;
	margin-left: auto;
	margin-right: auto;
}

#box_post_top{
	width: 100%;
	height: 25px;
	background-image: URL('graphic/box_style.jpg');
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
    padding-left: 5px;
    padding-top: 5px;
    
}

#box_indhold{
	margin-bottom:10px;
	min-height: 100%;
	height: 100%;
}

#mail_closed{
	width: 100%;
	height: 30px;
}

#ugle{
	background-image: URL('graphic/ven_bg.png');
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #d8dfea;
	border: 1px solid #2a3340;
 
}

#ugle td{
	border: 1px solid #2a3340;
}

.friend{
	background-image: URL('graphic/ven_bg.png');
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #d8dfea;
	width: 200px;
	cursor: move;
	height: 106px;
	border: 1px solid #2a3340;
}

#post{
	width: 670px;
    border-top: 1px solid #2a3340;
    margin-left: auto;
	margin-right: auto;
    margin-top: 25px;
 
}

.closed_post{
	background-image: URL('graphic/closed_post.gif');
	background-repeat: repeat-x;
    border-left: 1px solid #2a3340;
    border-right: 1px solid #2a3340;
	width: 668px;
	height: 29px;
	font-weight:bold;
}

.open_post{
	background-image: URL('graphic/open_post.gif');
	background-repeat: repeat-x;
    border-left: 1px solid #2a3340;
    border-right: 1px solid #2a3340;
	width: 668px;
	height: 29px;
}

#friends { 
	overflow: auto; 
	list-style-type: 
	none; margin: 0; 
	padding: 0; 
	text-align:center; 
	height:100%;
	width:100%; 
}

#friends div { 
	margin: 10px; 
	float: left; 
}

.besked{
	background-color: #9495a0;
    margin-top: 10px;
    margin-left: auto;
	margin-right: auto;
	width: 670px;
	border: solid 1px #2a2c45;
}

.post_top{
	background-image: URL('graphic/post_top.gif');
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.post_tekst{
	width: 100%;
	padding: 5px;
	//white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla*/
	white-space: -o-pre-wrap; /* Opera 7 */
	//white-space: pre-wrap; /* CSS 2.1 */
	//white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
	overflow:hidden;
}

#avatar_top{
	background-image: URL('graphic/pic_style_top.gif');
	width: 150px;
	height: 22px;
}

#avatar_midt{
	background-image: URL('graphic/pic_style_midt.gif');
	width: 150px;
}

#avatar_bund{
	background-image: URL('graphic/pic_style_bund.gif');
	width: 150px;
	height: 22px;
}

.forum{
    margin-top: 10px;
    margin-left: auto;
	margin-right: auto;
	width: 670px;
}

.forum_top{
	width: 670px;	
}

.forum_top_left{
	width: 15px;
	height: 29px;
	background-image: URL('graphic/forum_top_left.png');
	float: left;
}

.forum_top_midt{
	width: 640px;
	height: 29px;
	background-image: URL('graphic/forum_top_m.png');
	float: left;
	font-size: 12px;
	font-family: Verdana;
    color: #FFFFFF;
}

.forum_top_right{
	width: 15px;
	height: 29px;
	background-image: URL('graphic/forum_top_right.png');
	float: right;
}

.forum_bund_left{
	width: 15px;
	height: 15px;
	background-image: URL('graphic/forum_bund_left.png');
	float: left;
}

.forum_bund_midt{
	width: 640px;
	height: 15px;
	background-image: URL('graphic/forum_bund_midt.png');
	float: left;
}

.forum_bund_right{
	width: 15px;
	height: 15px;
	background-image: URL('graphic/forum_bund_right.png');
	float: right;
}

.forum_midt{
	background-color: #2a2c45;
	border-left: 1px solid #2a2c45;
	border-right: 1px solid #2a2c45;
    width: 668px;
    margin-left: auto;
	margin-right: auto;
}

.forum_in{
	background-color: #9495a0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #050d76;
	height: 42px;
    width: 640px;
    margin-left: 15px;
	margin-right: 15px;
	font-size: 12px;
	font-family: Verdana;
}

.forum_in:hover{
background-color: #7d7e8a;
}

.forum_in:first-child{
border-top: 0px;
}

.indlaeg_top{
	background-color: #9495a0;
    margin-top: 10px;
    margin-left: auto;
	margin-right: auto;
	width: 670px;
	height: 30px;
	border: solid 1px #2a2c45;
}

.vennenyt{
	background-color: #9495a0;
    margin-top: 10px;
    margin-left: auto;
	margin-right: 10px;
	width: 390px;
	border: solid 1px #2a2c45;
    float: right;
	height: 508px;
}

.dig{
	background-color: #9495a0;
    margin-top: 10px;
    margin-left: 10px;
	margin-right: auto;
	width: 295px;
    float: left;
	border: solid 1px #2a2c45;
	height: 244px;
}

.reklame{
    margin-top: 10px;
    margin-left: 10px;
	margin-right: auto;
	width: 300px;
    float: left;
	height: 250px;
}

.besogende{
	background-color: #9495a0;
    margin-top: 10px;
    margin-left: 11px;
	margin-right: auto;
    margin-bottom: 10px;
	width: 357px;
    float: left;
	border: solid 1px #2a2c45;
	height: 246px;
}

.opslag{
	background-color: #9495a0;
    margin-top: 10px;
    margin-left: auto;
	margin-right: 10px;
	width: 360px;
    float: right;
	border: solid 1px #2a2c45;
	height: 244px;
}

.start_top{
	padding-left: 7px;
	padding-top: 0px;
	height: 23px;
	background-image: URL('graphic/start_box_top.gif');
}

#avatar_top_2{
	background-image: URL('graphic/avatar_top_2.png');
	width: 119px;
	height: 7px;
}

#avatar_midt_2{
	background-image: URL('graphic/avatar_midt_2.png');
	width: 119px;
}

#avatar_bund_2{
	background-image: URL('graphic/avatar_bund_2.png');
	width: 119px;
	height: 7px;
}

.start_box_1{
	background-color: #9495a0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #050d76;
	padding-left: 5px;
	width: 352px;
	font-size: 12px;
	font-family: Verdana;
}

.start_box_1:hover{
background-color: #7d7e8a;
}

.start_box_1:first-child{
border-top: 0px;
}

.start_box_2{
	background-color: #9495a0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #050d76;
	padding-left: 5px;
	width: 355px;
    height: 35px;
	font-size: 12px;
	font-family: Verdana;
}

.start_box_2:hover{
background-color: #7d7e8a;
}

.start_box_2:first-child{
border-top: 0px;
}

.info{
	background-color: #9495a0;
	margin-right: auto;
	width: 500px;
    float: left;
	border: solid 1px #2a2c45;
	height: 230px;
}

.venner{
	background-color: #9495a0;
    margin-left: 10px;
	margin-right: auto;
	width: 165px;
    float: left;
	border: solid 1px #2a2c45;
	height: 230px;
}

.venner_2{
	background-color: #9495a0;
    margin-top: 10px;
    margin-left: 10px;
	margin-right: auto;
	width: 677px;
    float: left;
	border: solid 1px #2a2c45;
	height: 100px;
}

.profil_tekst{
	background-color: #9495a0;
    margin-top: 10px;
	margin-right: auto;
	width: 677px;
    float: left;
	border: solid 1px #2a2c45;
}

.klub_fane{
    margin-left: auto;
	margin-right: auto;
	width: 697px;
	border-bottom: solid 1px #191f28;
	height: 25px;
}

.fane_aktiv{
	background-color: #7d7e8a;
	border-top: solid 1px #191f28;
	border-right: solid 1px #191f28;
	border-left: solid 1px #191f28;
	font-size: 12px;
	font-family: Verdana;
	height: 15px;
	font-weight: bold;
	padding: 5px;
	cursor: default;
}

.fane_not_aktiv{
	background-image: URL('graphic/fane_bg_1.gif');
	background-repeat: repeat-x;
	background-color: #9495a0;
    margin-top: 2px;
	height: 13px;
	font-size: 12px;
	font-weight: bold;
	color: #9495a0;
	font-family: Verdana;
	padding: 5px;
}

.fane_not_aktiv_2{
	background-image: URL('graphic/fane_bg_1.gif');
	background-repeat: repeat-x;
	background-color: #9495a0;
    margin-top: 2px;
	height: 13px;
	font-size: 12px;
	font-weight: bold;
	color: #9495a0;
	font-family: Verdana;
	padding: 5px;
}

.fane_not_aktiv_2:hover{
	background-color: #646570;
	color: #FFFFFF;
	cursor: pointer;
}

.fane_not_aktiv:hover{
	background-color: #646570;
	color: #FFFFFF;
	cursor: pointer;
}

.tab_new_message{
	background-image: URL('graphic/fane_bg_2.gif');
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Verdana;
	background-color: #9495a0;
    margin-top: 2px;
	height: 13px;
	font-weight: bold;
	padding: 5px;
}

.klub{
	background-color: #7d7e8a;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 99%;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	height:100%;
	padding: 10px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
}

#tooltip h3, #tooltip div { margin: 0; }

img{
	border: 0px;
}

.enroll{
	background-color: #9495a0;
    margin-top: 10px;
    margin-left: auto;
	margin-right: auto;
	width: 670px;
	border: solid 1px #2a2c45;
}

.chat{
    margin-top: 10px;
    margin-left: 25px;
	margin-right: 10px;
	width: 670px;
}

.chat_top{
	width: 670px;	
}

.chat_top_left{
	width: 15px;
	height: 29px;
	background-image: URL('graphic/forum_top_left.png');
	float: left;
}

.chat_top_midt{
	width: 640px;
	height: 29px;
	background-image: URL('graphic/forum_top_m.png');
	float: left;
	font-size: 12px;
	font-family: Verdana;
    color: #FFFFFF;
}

.chat_top_right{
	width: 15px;
	height: 29px;
	background-image: URL('graphic/forum_top_right.png');
	float: right;
}

.chat_bund_left{
	width: 15px;
	height: 15px;
	background-image: URL('graphic/forum_bund_left.png');
	float: left;
}

.chat_bund_midt{
	width: 640px;
	height: 15px;
	background-image: URL('graphic/forum_bund_midt.png');
	float: left;
}

.chat_bund_right{
	width: 15px;
	height: 15px;
	background-image: URL('graphic/forum_bund_right.png');
	float: right;
}

.chat_midt{
	background-color: #2a2c45;
	border-left: 1px solid #2a2c45;
	border-right: 1px solid #2a2c45;
    width: 668px;
    margin-left: auto;
	margin-right: auto;
	position:relative;
}


.chat_in{
	background-color: #9495a0;
    width: 640px;
	min-height: 300px;
	height: 300px;
    margin-left: 15px;
	margin-right: 15px;
	position:relative;
}

.chat_online{
	background-color: #9495a0;
    margin-top: 10px;
	margin-right: auto;
	width: 160px;
    height: 471px;
	border: solid 1px #2a2c45;
}

.user_item:hover{
	background-color: red;
	cursor: pointer;
}

.news_ramme{
	background-color: #9495a0;
    margin-top: 10px;
	border: solid 1px #2a2c45;
    margin-left: 10px;
    margin-right 10px;
}

.news_top{
	padding-left: 5px;
    padding-top: 4px;
	height: 21px;
	background-image: URL('graphic/start_box_top.gif');
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
    font-size: 12px;
}

.news{
	padding-top: 4px;
	font-family: Arial;
    font-size: 12px;
    line-height: 18px;
}

.close_chat_cross{
	cursor: pointer;
}

.billede {
	Padding: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 94px;
    width: 130px;
    border: solid 1px #c4c4c4;
}

.billede:hover {
    border: solid 1px #2a2c45;
}

	#top{
		height: 22px;
		font-size: 12px;
		margin-top:0px;
		padding-left:5px;
		padding-top:3px;
		padding-right:5px;
		border-right: 1px solid #8f9090;
		position: relative;
		float:left;
	}
	#top:hover{
		cursor: pointer;
		background-color:#e5e5e5;
		background-image:URL('graphic/mousehover.gif');
	}
	
	#bg:hover{
		cursor: pointer;
		background-color:#e5e5e5;
		background-image:URL('graphic/mousehover.gif');
	}
	
	#holdem{
		position: absolute;
		display: none;
		background-image:URL('graphic/holdem_bg.png');
		width: 200px;
		top: 25px;
		border: 1px solid #8f9090;
	}
	.subitem{
		width: 100%;
	}
	.subitem:hover{
		width: 100%;
		background: #e5e5e5;
		cursor: pointer;
	}
	#money_holder{
		position: absolute;
		display: none;
		background-image:URL('graphic/holdem_bg.png');
		top: 25px;
		padding:3px;
				border: 1px solid #8f9090;
	}
