body {
	margin:0px;

	}

a:link		{ color: #2154d5; text-decoration: underline;}
a:visited	{ color: #2154d5; text-decoration: underline }
a:active	{ color: #2154d5; text-decoration: underline }
a:hover		{ color: #000000; text-decoration: none }

a.none:link		{ color: #4a4a4a; text-decoration: none;}
a.none:visited	{ color: #4a4a4a; text-decoration: none }
a.none:active	{ color: #4a4a4a; text-decoration: none }
a.none:hover	{ color: #000000; text-decoration: none }

a.topMenu:link		{ color: #FFFFFF; text-decoration: none;}
a.topMenu:visited	{ color: #FFFFFF; text-decoration: none }
a.topMenu:active	{ color: #FFFFFF; text-decoration: none }
a.topMenu:hover	{ color: #FFFFFF; text-decoration: none }

a.topMenu_active:link		{ color: #FFFFFF; text-decoration: none; font-weight:bold;}
a.topMenu_active:visited	{ color: #FFFFFF; text-decoration: none; font-weight:bold; }
a.topMenu_active:active	{ color: #FFFFFF; text-decoration: none; font-weight:bold; }
a.topMenu_active:hover		{ color: #FFFFFF; text-decoration: none; font-weight:bold; }

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: #ceb28f; text-decoration: none }

a.subMenu_active:link		{ color: #ceb28f; text-decoration: none;}
a.subMenu_active:visited	{ color: #ceb28f; text-decoration: none }
a.subMenu_active:active	{ color: #ceb28f; text-decoration: none }
a.subMenu_active:hover		{ color: #ceb28f; text-decoration: none }

a.subMenu2:link		{ color: #2154d5; text-decoration: none;}
a.subMenu2:visited	{ color: #2154d5; text-decoration: none }
a.subMenu2:active	{ color: #2154d5; text-decoration: none }
a.subMenu2:hover	{ color: #333333; text-decoration: none }

a.subMenu2_active:link		{ color: #5A3A16; text-decoration: none;}
a.subMenu2_active:visited	{ color: #5A3A16; text-decoration: none }
a.subMenu2_active:active	{ color: #5A3A16; text-decoration: none }
a.subMenu2_active:hover		{ color: #5A3A16; text-decoration: none }

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: #CCCCCC; text-decoration: none }

a.none:link		{ color: #4a4a4a; text-decoration: none;}
a.none:visited	{ color: #4a4a4a; text-decoration: none }
a.none:active	{ color: #4a4a4a; text-decoration: none }
a.none:hover	{ color: #000000; text-decoration: none }


a.calHead { text-decoration: none }



TD, TR, BODY {
	color: #4a4a4a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	vertical-align:top;
}

H1 {
	color:#ac8953;
	font-size:28px;
	font-weight:bold;
	font-family: Verdana, Arial;
	text-decoration: none;
	margin:0px;
	margin-top:15px;
	padding-bottom:5px;

}

H2 {
	color:#ac8953;
	font-size:14px;
	font-family: Verdana, Arial;
	text-decoration: none;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:1px;
	padding-bottom:5px;
}

H3 {
	color:#4a4a4a;
	font-size:10px;
	font-family: Verdana, Arial;
	text-decoration: none;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:2px;

}

p {

	margin:0px;
	padding:0px;

}

/* TOP */

.wrap_top {
	float:left;
	clear:both;
	background-image:url(../bilder/mallar/topBg2.jpg);
	background-repeat:no-repeat;
	width:849px;
	height:165px;
}


.logo {
	float:left;
	clear:left;
}

.topText {
	float:left;
	clear:right;
	width:350px;
	padding-top:25px;
	padding-left:30px;
	font-size:11px;
	color:#000000;
}

.wrap_topMenu {
	float:left;
	clear:both;
	width:100%;
	padding-top:10px;
}

.topMenu {
	font-size:10px;
	font-weight:normal;
	float:left;
	clear:none;
	padding-left:30px;
	padding-right:30px;
}


/* LEFT */

.leftTD {
	background-color:#ac8953;
	text-align:right;
	padding:10px;
	padding-right:4px;
	padding-left:14px;
}

.wrap_leftMenu {
	float:left;
	clear:both;
	width:155px;
	
}

.leftMenu {
	font-size:16px;
	font-weight:normal;
	float:right;
	clear:both;
	padding-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;

}

.loginBar {
	float:right;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}


.wrap_signIn {
	float:left;
	clear:both;
	text-align:right;
	margin-bottom:10px;
	width:155px;
}

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;
}


.wrap_userMenu {
	float:left;
	clear:both;
	text-align:right;
	padding-top:10px;
}


/* STARTPAGE */

.startBox1 {
	padding-top:5px;
	width:167px;
}

.startBox2 {
	padding-left:7px;
	padding-top:5px;
	width:294px;
}

.startBox3 {
	padding-left:5px;
	width:294px;
}

.startBox4 {
	padding-left:5px;
	padding-top:5px;
	width:294px;
}



.boxMiddle {
	padding-right:10px;
	padding-left:10px;
	background-color:#FFFFFF;
}


.boxMiddleContainer {
	float:left;
	clear:both;
	overflow:hidden;
	width:170px;
}





.contentTD {
	padding-right:140px;
	padding-left:25px;
	background-color:#FFFFFF;
	height:500px;
}



/* Comments */

#wrap_comments {
	padding-top:10px;
	margin:0px;
	margin-top:10px;
	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:#ac8953;
}

.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(../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(../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(../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(../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(../bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;
}

/* LIST */

.listHeadTD {
	color:#FFFFFF;
	padding:2px 5px 2px 5px;
	background-color:#b48b55;
	border-right:solid 1px #FFFFFF;
}


.listTD {
	padding:2px 5px 2px 5px;
	border-right:solid 1px #FFFFFF;
}

