.div {
	border: 1px solid #FF0000;
}

/* General link style - appears for all links that doesn't have an class specifide */
a:link		{ color: #438300; text-decoration: none;}
a:visited	{ color: #438300; text-decoration: none }
a:active	{ color: #438300; text-decoration: none }
a:hover		{ color: #D0E7AD; text-decoration: none }


/* Main Menu link style */
a.menu:link		{ color: #FFFFFF; text-decoration: none;}
a.menu:visited	{ color: #FFFFFF; text-decoration: none }
a.menu:active	{ color: #FFFFFF; text-decoration: none }
a.menu:hover	{ color: #E0E7D2; text-decoration: none }

/* Main Menu Active link style */
a.menu_active:link		{ color: #E0E7D2; text-decoration: none;}
a.menu_active:visited	{ color: #E0E7D2; text-decoration: none;}
a.menu_active:active	{ color: #E0E7D2; text-decoration: none;}
a.menu_active:hover		{ color: #E0E7D2; text-decoration: none;}

/* Main Menu link style */
a.submenu:link		{ color: #FFFFFF; text-decoration: none;}
a.submenu:visited	{ color: #FFFFFF; text-decoration: none }
a.submenu:active	{ color: #FFFFFF; text-decoration: none }
a.submenu:hover	{ color: #E0E7D2; text-decoration: none }

/* Main Menu Active link style */
a.submenu_active:link		{ color: #E0E7D2; text-decoration: none;}
a.submenu_active:visited	{ color: #E0E7D2; text-decoration: none;}
a.submenu_active:active	{ color: #E0E7D2; text-decoration: none;}
a.submenu_active:hover		{ color: #E0E7D2; text-decoration: none;}


/* 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.menu, a.menu_active{
font-size:14px;
font-weight:bold;
text-transform:uppercase;
margin-right:4px;
margin-left:4px;
text-align:center;
}

a.submenu, a.submenu_active{
font-size:11px;
margin-left:10px;
}


/* 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:"Lucida Sans", Verdana, Arial, sans-serif;
	font-size:12px;
	color:#666666;
}

/* H1, H2 and H3 is general fonts that is used in UNITY-editor */

H1 {
	color:#4a4a4a;
	font-size:24px;
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	text-decoration: none;
	font-weight:bold;
	margin:0;
}

H2 {
	color:#4a4a4a;
	font-size:14px;
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	text-decoration: none;
	margin:0px;
}

H3 {
	color:#4a4a4a;
	font-size:12px;
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	text-decoration: none;
	font-weight:bold;
	margin:0px;
}


/* 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;
}

/* General style for all type of input-fields, e.g. comments, sign in and forms */
input {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	font-size:11px;
}

/* General style for all type of select-fields. */
select {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	font-size:11px;
}

/* Div including top-picture, change height to fit picture */
#topBanner {
	width:800px;
	height:172px;
}


/* Div wrapping around search. Change margin to give search another position */
#search {
	padding:0px;
	margin-left:20px;
	margin-top:13px;
	float:left;
}

.searchBottom {
	vertical-align:bottom;
}

/* Styles for search Field */
.inputTop {
	width:200px;
	height:15px;
	margin-bottom:0px;
	margin-right:2px;
	margin-top:2px;
	padding-left:4px;
}


/* Div wrapping around main menu. */
#menuWrap {
	float:left;
	width:800px;
	background-image:url(bilder/menubackground-x.png);
	background-repeat:repeat-x;
	height:37px;
	
}

/* Styles for main menu. Here you can set how much margin you want to have between the menus */
.menuTD {
	float:left;
	padding-top:7px;
}


/* Div that wraps around flag, sitemap and print */
.wrap_tools {
	float:right;
	width:130px;
	padding-right:5px;
	text-align:right;
	padding-bottom:1px;
}

/* Start */
	#startimage{
	background-image:url(bilder/startimage.jpg);
	background-repeat:no-repeat;
	width:776px;
	height:261px;
	float:left;
	}
	
	


/* Content */

#contentWrap {
	background-image:url(bilder/contentbackground.gif);
	background-repeat:repeat-y;
	width:800px;
	border:0px;
}

#content {
	padding:30px;
	padding-top:25px;

}

/* Left colum */
.col01 {
	
	
	margin-left:15px;
	margin-right:3px;
	margin-top:13px;
	margin-bottom:10px;
	background-color:#707238;
	color:#FFFFFF;
	padding:20px;
}

.leftCol{
	background-color:#C3D1AC;

}


/* Right colum */ 
.col02 {
	
	margin-left:2px;
	margin-right:10px;
	margin-top:13px;
	margin-bottom:10px;
	background-color:#707238;
	color:#FFFFFF;
	
}

/* Styles for login fields */ 
.inputStart {
	width:120px;
	height:15px;
	margin-bottom:4px;
	margin-top:1px;
}

.rightHead {
	margin-bottom:5px;
}

.userName {
	font-size:14px;
	font-weight:bold;
	color:#881c1c;
	margin-top:2px;
	margin-bottom:10px;
}

.dayEntryHeader {
	font-size:12px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:0px;
}

.dayEntryText {
	font-size:11px;
	font-weight:normal;
	margin-top:2px;
	margin-bottom:10px;
}

#bannerRight {
	float:left;
	margin-top:15px;
	width:100%;
	text-align:center;
}



/* News list */
#newsWrap {
	float:left;
	padding-bottom:20px;
	padding-top:20px;
	padding-left:20px;
	clear:both;
	width:380px;
}

.newsTitle {
	font-size:12px;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:0px;
}

.news {
	padding:5px;
	
	
}

.newsDate {
	font-size:10px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	color:#C3DC9E;
}

H2.newsHead {
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:0px;
	color:#FFFFFF;
}

.newsText {
	font-size:11px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:7px;
}


/* Calender List */
#wrap_cal {
	float:left;
	width:170px;
	padding-top:20px;
}

.cal {
	margin:0px;
	margin-bottom:5px;
	padding-left:7px;
	
}

.calDate {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	color:#666666;
}

.calHead {
	font-size:14px;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:0px;
}

.calText {
	font-size:11px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:7px;
}


 





/* Comments */

#wrap_comments {
	padding-top:0px;
	margin:0px;
	width:100%;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;	
}

.commentInput {
	font-size:11px;
	margin-top:6px;
	
}

.inputText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:100px;
	width:250px;
}

#commentList {
	padding-top:10px;
	margin:0px;
	width:100%;
	float:left;	
}

.comment {
	padding-top:0px;
	padding-bottom:5px;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;	
	width:300px;
}

.commentTitle {
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	color:#333333;
}

.commentInfo {
	font-size:11px;
	font-weight:normal;
	padding-top:6px;
	color:#881c1c;
}

.commentUser {
	font-weight:bold;
	font-size:11px;
}


.commentText {
	padding-top:2px;
}




/* Sitemap */

#wrap_sitemap {
	padding:35px;
	margin:0px;
	float:left;
}

.sitemapMain {
	padding-left:8px;
	margin-top:10px;
	margin-left:5px;
	font-weight:bold;
	font-size:14px;
	background-image: url(../../test/bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;
}

.sitemapSub {
	padding-left:8px;
	margin-top:5px;
	margin-left:35px;
	font-weight:bold;
	font-size:12px;
	background-image: url(../../test/bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;
	
}
.sitemapSub2 {
	padding-left:8px;
	margin-left:65px;
	font-weight:normal;
	font-size:12px;
	background-image: url(../../test/bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;	
}

.sitemapSub3 {
	padding-left:8px;
	margin-left:95px;
	font-weight:normal;
	font-size:12px;
	background-image: url(../../test/bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;
}

.sitemapSub4 {
	padding-left:8px;
	margin-left:125px;
	font-weight:normal;
	font-size:12px;
	background-image: url(../../test/bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;
}




/* Print */

#wrap_print {
	width:500px;
	padding:20px;
	float:left;
}

#printTop {
	padding:0px;
	margin:0px;
	float:left;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width:100%;	
}

#printLogo {
	padding-left:10px;
	float:left;
}

#printSource {
	padding:0px;
	margin:0px;
	float:left;	
	margin-top:50px;
	margin-left:15px;	
}


#printContent {
	padding:0px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin:0px;
	float:left;	
}



/*bottom*/

.wrap_footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-top:10px;
	margin-bottom:30px;
	width:100%;
	clear:both;
	float:left;
	border-top:solid 1px #CCCCCC;
	margin-top:10px;
	padding-top:5px;
	margin-bottom:10px;
	
}
