/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	background-color: #f6f2ea;
	padding: 0px;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 30px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 30px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 26px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
	line-height: 24px;
	font-style: italic;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
	font-style: italic;
}

h5 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}

.intro {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}

.small {
	font-size: 10px;
	color: #999;
	text-decoration: none;
	line-height: 10px;
}

#centerwrapper {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #f6f2ea;
	background-image: url(http://www.nursepartner.se/files/site/img/back.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 800px;
}

#wrapper {
	width: 700px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a2a3a5;
	border-left-color: #a2a3a5;
	background-color: #FFFFFF;
}

#top {
	height: 20px;
	padding-left: 10px;
	background-image: url(http://www.nursepartner.se/files/site/img/logotopp.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	padding-top: 9px;
	text-align: left;
	clear: none;
}

#banner {
	clear: none;
	width: 698px;
	margin: 0px;
	padding: 0px;
}

#platta {
	background-image: url(http://www.nursepartner.se/files/site/img/platta.jpg);
	height: 120px;
	width: 49px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	float: right;
	border: 0px;
	clear: none;
}

.clear {
	clear: both;
}

#menu {
	margin: 0;
	padding: 0;
	background-image: url(http://www.nursepartner.se/files/site/img/menuback.gif);
	background-repeat: repeat-x;
	height: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a2a3a5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a2a3a5;
}

#menu ul{
	margin: 0;
	padding-left: 0;
	float: left;
	width: 100%;
}

* html #menu ul{ 
	margin-bottom: 0;
}

#menu ul li{
	display: inline;
	height: 24px;
}

#menu ul li a{
	float: left;
	font-weight: normal;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e6e7e8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	height: 14px;
	padding: 5px;
	color: #666666;
	font-size: 12px;
	display: block;
}

#menu ul li a:hover{
	float: left;
	font-weight: normal;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d0a383;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #62381c;
	height: 14px;
	background-color: #996600;
	padding: 5px;
	color: #e9d2c2;
	font-size: 12px;
	background-image: url(http://www.nursepartner.se/files/site/img/menuback_orange.gif);
}

#menu ul li.curr a {
	
	border-left-color: #d0a383;
        border-right-color: #62381c;
        background-color: #996600;
        color: #e9d2c2;
        background-image: url(http://www.nursepartner.se/files/site/img/menuback_orange.gif);
}

#breadcrum {
	font-size: 10px;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a2a3a5;
	color: #999999;
	text-align: left;
}

#breadcrum a {
	text-decoration: none;
	color: #999999;
}

#breadcrum a:hover {
	text-decoration: underline;
	color: #666666;
}

#content {
	padding: 20px;
	text-align: left;

}

#icons {
	float: left;
	clear: none;
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-right: 10px;
}

#icons p {
	margin: 2px;
	padding: 3px;
	width: 80px;
	height: 18px;
	display: block;
	text-align: left;
	float: left;
	clear: left;
}

#icons form {
	margin: 2px;
	padding: 3px;
	width: 80px;
	height: 18px;
	display: block;
	text-align: left;
	float: left;
	clear: left;
}

#icons a {
	width: 80px;
	height: 18px;
	display: block;
	text-decoration:none;
	color: #999999;
}

#icons a:hover  {
	width: 80px;
	height: 18px;
	display: block;
	background-color: #CCCCCC;
	color: #666666;
}

#start_left {
	float: left;
	width: 420px;
}

#start_right {
	float: right;
	width: 178px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #a2a3a5;
	padding-left: 20px;
}

#sub_left {
	float: left;
	width: 140px;
	padding-right: 20px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #a2a3a5;
}

#sub_right {
	float: right;
	width: 440px;
	padding-right: 30px;
}

#sub_large {
	width: 660px;
  padding-right: 30px;
}   

#submenu{
	width: 100%;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a2a3a5;
}

#submenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#submenu li {
	border-bottom: 1px solid #a2a3a5;
	margin: 0;
}

#submenu li a{
	display: block;
	padding: 3px;
	color: #a2a3a5;
	text-decoration: none;
	width: 96%;
}

#submenu li a:hover{
	color: #b36632;
	background-image: url(http://www.lennandia.com/nursepartner/nycss/subemenu.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#subsubmenu li {
	border: none;
}

#subsubmenu li a{
	display: block;
	padding: 3px 3px 3px 18px;
	color: #a2a3a5;
	text-decoration: none;
	width: 96%;
	text-align: left;
}

#subsubmenu li a:hover{
	color: #b36632;
	background-image: url(http://www.nursepartner.se/files/site/img/subsubmenu.gif);
	background-repeat: no-repeat;
	background-position: left;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #a2a3a5;
}

#sitemap a {
	color:#666666;
	text-decoration:none;
}

#sitemap a:hover {
	color:#b46832;
	text-decoration:underline;
}

#sitemap {
	padding: 10px 20px;
	line-height: 20px;
}

#sitemap ul, 
#sitemap li{
	padding: 0 0 0 24px;
	margin: 0;
	list-style: none;
	background-image: none;
}

#sitemap LI.sub {
	background: url(http://www.nursepartner.se/files/site/img/map_t.gif) no-repeat 0% 0%;
}

#sitemap LI.last {
	background: url(http://www.nursepartner.se/files/site/img/map_l.gif) no-repeat 0% 0%;
}

#sitemap LI.first {
	background: url(http://www.nursepartner.se/files/site/img/map_arrow.gif) no-repeat 0% 0%;
}



#sitemap UL.sub {
	background: url(http://www.nursepartner.se/files/site/img/map_i.gif) repeat-y 0% 0%;
}
   
#sitemap UL.last {
	background-image: none;
}

#sitemap UL.first {
	background-image: none;
}

#footer {
	font-size: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a2a3a5;
	color: #999999;
	background-image: url(http://www.nursepartner.se/files/site/img/footer_back.gif);
	padding: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a2a3a5;
	background-color: #f2f2f2;
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 14px;
	text-align: left;
}



/* Nyhetslista mm */

.nldate {
	font-family:  Verdana,Arial, "MS Sans Serif";
	font-size: 9px;
	color: #666666;
	display: block;
}

.nlname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
	line-height: 24px;
	font-style: italic;
}

#tcont .nlname {
font-size: 16px;
line-height: 23px;
}

.nlitem {
	padding: 0px 0px 15px 0px;
}

.nlpuff {
    padding: 0px 0px 0px 0px;
	margin: 0px;
}


a.nllink:link {
	color: #b36632;
	text-decoration: none;
}

a.nllink:active {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b36632;
}

a.nllink:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b36632;
}

a.nllink:visited {
	font-style:italic;
	color: #b36632;
	text-decoration: none;
}

a {
	color: #666;
	text-decoration: none;
}

#sub_right a,#start_left a {
	color: #b36632;
	text-decoration: none;
}

#sub_right a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b36632;
}

#newsfeed a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight:normal;
	text-decoration:none;
	line-height: 25px;
	margin-top: 15px;
}

#newsfeed .nfitem {
	font-size: 12px;
	color: #666;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 18px;
	padding: 10px;
	border-top: 5px solid #ccc;
	border-right: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
}

#newsfeed .nfitem:hover {
	color: #000;
	background-color: #f6f2ea;
}

#newsfeed img {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCC;
	clear: right;
	background-color: #FFF;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#newsfeed p {
	padding: 0px;
	margin: 0px;
}

.contact h3 {
 color: #999;
}

.contact {
	background-color: #FFF;
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	padding: 10px;
	border-left: 5px solid #ccc;
	border-right: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	display: block;
	color: #999;
	clear: both;
}

.contact:hover {
	background-color: #F6F2EA;
	color: #666;
}

.contact img {
	padding: 5px;
	float: right;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-bottom: 10px;
	clear: both;
}

#start_left img, #sub_right img {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 10px;
}

.required {
	padding-left: 5px;
	color: red;
	font-weight: bold;
}

.FormHeader1, .FormHeader {
 	font-size: 1.1em;
}

