﻿@import url('layout.css');

body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #000;
}
#content {
	background-color: #fff;
	width: 100%;
	
}
#position{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 129px;
}
#menuStily{
	vertical-align: top;
	background-color: #d4d0c8 ;
	background-image: url(../imges/bar.jpg);
	 background-repeat:repeat-y;
}

#masthead {
	width: 100%;
	text-align: right;
	background-image: url('../imges/BcLOgo_1.jpg');
	position: absolute;
	height: 128px;
	background-repeat: repeat;
	
}
#masthead span.tenyNameCate{
	position:absolute;
	 width: 572px; 
	 height: 62px;
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 60px; 
	 font-weight: bold;
	 color: #000000;
	 left: 13px;
	 top: 29px;
}
#masthead span.faceNameCite{
  position:absolute; 
  width: 572px;
 height: 45px; 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 60px; 
 font-weight: bold;
 color: #00FF00;
 left: 9px;
 top: 26px;
	
}
#masthead span.deckriptionCite{
	margin-left:100px;
	 font-family: 'Times New Roman', Times, serif; 
	 font-size: large; color: #00FF00;
	 font-weight: bold; position: absolute; 
	 left: 59px; 
	 top: 91px; 
	 width: 295px; 
	 height: 2px;
}

#sidebar
{
    position: relative;
    float: left;
    width: 270px;
    background-color: #d4d0c8; /* #C0C0C0  */
    background-image: url(../imges/bar.jpg);
    background-repeat:repeat-y;
   
}
#footer {
	padding: 1% 0 1% 1%;
	clear: both;
	width: 99%;
	overflow: hidden;
	background-color: #009900;
	background-image: url(../imges/foter.jpg);
}

h1, h2, h3, h4, h5, h6
{
    border: 10px #FFD700;
    font-family: Verdana, Sans-Serif;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	border:none;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
#sidebar li
{
    display: block;
    border-bottom: 1px solid #333;
    font-size: 1.3em;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 7%; 
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover
{
    font-weight: bold;
    text-decoration: none;
    color: black;
    border-bottom: 1px solid #f5f5f5;
    background-color: #c89d6f;
    background-image: url(../imges/bar_1.jpg);
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #00FF00;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


ol.deckription 
{
	list-style-type: none;
}
#content a:link img{border:solid 4px silver;}
#content a:visited img{border:solid 4px #555;}
/*  meny begin   */
#meny
{
    display:none;
    position:fixed;
    top:20px;
    left:10px;
     margin:40px 0px 0px 20px; 
}
#but
{
    border:none; 
    margin:0 30px 0 auto; 
    padding:0px;
    width:100px;
    display:none;
}

.navigeit
{
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}
/*  meny end   */