/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family:"Courier",Courier New,Monospace;
	/*background: #D5A9FF;*/
	background-image:url('http://www.landstromochwesterberg.se/bilder/bakgrund1.gif'); 
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#000000; }
a:active { text-decoration: line-through; color:#000000; }
a:visited { text-decoration: line-through; color:#000000; }
a:hover { text-decoration: underline; color:#000000; }

a img { border: none; }

div.fill {
	background:#FFFFFF;
	width: 100%;
	height: 100%;
}

#menu {
    width: 168px;
    overflow: visible;
	position: absolute;
    top: 30px;
	left: 54px;
}

#menu h2 {display: none;}

#menu ul {
	list-style: none;
	margin-top: 0px;
}

#menu ul li {
	margin-top: 14px;
 }

#content {
    position: absolute;
    top: 57px;
	left: 280px;
}

.container {
	padding-top: 0px;
}

#content p { width: 640px; margin-top: 0px; }

p {
    margin: 0 0 0 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 640px; margin-top: 0px; padding: 0 0 0 0; }

#once { clear: left; }
