body {
 	font-family: Trebuchet MS, verdana, Arial;
 	font-size: 10pt;
 	background: #E8E8E8;
	text-align:center;
	margin-top: 0px;
}
#wrapper { 
	background: url(images/background.jpg) repeat-y center;
	
	
}
table.inner { 
	background: #000;
	margin-left: 5px;
	margin-right:5px;
	
	
}
#header {
 	width: 800px;
	height: 100px;
 	margin: 0px 0px 0px 0px;
	background: url(images/carambolebollar.png) no-repeat #fff;
	background-position: right;
	font-family: Microsoft Sans Serif, Trebuchet MS, verdana, Arial;
	float:left;
	
}
#header h1 {
	margin: 0px;
	padding-right: 40px;
	color: #fff;
	font-size: 28px;
	line-height: 100px;
	text-align: right;
	font-family: Trebuchet MS, verdana, Arial;
	font-weight: lighter;
	text-shadow: 1px 1px 3px #D5FFE8;
}
.logo{
 	margin-left: 20px;
	margin-top: 1px;
	float: left;
}
#navigation {
 	width: 800px;
	height: 40px;
 	margin: 0px 0px 0px 0px;
	background: url(images/navbar.jpg) repeat-x;
	float:left;
}
/*
 	Navigeringen bÃ¶rjar hÃ¤r
*/
#navigation ul {
 padding: 0;
 margin:0;
 list-style: none;
 text-align: center;
}
#navigation li {
 color: #D5FFE8;
 font-size: 10pt;
 font-family: Trebuchet MS, verdana, Arial;
 line-height: 40px;
 display:inline;
 padding: 0 0px 0 0px;
 
}

#navigation li a{
	text-decoration: none;
	font-family: Trebuchet MS, verdana, Arial; 
	font-size: 10pt;
	color: #D5FFE8;
}

#navigation li a:hover{
	text-decoration: none;
	color: #ffffff; /*90F4A6*/
}

#navigation li a:visited{
	text-decoration: none;
	color: #D5FFE8;
}

/*
	Innehållet börjar här
*/
#content { 
 	width: 780px;
	height: 100%;
	margin: 10px 10px 10px 10px;
	float:left;
	height:auto;
	overflow:auto;
	
}
#maincontent {
	width: 570px;
	padding: 10px;
	float:left;
	height:auto;
	overflow:auto;
}

#sidebar {
	width: 190px;
	padding: 10px;
	float:right;
	background: #EBF6EE;
	height:auto;
	overflow:auto;
}

/*
	Footer med formatering börjar här
*/

#footer { 
 	width: 800px;
 	height: 55px;
	background: url(images/footer_horizental.jpg) repeat-x #c1c1c1;
 	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #000;
	float:left;
}
p.footer {
	padding-top: 17px;
	font-size: 11px;
	vertical-align: middle;
	word-spacing: 2px;
}
p.footer a{
	word-spacing: 2px;
	color: #000;
	text-decoration: none;
}

p.footer a:hover{
	word-spacing: 2px;
	color: #007700;
	text-decoration: underline;
}

td.end { 
	height:12px;
	background: url(images/footer.jpg) no-repeat bottom;
}


/* Typsnitt och textformatering */
/*
#content img{
	float:right;
	padding:2px;
	border: solid 0px #ccc;
	margin:2px; 	
}
*/
#content td {
	font-family: Trebuchet MS, verdana, Arial;
	font-size: 10pt;
	letter-spacing: 0;
}

#content p{
	font-family: Trebuchet MS, verdana, Arial;
	font-size: 10pt;
	letter-spacing: 0;
	padding-bottom: 8px;
}

#content h1, h2, h3, h4{
	color: #07220D;
	font-family: Trebuchet MS, verdana, Arial;
	letter-spacing: 2px;
	font-weight: lighter;	
}

#content h1{
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}

#content h2{
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}

#content h3{
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}
#content h4{
	font-size: 12px;
	font-weight: bolder;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}

#sidebar h4{
	font-family: Trebuchet MS, verdana, Arial;
	font-size: 14px;
	color: #07220D;
	font-weight: lighter;
	padding-bottom: 7px;
}

/*
	Loginbox bÃ¶rjar hÃ¤r
*/

td.login{
	font-family: Microsoft Sans Serif, Trebuchet MS, verdana, Arial;
	font-size: 11px;
	color: #07220D;
}
td.logininput input{
	font-family: Microsoft Sans Serif, Trebuchet MS, verdana, Arial;
	font-size: 11px;
	color: #07220D;
	border: solid 1px #07220D;
	background: #fff;
	margin: 3px 0px 3px 5px;
	padding: 1px 4px 1px 4px;
}

#sidebar p {
	color: #07220D;
	font-size: 11px;
}


/*
	Nyhetsrubriker mm börjar här
*/

p.newsrubrik {
	background: url(images/posts.gif) no-repeat;
	font-weight: bolder;
	padding: 0px 0px 4px 15px;
}

p.newsintro {
	font-size: 10px;
	border-bottom: solid 1px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
p.newsrubrik a, p.newsintro a {
	text-decoration:none;
	color: #07220D;
}

p.newsrubrik a:visited, p.newsintro a visited{
	color: #07220D;
}

p.newsintro a:hover {
	text-decoration: underline;
}
