/*@charset "utf-8";*/
body {
	background-color: #ebedec;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.marginTeaserBgColor {
	background-color: #dbe6ec;
}
.mainmenu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.mainmenu a{
	color: #666666;
	text-decoration: none;
}
.footer {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #999999;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
}

.footer_gray {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #979797;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
}


.footer a{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.footer a:hover{
	font-weight: normal;
	text-decoration: underline;
}
.mainmenu a:hover{
	color: #ff6500;
	text-decoration: underline;
}

.mainmenu_selected {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff6500;
	text-decoration: underline;
}
.leftmenu1_off {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ff6500;
	text-decoration: none;
	background:url(images/bullet.gif) no-repeat 0px 0em;
	background-position: 0px 13px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	padding-bottom: 12px;
	padding-top: 12px;
}
.leftmenu1_off a{
	color: #ff6500;
	text-decoration: none;
}

.startpageTeaserPic {
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.tellafriend {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066cc;
	text-decoration: none;
	line-height: 43px;
	text-indent: 50px;
	background-image: url(images/tellafriend.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}


.tellafriend a{
	color: #0066cc;
	text-decoration: none;
}

.pageTextLink
 {
	color: #0066cc;
	text-decoration: none;
}

.startpageTeaserText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	line-height: 16px;
	padding-top: 16px;
	padding-left: 12px;
}

.startpage_readmore a{
	color: #ff6500;	
	text-decoration: none;
}


/* ----------- LÄNKAR ------------- */

A:link 
{
    color: #0066cc; 
 	text-decoration: none;
}

A:visited 
{
    color: #0066cc; 
    text-decoration: none;
}

A:hover 
{
    COLOR: #0066cc; 
	text-decoration: underline;
}

