.div {
	border: 1px solid #FF0000;
}

/* General link style - appears for all links that doesn't have an class specifide */
a:link		{ color: #1d3373; text-decoration: none;}
a:visited	{ color: #1d3373; text-decoration: none }
a:active	{ color: #1d3373; text-decoration: none }
a:hover		{ color: #333333; text-decoration: none }


/* Main Menu link style */
a.mainMenu:link		{ color: #333333; text-decoration: none;}
a.mainMenu:visited	{ color: #333333; text-decoration: none }
a.mainMenu:active	{ color: #333333; text-decoration: none }
a.mainMenu:hover	{ color: #333333; text-decoration: none }

/* Main Menu Active link style */
a.mainMenu_active:link		{ color: #512b61; text-decoration: none; font-weight:bold;}
a.mainMenu_active:visited	{ color: #512b61; text-decoration: none; font-weight:bold;}
a.mainMenu_active:active	{ color: #512b61; text-decoration: none; font-weight:bold;}
a.mainMenu_active:hover		{ color: #512b61; text-decoration: none; font-weight:bold;}


/* Sub Menu link style */
a.subMenu:link		{ color: #333333; text-decoration: none;}
a.subMenu:visited	{ color: #333333; text-decoration: none }
a.subMenu:active	{ color: #333333; text-decoration: none }
a.subMenu:hover	{ color: #333333; text-decoration: none }

/* Sub Menu Active link style */
a.subMenu_active:link		{ color: #512b61; text-decoration: none; font-weight:bold;}
a.subMenu_active:visited	{ color: #512b61; text-decoration: none; font-weight:bold;}
a.subMenu_active:active	{ color: #512b61; text-decoration: none; font-weight:bold;}
a.subMenu_active:hover		{ color: #512b61; text-decoration: none; font-weight:bold;}



/* Links with class="none" */
a.none:link		{ color: #000000; text-decoration: none;}
a.none:visited	{ color: #000000; text-decoration: none }
a.none:active	{ color: #000000; text-decoration: none }
a.none:hover	{ color: #000000; text-decoration: none }

/* Links with class="white" */
a.white:link	{ color: #FFFFFF; text-decoration: none;}
a.white:visited	{ color: #FFFFFF; text-decoration: none }
a.white:active	{ color: #FFFFFF; text-decoration: none }
a.white:hover	{ color: #FFFFFF; text-decoration: none }

a.bloggList:link		{ color: #333333; text-decoration: underline;}
a.bloggList:visited	{ color: #333333; text-decoration: underline }
a.bloggList:active	{ color: #333333; text-decoration: underline }
a.bloggList:hover	{ color: #333333; text-decoration: none }



/* Body style - Defines general style for the hole page. There is also styles defined for the page directly in Body-tag in colour_default.jsp. This is because this css-file is effecting the editor in UNITY-admin. */
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* H1, H2 and H3 is general fonts that is used in UNITY-editor */

H1 {
	color:#4b225c;
	font-size:26px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:normal;
	padding:0px 0px 10px 0px;
	margin:0px;
	text-transform:uppercase;
}

p {
	margin:0px;
	padding:0px 0px 12px 0px;
	line-height: 16px;
}

H2 {
	color:#4a4a4a;
	font-size:12px;
	font-family: Verdana, Arial;
	text-decoration: none;
	margin:0px;
	padding:10px 0px 0px 0px;
}

H3 {
	color:#4a4a4a;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform:uppercase;
	margin:0px;
	padding:0px 0px 2px 0px;
	font-weight:bold;
}

.newsDate {
	text-transform:none;
	font-style: italic;
	color:#999;
	float:right;
}

H4 {
	color:#4b225c;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:normal;
	padding:0px 0px 5px 0px;
	margin:0px;
	text-transform:uppercase;

}

H4.contact {
	padding:8px 0px 0px 0px;
	float:left;
	clear:both;
	width:100%;
}




/* A fix to make sure that margin and padding around form is zero. Internet Explorer (IE) is having margin as default*/
form {
	padding:0px;
	margin:0px;
}

/* Div including top-picture, change height to fit picture */
#top {
	float:left;
	clear:both;
	width:100%;
	}

.mainTable {
	background-image:url(../bilder/mallar/bg_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:960px;
	
}

.mainTDTopLeft {
	height:185px;
	vertical-align:top;
	text-align:center;
}

.mainTDTopCentre {
	vertical-align:top;
	padding-top:7px;
	text-align:center;
}

.mainTDTopRight {
	vertical-align:top;
	font-size:62px;
	padding:82px 0px 0px 62px;
	font-weight:normal;
	color:#FFF;
	}


.mainTDLeft {
	width:181px;
	vertical-align:top;
	}
	


.mainTDRight {
	vertical-align:top;
	padding:0px 0px 0px 8px;
	height:460px;
	}


.mainTDBottom {
	height:37px;

	}

.mainTDContent {
	padding-bottom:100px;
	background-color:#f4f4f4;
	background-image:url(../bilder/mallar/bg_contentBottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:599px;
	vertical-align:top;

	}




/* TOP */

a.topBloggTitle:link, a.topBloggTitle:visited, a.topBloggTitle:active, a.topBloggTitle:hover {
	font-size:11px;
	color:#f7931e;
	font-style:italic;
}

a.topBloggLink:link, a.topBloggLink:visited, a.topBloggLink:active, a.topBloggLink:hover {
	font-size:11px;
	color:#FFFFFF;
}


/* LEFT */

.wrap_leftMenu {
	float:left;
	clear:both;
	width:153px;
	background-image:url(../bilder/mallar/bg_leftBottom.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:35px 15px 55px 12px;
}

.wrap_left {
	float:left;
	clear:both;
	width:180px;
	background-image:url(../bilder/mallar/bg_left3.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.wrap_leftFooter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	line-height:15px;
}


.mainMenu_active, .mainMenu {
	float:left;
	clear:both;
	width:100%;
	padding:4px 0px 0px 0px;
}

.subMenu_active, .subMenu {
	float:left;
	clear:both;
	width:100%;
	padding:0px 0px 1px 5px;
}


.menuSpace {
	width:150px;
	height:14px;
}






/* CONTENT */

.wrap_content {
	padding:20px 20px 120px 20px;
	float:left;
	clear:both;
	width:559px;
	background-position:bottom;
	background-repeat:no-repeat;
}




/* BLOGG */

.bloggLeft {
	float:left;
	clear:left;
	width:180px;
	padding-right:20px;
}

.bloggRight {
	float:left;
	clear:right;
	width:350px;
}

.bloggAuthor {
	border-bottom:solid 3px #512b61;
	margin-bottom:15px;
}

a.bloggList {
	float:left;
	clear:both;
	width:100%;
	padding:0px 0px 6px 0px;
}

.bloggDate {
	padding:0px;
	margin:0px;
	color:#666;
}

.wrap_bloggItem {
	float:left;
	clear:both;
	width:100%;
	padding:0px 0px 15px 0px;
}

/* BANNERRIGHT */

.bannerRight {
	float:left;
	clear:both;
	width:100%;
	padding:0px 0px 10px 0px;
}



/* FRÅGA */

.inputTextArea, .inputText {
	width:250px;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.inputTextArea {
	height:120px;
}

.questionTDLeft {
	vertical-align:top;
	padding-right:5px;
}

.questionTDRight {
	vertical-align:bottom;
}

.questionAuthorImage {
	border:solid 3px #5d2066;
}


/* NEWS */

.newsImage {
	margin-left:8px;
	margin-bottom:0px;
}


/* WEEKLY TEXT */

.weekDate {
	color:#999;
	text-decoration:none;
	padding:0px 0px 3px 0px;
}

.promoterLeft {
	margin:0px 0px 8px 0px;
}



/* CALENDAR */

.calendarDate {
	border-bottom:solid 1px #CCC;
	padding:5px 0px 2px 0px;
	margin:4px 0px 2px 0px;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}

.wrap_calendarNavigation {
	float:left;
	clear:both;
	width:100%;
	padding:2px 0px 0px 0px;
	margin:5px 0px 0px 0px;
	border-top:solid 1px #999;
	}
.calendarNavigationLeft {
	float:left;
	clear:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}
.calendarNavigationRight {
	float:right;
	clear:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}