﻿/*CSS Camilla litterturforening*/
html {
	height: 100%;
	margin-bottom: 1px;}
	
body {
	background: #ffffff;
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;}
	
img {
	border: none;}
	
a {
	color: #986304;
	text-decoration: none;
	font-weight: bold;
	outline: none;}
	
a:hover {
	color: #986304;
	text-decoration: underline;
	font-weight: bold;
	outline:none;}
	
/*fonter*/	
h1 {
	color: #986304;
	font: bold 22px Georgia, Georgia, serif;
	margin: 0 0 5px 0;}
	
h2 {
	color: #986304;
	font: bold 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h3 {
	color: #986304;
	font: bold 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h4 {
	color: #986304;
	font: bold 18px "Trebuchet MS", sans-serif;
	margin: 5px 0;}
	
h5 {
	color: #986304;
	font: normal 16px "Trebuchet MS", sans-serif;
	margin: 5px 0;}
	
h6 {
	color: #986304;
	font: bold 12px Verdana, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	margin: 5px 0;}
	
p { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	color:#333;
}

div { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	color:#333;
}
hr {
	background-color: #986304;
	color: #986304;
	height: 1px;
	width: 80%;}
	
ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style:square;}
	
/*hoved*/	
#wrapper {
	background-image: url('images/wrapper.jpg');
	text-align: left;
	width: 1000px;
	margin: 0 auto;}
	
/*top*/	
#header {
	position:relative;
	height: 235px;
	width: 1000px;}
	
#global {
	position: absolute;
	left: 337px;
	top: 170px;
	z-index: 1;
	color: #000000;
	height: 54px;
	width: 580px;
	text-align: center;
	color: #986304;
	font: normal 22px "Trebuchet MS", sans-serif;
}
			
#content {
	width: 760px;
	min-height: 400px;
	float: right;
	padding: 5px 15px 5px 5px;
	border-left:#986304 groove;

	}
	

/*#contentwide {
	width: 870px;
	padding: 5px 15px;}
*/
	
#sidebar {
	width: 190px;
	float: left;
	color: #404040;
	font-size: 100%;
	line-height: 20px;
	padding: 5px 5px 5px 15px;
}
	
#sidebar a {
	color: #986304;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#sidebar a:hover {
	color: #986304;
	text-decoration: underline;
	font-weight: bold;}
	
#nav {
	width: 200px;
	text-align: center;
	padding-left: 24px;}

#nav a {
	display: block;
	color: #986304;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	outline: none;}

#nav a:hover {
	color: #986304;
	text-decoration: underline;
	font-weight: bold;
	outline: none;}
	
#footer {
	clear: both;
	height: 90px;
	color: #606060;
	background: #ffffff url('images/footer.jpg'); 
	background-repeat:no-repeat;
	text-align: center;
	letter-spacing: 2px;
	font-size: 10px;
	line-height: 2em;
	padding-top: 20px;
	height: 55px;	
	}
	
#footer p {
	color: #666;
	font-size:10px;
	padding: 0;
	margin: 0;}
	
		
.clear {
	clear: both;}
	
.center {
	text-align: center;}	
		
.imageleft {
	margin: 0 10px 0 0;
	float: left;
	border: 3px double #c0c0c0;}
	
.imageright {
	margin: 0 0 0 10px;
	float: right;
	border: 3px double #c0c0c0;}
	
.imageleft-noborder {
	margin: 0 10px 0 0;
	float: left;}
	
.imageright-noborder {
	margin: 0 0 0 10px;
	float: right;}
	
