@charset "UTF-8";

/* importerar typsnitten */

/*@font-face {
	font-family: 'HelveticaConBold';
	src: url('../../fonts/hel_con_bold.eot');
	src: url('../../fonts/hel_con_bold.otf') format('opentype');
}*/

@font-face {
	font-family: 'HelveticaBoldCon';
	src: url('../../fonts/HelveticaBoldCon.eot');
	src: local('HelveticaBoldCon'), local('HelveticaBoldCon'), url('../../fonts/HelveticaBoldCon.otf') format('opentype');
}



/* Typsnitt */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family: Arial, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: HelveticaBoldCon, Arial, sans-serif;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);zoom:1;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family: Arial, Verdana, sans-serif;
}

/* Typsnitt - storlekar */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:12px;
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6{
	font-size:12px;
	font-weight: normal;
}

/* Typsnitt - rubriker */

h1{
	margin:0 0 6px 0px;
	padding: 3px 0 0 0;
	font-size:30px;
	line-height: 31px;
	color: #767676;
	text-transform: uppercase;
}

h2{
	margin:0 0 6px 0px;
	padding:0px;
	color: #767676;
	font-size:28px;
}

h3{
	margin: 0;
	padding:0px;
	color: #ffffff;
	font-size:22px;
}

/* Länkar */
a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

.ce_text a{
	text-decoration: none;
}

.ce_text a:hover{
	color: #ffffff;
	border-bottom: dotted 1px;
	text-decoration: none;
}

/* Övrigt */
img{
	border:0px;
}

p, pre, form{
	margin:0px;
	padding:0px;
}


/**
 * Body
 */
body 
{
	margin:0px;
	padding:0px;
	background: url(../images/body_bg.jpg) top center fixed;
/*	overflow: scroll;*/
}

/**
 * Basic layout
 */

#wrapper{
	width: 100%;
	float: none;
/*	background-color: #99CC33;*/
}

/* Sidhuvud */

#headerContainer{
	float: left;
	clear: left;
	width: 100%;
	margin: 0;
/*	background-color: #000000;*/
}

#header{
	width: 940px;
	/*background-color: #000000;*/
}

#header .inside{
	height: 170px;
	margin: 0;
	background-color: #000000;
	background: url(../images/black_op_bg.png) bottom left repeat-x;
}

/* Sidhuvud Contact */

#headContact{
	width: 940px;
	padding: 10px 0 0 0;
	margin: 0;
	height: 90px;
}

#headContact p,
#headContact a,
#headContact a:hover {
	font-size: 10px;
}


/* Logotyp */

#logotype_left{
	margin: 16px 30px 0 30px;
	width: 120px;
	float: left;
}



/* Sidfot */
#footerContainer{
	float: left;
	clear: left;
	width: 100%;
	margin: 20px 0 0 0;
/*	background-color: #00CC00;*/
}

#footer{
	width: 900px;
	padding: 20px;
	background: url(../images/black_op_bg.png) top left repeat;
}



/* Nyhetslistor */
#newsListStart,
#eventListStart
{
	margin-top: 20px;
}
#newsListStart .layout_short{
	margin: 0 0 20px 0;
}
#newsListStart .layout_short p.info{
	margin: 0;
	font-size: 10px;
	color: #93989d;
}

#eventListStart .event{
	margin: 0 0 10px 0;
}
#eventListStart .event a{
	padding: 0 0 0 10px;
	font-weight: bold;
}
