@import url("includes/basic.css");
@import url("includes/layout.css");
@import url("includes/content.css");
@import url("includes/menu.css");

BODY {
	/*border-top: 30px solid #333;*/
}

HR {
	border: 0px;
	height: 10px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	color: #555;
}

CENTER {
	margin-top: 10px;
	margin-bottom: 10px;
}

#lindskogSubContent UL {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#lindskogSubContent UL LI {
	border-bottom: 1px solid #EEE;
	padding: 3px 0px 3px 10px;
}

#lindskogSubContent UL LI UL LI{
	border-bottom: 0px solid #EEE;
}


#lindskogMainContent {
	background-color: transparent;
	color: #333;
	margin-left: 0px;
}

#lindskogSubNav {
	display: none;
}

#lindskogSubContent {
	background-color: transparent;
	color: #666;
}

/*
#lindskogMainContent H2,
#lindskogSubContent H2,
#lindskogSubNav 


H2 {
	background-color: transparent;
	font-size: 10px;
	margin: -10px 0px 0px 0px;
	padding: 3px 10px 2px 0px;
}

H2.first {
	margin: 0px 0px 0px 0px;
}

HTML>BODY H2 {
	margin: 0px 0px 0px 0px;
}
*/

/*
#lindskogMainContent TD IMG {
	margin: 0px 0px 5px 10px;
	border: 5px solid black;
}
*/


#lindskogFoot {
	padding-left: 30px;
	
}

#lindskogMainContent .attention {
	font-size: 12px; 
	color: #00b4ff;
}

#lindskogMainContent .attention A {
	font-size: 12px;
	color: #00b4ff;
	text-decoration: none;
}

#lindskogMainContent .attention A:hover {
	text-decoration: underline;
}


#lindskogMainContent .noattention {
	color: #555;
}

.sdoc, .sdocs,  .doc, .docs {
	background:transparent url(none) no-repeat scroll 0 0;
}