/* CSS Document */

/* CSS Document av Dieter Schneider 2007 */

* {margin: 0; padding: 0;}

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

body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 100%;
}

#container {
	/*background-image: url(images/blue_grad.jpg);
	background-repeat: repeat-x;*/
	width: 990px;
	font-size: 0.9em;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px dotted #e2e2e2;
}

#header {
	width: 990px;
	background-image: url(images/blue_grad.jpg);
	background-repeat: repeat-x;
	height: 156px;
}



#header_left {
	padding: 0;
	margin: 0;
}
	#header_left img {
		margin-left: 20px;
		margin-top: 0;
	}

#header_right {
	margin-right: 20px;
	padding-top: 35px;
}


#left {
	width: 205px;
	margin-top: 0px;
	font-size: 12px;
}

#right {
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
	#right p {
		text-align: justify;
	}

#footer {
	clear: both;
	margin-left: 430px;
	margin-top: 0px;
	padding: 20px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	background-image: url(images/blue_grad.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #DEE0FB;
	font-size: 12px;
}

.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 *******************************/

em {
	font-weight: bold;
	font-style: italic;
}

p {
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 10px;
}

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

h1 {
	color: #663360;
	margin-top: 20px;
	margin-left: 40px;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	;
}

.red {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}

h2 {
	color: #663333;
	margin-left: 15px;
	font-size: 18px;
	font-weight: bold;
}

h2.main {
	margin-left: 40px;
}

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

h4 {
	width: 205px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(images/blue_grad.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #003399;
	border-bottom-color: #003399;
	font-size: 14px;
	color: #003399;
}

td#regalia {
	background-image: url(images/bg_regalia.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom:20px;
	border: 1px dotted #EBE2B7;
	vertical-align: middle;
	
	font-style: italic;
}

#samples td {
	border: 1px dotted #7a7a7a;
}

.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: #1529E7; text-decoration: none;}     /* unvisited link */
a:visited {color: #1529E7; text-decoration: none;}  /* visited link */
a:hover {text-decoration: underline;}   /* mouse over link */
a:active {color: #1529E7; text-decoration: none;}   /* selected link */

td {
	vertical-align: top;
}

td.space {
	width: 10px;
}

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

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #1529E7;
}

#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_red.png);
	background-repeat: repeat-x;
	height: 27px;
}


#navcontainer a:link, #navlist a:visited
{
color: #1529E7;
text-decoration: none;
}

#navcontainer a:hover, #navcontainer li.active a 
{	
	background: url(images/menu_red.png) 0 -45px;
	color: #1529E7;
}

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

ol {
	margin-left: 40px;
	margin-right: 5px;
}
p.welcome {
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #660000;
}

span.welcome {
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	color: #660000;
}

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: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

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;
}

table#stats td  {
	vertical-align: middle;
	font-size: 14px;
	padding-left: 20px;
}

table#trans td {
	border: 1px dotted #7a7a7a;
}

/**************************************** 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;
}

.author {
	font-size: 11px;
	display: block;
	text-align: left;
	padding-right: 0px;
	margin-right: 20px;
}
