* {
	margin: 0;
}
img {
    border: 0;
}
body {
	background: url(images/grid.png) left top repeat;
        font-family: Arial, Helvetica, sans-serif;
}

a {
    padding: 0;
    margin: 0;
}

#menu {
    margin-right: 10%;
    margin-top: 50px;
    float: right;
    
}
#menu a {
    color: white;
    text-decoration: none;
}
#menu a:hover {
    text-decoration: underline;
}
ul {
    list-style: none;
}

#banner {
    background: #901818;
    margin-left: 40px;
    margin-top: 15px;
}
#header {
    
    border-top: 8px solid #231616;
    background-repeat: repeat-x;
    background-image: url(images/bjos.png);
    background-position: left bottom;
    background-color: #901818;
    margin-bottom: 10px;
    height: 127px;
    padding: .5em 0 17px .5em;
    
}
#header h1 {
    padding: 0;
    margin: 0;
    
}
#navigator {
    
    top: 0px;
    right: 2em;
    position: absolute;
    
    
}
#navigator li a {

    padding: .1em .5em .1em .5em;
    color: #f0f0f0;
    text-decoration: none;
    float: left;
    border-top: 8px solid #901818;
    background: #231616;
    line-height: 150%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

#navigator li a:hover {
    color: #901818; 
}
#navigator li {
    display: inline;
}


#container {
	position: relative;
        top: -19px;
	margin-left: 0px;
	background: transparent;
}
#content {
	color: white;
	position: relative;
	background-color: transparent; 
	width: 70%;
	margin-right: 260px;
	left: 80px;
	top: 10px;
	text-align: left;
	font-size: 1.2em;	
}

#content a { 
	color: #803030;
        border: 0;	
}


legend { 	
	color: #631818;
	font-size: 0.8em;
        background: #fff;
        border-top: #483030 double .3em;
        border-left: #483030 solid 1px;
        border-right: #483030 solid 1px;
}
legend a:link, legend a:visited, legend a:active, legend a:focus {
	font-size: 2.9em;
	font-weight: bold;
	color: yellow;
	text-decoration: none;
}

.footer {
	text-align: center;
	color: #dcdcdc;
	font-size: 0.7em;
	bottom: 0px;	
	padding: 0px;
	background: transparent;
}
.footer a {
	color: white;
	text-decoration: underline;
}

fieldset {
	border-width: .3em;
	border-style: double;
	border-color: #483030;
	color: #483030;
	font-size: 0.9em;
	margin: 9px 0 0 0;
	padding: 14px 10px 0 24px;
	background: white  repeat-x top left;
}

.date { 
	text-align: right;
	margin: 8px ;
	color: #483030;
	font-size: 0.7em;
}

.smallprint {
	color: #dcdcdc;
	font-size: 0.7em;
	padding-top: 5px;
}

#paginare a:link, #paginare a:visited, #paginare a:active { 
	color: #fff; 
	margin: 0px 3px; 
	text-decoration: none
}  

#paginare a:hover {
	color: #fff; 
	margin: 0px 3px; 
	text-decoration: underline;
}
textarea {
	font-family: Verdana,Tahoma,Georgia,Helvetica;
}

.submit {
	font-family: Verdana,Tahoma,Georgia,Helvetica;
	padding: 2px;
	color: white;
	background: #333;
	border: 1px solid #fff;
	margin-top: 10px;
}
.citat {	
	overflow: auto;
	font-family: monospace;
	word-wrap: break-word;
}
.currentpage {
	font-size: 1.2em;
	font-weight: bold;
}





