/* ############################################################################ */
/* ############################################################################ --------------> NORDIC VENUES HUVUD CSS ## */
/* ############################################################################ */

/* ################################################ HUVUD ## */
html{ 
	height:100%;
	width:100%;
	overflow:hidden;
	overflow-y:scroll; 
	overflow-x:auto; 
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	height:100%;
	background-color:#ffffff;
	color:#333;
}

/* ################################################ RADBRYT ## */


/* ################################################ TEXT ## */
p{
	letter-spacing:0.04em;
}

.contentText{
	line-height:16px;
	letter-spacing:0.02em;
}


/* ################################################ BILDER ## */
.rubrik_bild{
	float:left;
	margin-bottom:10px;
}

.knapp_bild{
	float:left;
	margin-bottom:10px;
	cursor:pointer;
	margin-left:10px;
}

.page_logga{
	float:left;
	margin-bottom:5px;
}

/* ################################################ RUBRIKER ## */
h4{
	font-size:18px;
	color:#000;
	margin-bottom:10px;
	font-weight:normal;
}

/* ################################################ LÄNKAR / KLICKBARA CLASSER ## */
a{
	font-weight:normal;
	color:#45BDE9;
	text-decoration:none;
}

.pointer{
	cursor:pointer;
}

.addthis_button{
	position:absolute;
	bottom:100px;
	right:10px;
}


/* ################################################ LAGER ## */
div#wrapper{
	position:absolute;
	top:25px;
	margin:0 auto;
	left:50%;
	margin-left:-415px;
	height:auto;
	width:830px;
	min-height:300px;
}

div#page_Wrapper{
	float:left;
	width:100%;
	height:auto;
}

div#page_Logga{
	float:left;
	width:100%;
	background-image:url(../_images/logga.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:191px;
}

div#page_Innehallare{
	float:left;
	width:100%;
	min-height:200px;
	margin-top:30px;
}

div.page_Spalt{
	float:left;
	width:250px;
	min-height:100px;
}
/* ### Page Spalter ## */
.page_Spalt_Left{
}
.page_Spalt_Center{
	margin-left:40px;
}
.page_Spalt_Right{
	margin-left:40px;
}

div#page_fot{
	float:left;
	background-image:url(../_images/sidfot.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:54px;
}

div#underSidanMarginal{
	float:left;
	width:100%;
	height:30px;
}

/* ###### Nyheter ## */
div.page_NyhetHallare{
	float:left;
	width:230px;
	min-height:50px;
	margin-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}
div.page_Nyhet_Datum{
	float:left;
	width:100%;
	color:#CCC;
	font-size:9px;
	margin-bottom:2px;
}
span.page_Nyhet_Rubrik{
	float:left;
	width:100%;
	color:#666666;
	font-weight:bold;
	margin-bottom:2px;
}
span.page_Nyhet_Loptext{
	float:left;
	width:100%;
	color:#999;
	margin-bottom:10px;
}
div.page_Nyhet_Innehall{
	float:left;
	width:100%;
	min-height:15px;
	color:#999;
}

div.page_Meryta_Nyhet{
	float:left;
	margin-bottom:10px;
	display:none;
}

div.page_Spalt_BottenHr{
	float:left;
	width:100%;
	height:2px;
	background-image:url(../_images/nyhet_Hr.jpg);
	background-repeat:no-repeat;
	background-position:right;
	margin-bottom:5px;
}

/* ###### Normala innehålls divvar ## */
div.page_DelInnehallsHallare{
	float:left;
	width:230px;
	min-height:50px;
	margin-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}
span.page_Loptext{
	float:left;
	width:100%;
	color:#999;
	margin-bottom:10px;
}

span.page_TabellText{
	float:left;
	width:100%;
	color:#999;
	margin-bottom:0px;
	margin-right:10px;
}

.page_formFalt{
	background-color:#CCCCCC;
	border:none;
	margin-top:5px;
	color:#333;
}

span.page_storRubrikLank{
	float:left;
	cursor:pointer;
	font-weight:normal;
	color:#45BDE9;
	text-decoration:none;
	font-size:18px;
	background-image:url(../_images/pil_Left.jpg);
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:15px;
	margin-bottom:10px;
	margin-right:20px;
}

div.page_Meryta{
	float:left;
	margin-bottom:10px;
	padding-left:10px;
	display:none;
}

/* ################################## Fönster i fönster ## */
div#pip_wrapper{
	position:absolute;
	top:100px;
	margin:0 auto;
	left:50%;
	margin-left:-465px;
	width:50px;
	height:1px;
	background-color:#FFF;
	display:none;
	overflow:hidden;
	z-index:10;
}

div#ajaxFonsterInnehall{
	float:left;
	overflow:hidden;
}

div#pip_genomskinligBGHallare{
	background-color:#777777;
	display:none;
	height:100%;
	position:fixed;
	width:100%;
	top:0px;
	left:0px;
}

div#pip_Innehallare{
	float:left;
	margin:10px;
	overflow:hidden;
}

div#pip_CloseButton{
	background-color:#45BDE9;
	color:#FFFFFF;
	padding:2px;
	position:absolute;
	right:0;
	cursor:pointer;
}