body {
margin:0px;
background-image:url(../images/bg.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#425252;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

img {
border:0px;
}

* a, a:visited {
color:#1A4992;
text-decoration:none;
}

h1 {
color:#1A4992;
font-size:18px;
padding:0px;
margin-bottom:15px;
}

h2 { font-size: 16px; }
h3 { font-size: 14px; margin-bottom: 5px; }

form input, textarea {
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

h2.teckningar {
color:white;
font-size:12px;
padding:0px;
margin:0px;
}

#wrapper {
width:950px;
margin:0 auto;
background-repeat:repeat-y;
background-image:url(../images/contentBG.jpg);
}

#header {
	height:140px;
	width:950px;
	background-image:url(../images/banner.jpg);
	background-position: bottom;
}

#content {

width:950px;
background-repeat:repeat-y;
background-image:url(../images/contentBG.jpg);
float:left;
}
* html #wrapper {

}

#teckningar ul {
list-style:none;
padding:0px;
font-size:10px;
color:#fff;
border:1px solid green;
}

#teckningar div {
padding:0px;
font-size:10px;
color:#fff;

}

#left-menu {
width:219px;
float:left;
margin-bottom:20px;
}

/*		MENU     	 */
#left-menu ul {
list-style:none;
margin:0px;
margin-top:10px;
padding-left:15px;
font-size:12px;
color:#4f4f4f;
}

#left-menu ul li {
float:left;
width:170px;
height:20px;
line-height:20px;
border-bottom:solid 1px #dddddd;
text-indent:10px;
}

#left-menu ul li a {
width:170px;
height:20px;
display:block;
}

#left-menu ul li a:hover {
background-color: #f8f8f8;
}

#left-menu ul li #activemenu {
background-color: #f8f8f8;
color: #1A4992;
font-weight: bold;
text-decoration: none;
}

#left-menu div.lang {
	text-indent: 10px;
	padding-left:15px;
	clear:both;
}

#main-content {
width:731px;
float:left;
}

#footer {
width:950px; 
float:left;
color:#CCCCCC;
}

 #footer a {
 color:#CCCCCC;
 }


#editLink {
color:#006600;
}

div.error {
	color:red;
	background-color: inherit;
}