/* CSS Document av Dieter Schneider 2007 */

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body { 
	font-family: Arial, sans-serif, SimSun; 
	font-size: 12px; 
	text-align: center;
}

#container {
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-color: #F9F7EA; 
	/*height: 465px;*/
	min-width: 820px;
	width: 925px;
	font-size: 1.2em;
	color: #333333;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto;
	border-top: 1px solid white;
}

#header {
  /*width: 626px;*/
  width: 812px;
	height: 130px;
	padding-top: 20px;
	/**margin-left: 365px;*/
	margin-left: 105px;
}

#header_left {
	float: left;
	width: 527px;
	height: 128px;
}

#header_right {
  float: right;
  width: 150px;
  height: 128px;
	/*margin-left: 330px;*/
	margin-left: 380px;
	margin-right: 10px;
}

#left {
	float:left;
	width: 155px;
	margin-left: 2px;
	margin-top: 20px;
	/*height: 90%;*/
}
div#links {
  /*padding-top: 9px;*/
  width: 169px;
  /*padding-left: 12px;*/
  /*height: 40%;*/
}

div#links h4 {
	width: 148px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #F5F9EB;
	padding: 5px;
	padding-left: 9px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}

div#links a {
  display: block;
  width: 152px;
  background-color: #F5F9EB;
	border: 1px solid black;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	margin-top: -10px;
	margin-bottom: -8px;
	padding: 6px;
}
div#links a:hover {
  color: #000000;
  font-weight: bold;
  background-color: #DEFFCD;
}


#right {
	margin-left: 185px;
	margin-top: 52px;
	margin-right: 20px;
	/*width: 95%;*/
}

#footer {
	clear: both;
	/*margin-left: 340px;
	margin-right: 50px;*/
  margin-left: 170px;
	margin-right: 30px;
	margin-top: 40px;
	padding: 20px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	background-color: #F9F7EA;
}

.date_box {
	background-color: #FFFFFF;
	background-image: url(/test/test1/images/date.jpg);
	height: 51px;
	width: 52px;
	float: left;
}

.date_box_month {
	padding-top: 6px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	text-align: center;
	color: #75a006;
}

.date_box_day {
	font-size: 22px;
	font-weight: bold;
	padding-left: 3px;
	text-align: center;
	font-style: italic;	
	color: #654040;
}

/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	color: #87a448;
	margin-top: 85px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}

.red {color: #614240;}

h2 {
	color: #bf8a44;
	margin-left: 120px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 31px;
	/**background-color: #FFFFFF;**/
	padding-top: 20px;
	/**padding-left: 75px;*/
	padding-left: 15px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	width: 128px;
	margin-top: 20px;
	margin-bottom: 15px;
	background-color: #F5F9EB;
	padding: 5px;
	padding-left: 39px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}

h5 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}

blockquote {
	background-color: #F4F7F0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #EBE2B7;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	font-style: italic;
}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
/*a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:hover {
  color: #FF0000; 
  font-weight: bold;
  text-decoration: none;
  }   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

hr {
  /*border: 0;*/
  color: #CCC;
  width: 250px;
}

/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-family: "Arial";
	/**font-weight: bold;**/
	/**color: #990000;
	color: #69F;**/
}

#navcontainer li div
{
	display: block;
	padding-top: 10px;
	padding-left: 9px;
	width: 162px;
	background-color: #68B6F5;
	border-bottom: 1px solid #eee;
	background: url(images/menu3.png) 0 -60px;
	background-repeat: repeat-x;
	height: 24px;
}


#navcontainer a
{
	display: block;
	padding-top: 10px;
	/**padding-left: 37px;**/
	padding-left: 9px;
	width: 162px;
	/**background-color: #DCE3ED;**/
	background-color: #68B6F5;
	/**background-color: #69F;**/
	border-bottom: 1px solid #eee;
	/**background-image: url(images/menu3.png);**/
	background-repeat: repeat-x;
	height: 24px;
}


#navcontainer a:link, #navlist a:visited
{
/*color: #93B26E;*/
/*color: #736F6E;*/
color: #000000;
/**background-color: #3BB9FF;**/
background-color: #9CF;
text-decoration: none;
}

#navcontainer a:hover 
{	
	/**background: url(images/menu2.png) 0 -45px;**/
	background: url(images/menu3.png) 0 -60px;
	/***color: #562930;**/
	font-weight: bold;
	color: #000000;
}


/********************************* iner Nav **********************************/

#inernav { }

#inernav ul
{
  /*float:left;*/
  padding-left:155px;
  position: relative;
  margin: 0 auto;
  width: 50%;
  /*padding:0;*/
  margin:0;
  list-style-type:none;
}

#inernav li
{
  display:inline;
}

#inernav a
{
  /*float:left;*/
  margin: 0 auto;
  width:5em;
  text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
  color: #84A54A;
  padding:0.2em 0.6em;
  border-right:1px solid white;
}

#inernav a:hover 
{	
  color: black;
  background-color: #68B6F5;
}


/**************************************** Form elements member login ****************************/


p.welcome {
	font-size: 0.8em;
	text-align: left;
	margin-right: 30px;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-top: 25px;
	color: #6B383D;
}

form {
	margin-top: 15px;
	margin-left: 35px;
}

input.fields {display: block;
        width: 140px;
        /*background: url(images/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 0.2px solid white;
		border-right: 0.2px solid white; */
		margin-top: 0px;
	    margin-bottom: 0px;}

label {
	color: #A5BB73;
	font-style: italic;
}

.submit_button {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
	float: right;
	margin-right: 40px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #E3E4E9;
	border-right: 2px solid #E3E4E9;
}

/**************************************** extra classes: contact us ****************************/

form.contact_us {
	width: 190px;
	margin-top: 15px;
	margin-left: 0px;
	padding: 15px;
	background-color: #FBF9F4;
	background-image: url(images/form_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

input.fields_contact_us {display: block;
        width: 185px;
        background: url(images/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

/** textarea {width: 185px;
          background: url(images/input_bg.png);
          border-top: 1px solid #E3E4E9;
		  border-left: 1px solid #E3E4E9;
		  border-bottom: 1px solid white;
		  border-right: 1px solid white;

          margin-top: 3px;} **/

.submit_button_contact {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
}