* 
{
	margin:0;
	padding:0;
	outline:0;
}

html 
{
	background: #000 url() repeat-x left bottom fixed;
	overflow: auto;
	overflow-y: scroll;
}

body 
{
	text-align: left;
}

/*CONTENT (start) ---------*/

body 
{
	/*Content editor body*/
	/*background-color: #fff;*/
}

body, select, input, textarea, table 
{
	font-family: calibri, constantia, times, "times new roman", serif;
	color: #666;
	font-size: 13px;
	line-height: 1.5;
}

table 
{


}

tr.even
{
         background-color: #111;
}

tr.over
{
         background-color: #444;
}

tr.odd
{
         background-color: #222;
}

h1, h2, h3, h4, h5, h6 
{
	font-family: constantia, calibri, georgia, serif;
	color: #eee;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.4;
}

h6 
{
	font-size: 0.4em;
	margin: 1em 0 0 0;
}

h5 
{
	font-size: 0.6em;
	margin: 1em 0 0 0;
}

h4 
{
	
	text-transform: none;
	letter-spacing: 0;
	font-size: 20px;
	padding: 0;
	line-height: 1;
	margin: 0em 0 0 0;
	border-bottom: 1px solid #333;
}

h3 
{
	font-size: 1.2em;
	margin: 1em 0 0 0;
}

h2 
{
	font-size: 1.5em;
	margin: 0.7em 0 0 0;
}

h1, .modGallery h2, .modNewsList h2
{
	text-transform: none;
	letter-spacing: 0;
	font-size: 22px;
	margin: 0px 0 0 0;
	padding: 0;
	line-height: 1;
}

#main-content h1, .modGallery h2, .modNewsList h2 {
	margin: 0 0 30px -30px;
	border-bottom: 1px solid #333;
}

p 
{
	margin: 1em 0em 0em 0em;
}

/*#main-content p:first-letter {
	font-size: 45px;
	font-weight: normal;
	float: left;
	margin: .1em .1em .1em 0;
}*/

a, 
a:link,
a:visited, 
a:active 
{
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

a:hover 
{
	color: #eee;
	text-decoration: underline;
}

a img 
{
	border: 0;
}

hr 
{
	border: 0;
	height: 1px;
	margin: 0.5em 0 1em 0;
	color: #d8d8d8;
	background-color: #d8d8d8
}

ul,
ol 
{
	margin: 1.2em 0em 1.2em 2em;
	padding: 0;
}

ul li,
ol li 
{
	margin: 0.3em 0em 0em 0em;
	list-style-position: outside;
	line-height: 1em;
	padding: 0 0 0.5em 0;
}

#wrapper ul 
{
	
}

ol 
{
	list-style: decimal;
}

strong 
{
	font-weight: bold;
}

em 
{
	font-style: italic;
}

blockquote 
{
	margin: 0em 3em;
}

/*CONTENT (end) -----------*/


/*LAYOUT ------------------*/

#wrapper
{
	text-align: left;
	width: 920px;
	margin: 50px auto 20px auto;
}

#header
{
	width: 920px;
	height: 90px;
	margin: 0 auto 50px auto;
	position: relative;
}

#logo
{
	font-size: 120px;
	letter-spacing: -2px;
	color: #eee;
	margin: 0;
	padding: 0;
	line-height: 1;
	position: absolute;
	left: 5px;
	top: 5px;
}
#logo:hover {text-decoration:none;}

#main
{
	background: transparent;
	margin: 0 auto;
	width: 920px;
	position: relative;
}

#main-content
{
	width: 440px;	
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin: 0 30px 0 222px;
	padding: 20px 25px;
	text-align: left;
	float: left;
}

#main-content img {
	border: 0px solid #333;
}

#main-right{
	width: 170px;
	float: left;
	margin: 22px 0 0 0;
}
#newsbox p {display:none;}

.modNewsList h3 {
border-bottom: 1px solid #333;
}

ul.NewsList {
list-style: url() square !important;
}

ul.NewsList li {
padding: 3px 0;
line-height:1.3;
font-style: italic;
}

ul.NewsList li a {
font-style:normal;
}

ul.NewsList li a:hover {
color: #eee;
}

.NewList li {
list-style-type: none;
}

.image {
margin-right: 15px;
}

.aNewsLink {

}

.clear 
{
	clear: both;
	line-height: 0.01;
	border-style: none;
}

#footer
{
	background: transparent;
	width: 920px;
	font-size: 1em;
	text-align: right;
	line-height: 1;
	letter-spacing: 0.01em;
	margin: 10px auto 20px auto;
	padding: 0;
	border-top: 1px solid #333; 
	clear: both;
	color: #333;
}

#footer a
{
	color: #333;
	text-decoration: none;
	font-weight: normal;
}



/* NAV ---------------------- */

#nav
{
	background: #000;
	float: left;
	width: 210px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	/*position: fixed;
	left: 15%;
	top: 35%;*/
	position: absolute;
	left: 0;
	top: 17px;
}

#nav ul 
{	
	margin: 0;
	padding: 0;
}

#nav ul li 
{
	list-style-type: none;
}


#nav li a
{
	color: #666;
	width: 170px;
	height: auto;
	font-size: 1.1em;
	font-weight: normal;
	margin: -11px 0px 1px 0px;
	padding: 12px 5px 7px 5px;
	border-bottom: #333 solid 1px;
	text-decoration: none;
        display: block;
}

#nav li a:hover 
{
	color: #eee;
}


#nav ul li#current a 
{
	background: url(http://www.testwebben.se/3017/Images/159navCurrent.png) no-repeat right center;
	color: #eee;
	font-weight: bold;
}

#nav ul li.current a:hover
{

}

ul#dmenu li#current.parent.current ul li a:hover, 
ul#dmenu li.parent.current ul li#current.current a:hover, 
ul#dmenu li.parent.current ul li a:hover
{
	background-image: none;
}


/*Nivå2*/
#nav ul ul 
{

}
	
#nav ul ul li 
{

}

#nav ul ul li a
{
	font-weight: normal;
        display: block;
	color: #000;
	font-size: 1em;
	border-top: #999999 solid 0px;
	padding: 10px 0 0 15px;

}

#nav ul ul li li a
{
	border-left: 0px;
	font-size: 0.8em;
	border-top: #999999 solid 0px;
	padding: 10px 0 0 30px;
}

#nav ul ul li a:hover 
{
	color: #838383;
	background-color: #fff;
}

/*Current state för nivå2*/
#nav ul li ul li.current a 
{

}

#nav ul li ul,
#nav ul li ul li ul,
#nav ul li.current ul li ul
{
    	display:none;
    	font-weight: normal;
}

#nav ul li.current ul,
#nav ul li.current ul li.current ul
{
	display: block;
}

/*FORMULÄR*/

#mContactForm {
margin:1em 0;
}
#mContactForm input, #mContactForm textarea {
background:#000;
border: 1px solid #333;
margin: 0 0 5px 10px;
padding:3px 2px 2px 2px;
width:200px;
height:1.5em;
overflow:hidden;
color:#eee;
}
#mContactForm input:hover, #mContactForm textarea:hover {border:1px solid #333;}
#mContactForm input:focus, #mContactForm textarea:focus {border:1px solid #333; background:#0f0f0f;}

#mContactForm textarea {
height: 10em;
}

#mContactForm td {
text-align: right;
}