body{
margin:0;
padding:0;
line-height: 1.5em;
background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
background-position: top;
background-color: #F6E6B3;
font-family: "MS Sans Serif", Geneva, sans-serif;
font-size: 12px;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #Ee9118;
height: 137px; /*Height of top section*/
background-image: url(../images/layout2_01.jpg);
background-repeat: no-repeat;
background-position: top;
}

#topsection2{
background: #Ee9118;
height: 242px; /*Height of top section*/
background-image: url(../images/layout2_02.jpg);
background-repeat: no-repeat;
background-position: top;

}

#skrin {
	float:left;
	margin-left: 105px;
	width:278px;
	border: 1px solid black;
	margin-top: 16px;
	height: 190px;

}


#menu {
	float: right;
	border: 0px solid red;
	margin-right: 30px;
	margin-top: 200px;
	width: 450px;
	height: 40px;
}

#menu ul {
	list-style: none;
	margin: 0;
	clear: both;
}

#menu li {
	display: block;
	border: 0px solid green;
margin: 0 auto;
padding: 0;
float: left;
width: auto;
}

#menu li a {
	padding: 5px;

}

#topsection3{
height:20px;
clear: left;
}



#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 800px;

}

#contentcolumn{
margin-left: 250px; /*Set left margin to LeftColumnWidth*/
border: 0px solid green;
width: 620px;
}

#contentcolumn2{
margin-left: 0px; /*Set left margin to LeftColumnWidth*/
border: 0px solid green;
height: 800px;
}


#leftcolumn{
float: left;
width: 180px; /*Width of left column*/
margin-left: -750px; /*Set left margin to -(MainContainerWidth)*/
border-right: 1px solid red;
}



#fotspace {
	height:100px;
	clear: left;
width: 100%;
}

#footer{
clear: left;
width: 100%;
border-top: 1px solid black;
color: #000;
text-align: center;
padding: 4px 0;

}

#footer a{
color: #000;
text-decoration: none;
}
#footer a.hover{
color: #000;
text-decoration: underline;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 0px solid black;
width: 180px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 0px solid black;
}

#navlist li a { text-decoration: none;
color: #000080;
font-size: 14px;
font-weight: bold;
 }


#navlist2
{
padding-left: 0;
margin-left: 0;
border-bottom: 0px solid black;
width: 180px;

}

#navlist2 li
{
list-style: none;
display: block;
margin: 0;
padding: 0.25em;
border-top: 0px solid black;
}

#navlist2 li a { text-decoration: none;
	border: 1px solid #F8DA6A;
 }


#leftcolumn h1 {
text-align: left;
font: 2.5em 'Times'; 
color: #f00;
}

#contentcolumn h1 {
	font: 3.0em 'Times';
	color: green;
	text-align: left;
	white-space: wrap
	}

#contentcolumn .imag {
	clear: both;
	float: right;
	margin: 10px 10px 10px 20px;
	padding: 1px;
	border: 1px solid rgb(150,150,150);
}

#contentcolumn .imagc {
	clear: both;
	margin: 10px 10px 10px 20px;
	padding: 1px;
	border: 1px solid rgb(150,150,150);
}

#navlist2 .imagf {
	clear: both;
	float:left;
	margin: 5px 5px 5px 5px;
	padding: 1px;
	border: 1px solid #F8DA6A;
}

#art {
	display: block;
}

#leftcolumn .imag {
	
	display: block;
    margin-left: auto;
    margin-right: auto;
padding: 1px;
	border: 1px solid rgb(150,150,150);
}

p.just1 {
font-weight: bold;
text-align: justify;
}
p.just {
font-weight: normal;
text-align: justify;
}