/* Kennets Layout nedan */
#banner {
	width: 100%; /* DIVen banner som ligger över lilla_mor */
	height: 140px;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #F00;
	background-color: #02021E;
}

#inner_banner_bild {
	width: 400px;
	height: 140px;
	float: left;
	background-image: url(tullangen_show.jpg);
}

#inner_banner_text {
	width: 350px;
	height: 140px;
	float: left;
}

#lilla_mor {
	width: 750px;
	height: 735px;
	
}

#underbanner {
	width: 750px;
	height: 35px;
}

#leftcolumn {
	width: 190px;
	height: 700px;
	float: left;
	border-right: 1px inset #99CCFF;
}

#mittenkolum {
		width: 340px;
		height: 700px;
		float: left;
		padding-left: 20px;
		padding-right: 30px;
}

#rightcolumn {
	width: 149px;
	height: 700px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99CCFF;
	background-color: #14285f;
}

.logo {
	font:18px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	padding-top: 20px;
}	

.under_rubrik {
	font:12px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.4em;
	padding: 10px;
}

.bodyText {
	font:11px arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
}

.rubrik_text{
	font:22px georgia;
	color: #CC3300;
	line-height:20px;
	letter-spacing:.1em;
}

.under_rubrik_text {
	font:16px georgia;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
}

.rubruk_right {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	padding-top: 15px;
	text-align: center;
}

.bildruta {
	width: 100%;
	height: 149px;
	text-align: center;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3300;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3300;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3300;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3300;
	text-decoration: line-through;
}

.navigera a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #99CCFF;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height: 16px;
	display: block;
	padding: 10px;
	border: 1pt solid #14285f;
	border-right-width: 0px;
	border-left-width: 0px;
	
}

.navigera a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #99CCFF;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height: 16px;
	display: block;
	padding: 10px;
	border: 1pt solid #14285f;
	border-right-width: 0px;
	border-left-width: 0px;
	
}

.navigera a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	padding-right: 15px;
	letter-spacing:.1em;
	line-height: 16px;
	display: block;
	padding: 10px;

}

.navigera a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #99CCFF;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height: 16px;
	display: block;
	padding: 10px;
	border: 1pt solid #14285f;
	border-right-width: 0px;
	border-left-width: 0px;
	
}

