
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid #A0AD8F; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 5;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: normal 11px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{

float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 4px 20px; /*padding inside each tab*/
border-right: 1px solid #CC0000; /*right divider between tabs*/
color: #FFFFCC;
background: #000000; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: #FFFFCC;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #CC9900;
}







body{
background:#888B7A;
margin: 0;
text-align: center;
}

div#main_container{
margin: 0 auto 0 auto;
width: 800px;
height:1200px;
text-align: left;
}

div#main_container2{
margin: 0 auto 0 auto;
width: 800px;
height:2000px;
text-align: left;
}

div#balk{
width:100%;
height:40px;
background-color:#888B7A;
}

div#box1{
background-color: #000000;
width: 100%;
height: 26px;
}


div#box1a{
background-color: #D3D8B1;
width: 100%;
height: 80px;
}

div#box2{
background-color: #B3A062;
width: 100%;
height: 60px;
}


div#box2a{
background-color: #D3D8B1;
width: 800px;
height: 470px;
float:left;
}

div#box3{
background:#D3D8B1;
width: 100%;
height: 600px;
}

div#box3a{
background-color: #D3D8B1;
width: 800px;
height: 360px;
float:left;
}


div#box4a{
background-color: #D3D8B1;
width: 800px;
height: 320px;
float:left;
}



div#box5a{
background-color: #D3D8B1;
width: 800px;
height: 540px;
float:left;
}

div#myContainer{
	width:800px;
	height:580px;
	margin:0px auto 0px auto;
	border:1px;
	
}



.tekst{
font-family:verdana;
font-size:86%;
font-weight:bold;
line-height:1.5em;
color:#800000;
padding: 10px;
text-align:center;
}

.tekst2{
font-family:verdana;
font-size:80%;
font-weight:normal;
color:#000000;
padding: 0px 20px 10px 10px;
text-align:left;
}

img{
float: left;
padding: 5px;
margin: 5px 10px 5px 0;
border: 1px solid #999;
}