@charset "utf-8";
body  {
	font: 80% Verdana,sans-serif;
	background: #FFF;
	margin: 2px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #FFF url(../images/logo2.jpg) no-repeat bottom left; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:100px;
}
.twoColFixRtHdr #headerTop {
	position:absolute;
	background:url(../images/topleftbg.jpg) no-repeat left;
	width:290px;
	height:25px;
	margin-top:0;
	margin-left:-20px;
}
.twoColFixRtHdr #headerTop .conte {
	float:right; font-size:small;
	padding:4px 4px 0 0;
	color:#FFF;
}
.twoColFixRtHdr #headerTop a {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}

.twoColFixRtHdr #middle { 
	background: url(../images/middlebg.jpg) repeat-x; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:219px;
} 
.twoColFixRtHdr #navigation { 
	/*background: #FFF url(../images/bgOFF.jpg) repeat-x ;*/ 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:36px;
} 
ul#nav{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("../images/bgOFF.jpg") repeat-x top left;
	font-family:Verdana,sans-serif;
	border-bottom:4px solid #B74EA2;
	border-top:1px solid #B74EA2;
	}

ul#nav li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	
	}

ul#nav li a{
	display:block;
	float:left;
	/*color:#874B46;*/
	color:#FFF;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("../images/bgDIVIDER.gif") no-repeat top right;
	}

ul#nav li a:hover{
	background:transparent url("../images/bgHOVER.jpg") no-repeat top right;
	}

ul#nav li a.current,ul#nav li a.current:hover{
	color:#fff;
	background:transparent url("../images/bgON.jpg") no-repeat top right;
	}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #D4D9BA;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 2px;
}
.twoColFixRtHdr #sidebar1 .sidecont {
	margin-top:2px;	
	width:220;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 230px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#F7D4F3;
}
#mc {
	border-top: 1px dotted #b6b6b6;
	margin-top: 10px;
}
#mc ul li {
   padding-right:10px;	
}
.spara {
	padding:0 10px 0 15px;
}
#topContainer
{
    width:auto;
	/*padding-left:4px;*/
    background-color: #F9E1F7;
	float:left;
}
#rightpanel {
	margin-top:10px;
	width:308px;
	/*padding-left:10px;
	border: 1px solid #FFFFA4;*/
	
	line-height: 20px;
    color: #000000;
	float:right;
}
#leftpanel {
	margin-top:10px;
	width:312px;
	/*border: 1px solid #FFFFA4;*/
	padding-right:10px;
	border-right:1px dotted #b6b6b6;
	line-height: 20px;
    color: #000000;
	float: left;
}

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(../images/footerbg.jpg) repeat-y; 
	
	min-height: 41px;
} 
* html #footer {height: 50px;}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footertextleft{
      margin-top: 10px;
      float: left;
      width: 450px;
      text-align:left;
      padding-left: 10px;
	  color:#FFF;
}

#footertextright{
      margin-top: 0px;
      text-align: right;
      width: 350px;
      float: right;
      padding-right: 10px;
	  color:#FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right:2px;
	margin-top:10px;
}
.fltrt2 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right:2px;
	margin-top:5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top:14px;
}
.fltlft2 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top:2px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h5 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:10pt;
	/*background-color:#CC6;*/
	padding:5px 14px;
	color:#00583F;
	text-align:left;
}
h5#sub {
	text-transform:uppercase;
	font-weight:bold;
	font-size: x-small;
	padding:5px 10px;
	color:#876543;
}
p {
	padding:10px 10px;
}
blockquote {
	font-weight:bold;
	background-color:#FFC;
	line-height:22px;
	padding:2px 6px;
}
/* = Forms */

.regular_form_content{width: 650px; margin-top:0; padding: 0 10px; background:#F7D4F3 repeat-x; float:left; font-family:Verdana; font-size:xx-small; text-transform:uppercase; font-weight:bold; } 
.regular_form_title{padding: 0; color: #3D6AAE; }
.regular_form_title2{padding: 0; color: #3D6AAE; }
.regular_form_title h5 {border-top:1px solid #742F66; border-bottom:1px solid #742F66; width:300px; padding-left:0;}
.regular_form_title2 h5 {border-top:1px solid #742F66; border-bottom:1px solid #742F66; width:250px; padding-left:0;}
label  {float:left;  margin:0pt 5px 0px 0pt; padding-left:1px; width:210px; text-align:right;}
 .row   {clear:both; height:auto; margin:0pt 10px 0px 0pt; padding:4px 0pt 0pt; text-align:left;  }
.textbox {width:200px;}
.checkboxlist{float:right; width:400px; text-align: right; margin-left:10px;}
/*.checkboxlist input[type=checkbox]  {float:left; height: 25px;}*/
.checkboxlist label{ float:right; text-align: left;  width: 190px; height:25px; margin-right:0; vertical-align:middle;}
.checkboxlist2{float:left; width:500; text-align: left;}
.checkboxlist2 input  {float:left; height: 20px;}
.checkboxlist2 label{ float:left; text-align: left;  width: auto; padding-left:40px;}


select {width: 130px; font-family:Verdana; font-size:x-small;}
.radiobuttonlist{float: left;  }
.radiobuttonlist input {float:left; }
.radiobuttonlist label{ float: none;margin-left:0px; width: 0px;}
 .buttons {height: 40px;margin: 20px 5px 10px 210px;}
.submit_button {float: left; width: 100px; height: 30px; background-color:#499281;color:#fff; border:1px solid #0f5a60; }
.myspace {float: left; width: 10px; height: 30px; background-color:#F7D4F3;color:#fff; border:1px solid #F7D4F3;}
 .clear_button {float: left; width: 80px; height: 30px; background-color:#0F5A60;color:#fff; border:1px solid #499281;}
 
 .box { 
  background: #A6AF6E; 
}
.boxtop { 
  background: url(../images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(../images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(../images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(../images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}
.boxcontent h3 {
   width: 200px;
   color:#00583F;
   border-top: 1px solid #a6af6e;
   border-bottom: 1px solid #c2a384;
}
.side {
	padding-top: 4px;
	border-top:4px solid #00583f;
	border-bottom:4px solid #00583f; margin-top:2px;
	padding-bottom: 4px;
	font:85% Verdana;
}
.side2 {
	padding-top: 0;
	/*border-top:4px solid #00583f;
	border-bottom:2px solid #00583f;*/
	padding-bottom: 4px;
	font:85% Verdana;
}


