/* CSS Document av Dieter Schneider 2007 */

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: Georgia, serif;
	font-size: 62.5%;
	background-color: #FFFFFF
}

#container {
	background-image: url(images/container_bg.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 931px;
	font-size: 1.2em;
	margin: 4px;
	border-top: 1px solid white;
}

#header {
	height: 205px;
	padding-top: 20px;
	margin-left: 10px;
}

#header_left {
	float: left;
	width: 225px;
	height: 206px;
	margin-left: 10px;
}

#header_right {
    height: 206px;
	margin-left: 330px;
	margin-right: 20px;
}


#nav {
clear: both; 
margin-left: 355px; 
margin-top: -35px; 
padding: 0px; 
font-family: verdana, arial, sans serif; 
font-size: 1.0em;
}

#nav ul {
float: left; 
width: 550px; 
margin: 0px; 
padding: 0px; 
border-top: dotted 1px #806cec; 
border-bottom: dotted 1px #806cec; 
background-color: #a5b4f7; 
font-weight: bold;
}	

#nav li {
display: inline; 
list-style: none; 
margin: 0px; 
padding: 0px;
}

#nav li a {
display: block; 
float: left; 
margin: 0px 0px 0px 0px; 
padding: 5px 10px 5px 10px; 
border-right: dotted 1px #806cec; 
color: #9b3b44; 
text-transform: uppercase; 
text-decoration: none; 
font-size: 100%;
font-weight: bold;
}

#nav a:hover, 
#nav2 a.selected {
color: #9b3b44; 
text-decoration: none;
font-weight: bold;
}

#buffer {
clear: both; 
width: 550px; 
height: 30px; 
margin: 0px; 
padding: 0px; 
background-color: #ffffff;
}



#left {
	float:left;
	width: 225px;
	margin-left: 45px;
	margin-top: 50px;
}

#right {
	
	margin-left: 340px;
	margin-top: 50px;
	margin-right: 20px;
	padding: 20px;
}

#middle {
	
	margin-left: 150px;
	margin-top: 70px;
	margin-right: 50px;
	padding: 20px;
}

#footer {
	clear: both;
	margin-left: 340px;
	margin-right: 50px;
	margin-top: 40px;
	padding: 20px;
	text-align: center;
	border-top: 1px dotted #806cec;
	background-color: #a5b4f7;
}

.date_box {
	background-color: #FFFFFF;
	background-image: url(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: #6B383D;
	margin-top: 50px;
	margin-left: 40px;
	font-family: "Georgia", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}

.red {color: #614240;}

h2 {
	color: #9b3b44;
	margin-left: 90px;
	font-size: 1.6em;
	font-family: "Georgia", Times, serif;
	font-style: italic;
}

h3 {
	height: 31px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 75px;
	font-size: 1.6em;
	font-family: "Georgia", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #9b3b44;
	border-bottom: 1px dotted #806cec;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #a5b4f7;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #806cec;
	border-bottom-color: #806cec;
	font-size: 1.2em;
	color: #9b3b44;
}

blockquote {
	background-color: #a54bf7;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #806cec;
	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: #9b3b44; text-decoration: none;}     /* unvisited link */
a:visited {color: #9b3b44; text-decoration: none;}  /* visited link */
a:hover {color: #6B383D; text-decoration: none;}   /* mouse over link */
a:active {color: #6B383D; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a
{
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	height: 27px;
}


#navcontainer a:link, #navlist a:visited
{
color: #93B26E;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(images/menu.png) 0 -45px;
	color: #562930;
}





/**************************************** 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 #806cec;
		border-left: 1px solid #806cec;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

label {
	color: #6b383d;
	font-style: italic;
}

.submit_button {
	margin-top: 15px;
	padding: 2px;
	background-color: #a5b4f7;
	float: right;
	margin-right: 40px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #806cec;
	border-right: 2px solid #806cec;
}

/**************************************** extra classes: contact us ****************************/

form.contact_us {
	width: 290px;
	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;
}


label.contact_us {
	
	width: 100px;
	text-align: left;
	color: #6b383d;
	font-style: italic;
}

input.fields_contact_us {display: block;
	
        width: 185px;
        background: url(images/input_bg.png);
		border-top: 1px solid #806cec;
		border-left: 1px solid #806cec;
		border-bottom: 1px solid #806cec;
		border-right: 1px solid #806cec;
		margin-top: 3px;
	    margin-bottom: 3px;}



textarea {
	  
	  width: 185px;
          background-color: #a5b4f7;
          border-top: 1px solid #806cec;
		  border-left: 1px solid #806cec;
		  border-bottom: 1px solid #806cec;
		  border-right: 1px solid #806cec;

          margin-top: 3px;}

.submit_button_contact {
	float: right;
	margin-top: 15px;
	margin-right: 40px;
	padding: 2px;
	background-color: #806cec;
}

table {display:table; border-collapse:collapse; margin:0px; padding:0px; font-size:100%;}
tr {display:table-row;}
th, td {display: table-cell; margin:0; padding:5px; vertical-align:top; text-align:left;}
th {background:#ffe5e9; text-align:center; color:#7f000b; font-weight:bold;}

div.row
{ clear: both;
  width: 400px;
}


DIV.base-layer {
  background: none; 
  margin: 0.5em 12px 0.5em 12px; padding: 0; text-align: center; width: auto;
}

DIV.table-row {
  background: none;
  margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;
  padding: 0; text-align: center; width: 96%;
}

DIV.left-container2 {
  border: none; float: left; margin: 0; padding: 0; width: 200px;
}

DIV.right-container2 {
  border: none; float: right; margin: 0; padding: 0; width: 200px;
}


