/***************************************************/
/* Yonder.nu stilmall                              */
/* Code: kabelkultur.se                            */
/* Graphic design: andreasfrisk.com                */
/*                                                 */
/*** LAYOUT ****************************************/
html {
height: 100%;
margin:  0px;
padding: 0px;
}

body {
height: 100%;
background: #896745 url('img/bg.jpg') repeat-x;
background-repeat: repeat-x;
font-family: georgia, 'times new roman', times, serif;
font-size: 0.85em;
margin:  0px;
padding: 0px;
}

table#outer {
	height: 100%;
	width:740px;
	background-image: url('img/outerBg.jpg');
}

#header img {
padding: 0px;
margin: -10px 0px 0px 7px;
}

#main {
margin: 0px;
padding: 0px;
}

#content {
width: 520px;
padding: 0px;
margin: 0;
padding: 0 15px 0 15px;
}
td#content {
vertical-align:top;
}

#nav {
width: 220px;
padding: 0px;
margin: 0px;
}
#nav img {
margin: 0px 0px 0px 8px;
}

#footer {
text-align: center;
}

/*** Fontstyles ****************************************/
#header h1 {
font-size: 45px;
color: #dfc391;
margin: 0px;
}

h3 {
	color: #252525;
	background: url('img/hr.jpg') no-repeat bottom;
	width: 500px;
	text-transform: uppercase;
	margin: 5px 0 12px 0;

}

#footer p {
font-size: 11px; padding-top: 8px; color : #6D5E43;
}

.quote {
font-family: Georgia, serif;
font-size: 80%;
font-style: italic;
color: #333;
}

#footer a {
font-size: 11px;	
color : #6D5E43;
font-weight : normal;
text-decoration: none;
}


#footer a:hover {
text-decoration: underline;
color: #551717;
}

/*** Länkstyles ****************************************/

/* Style på paragraf för huvudmenylänkar */
p.lnavButts {
font-size: 12px;
color : #252525;
text-transform: uppercase;
font-weight : normal;
margin-bottom : 0px;
margin-top : 3px;
margin-left : 3px;
margin-bottom : 3px;
margin-right : 3px;
}

.lnavButts a {
border-bottom : 1px solid #b7b192;
color : #252525;
display : block;
font-weight : normal;
padding-bottom : 5px;
padding-left : 5px;
padding-right : 1px;
padding-top : 5px;
text-decoration : underline;
width : 186px;
}

.lnavButts a:hover {
color : #551717;
border-bottom : 1px solid #534436;
font-weight : normal;
text-decoration : underline;
}

/* Övriga */
a:link {
color: #551717;
text-decoration: underline;
}
a:hover {
color: #551717;
text-decoration: underline;
}
a:visited {
color: #551717;
text-decoration: underline;
}
a:active {
color: #551717;
text-decoration: underline;
}

.links {
margin-bottom: 0;
}
#links {
margin-bottom: 0;
}
