/* CSS Document av Dieter Schneider 2007 */

* {margin: 0; padding: 0;}

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

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 63%;
}

#container {
	background-image: url(images/container_bg1.jpg);
	background-repeat: no-repeat;
	height: 465px;
	width: 931px;
	font-size: 1.2em;
	margin: 4px;
	border-top: 1px solid white;
}

#header {
	height: 205px;
	padding-top: 20px;
	margin-left: 365px;
}

#header_left {
	float: left;
	width: 326px;
	height: 206px;
}

#header_right {
    height: 206px;
	margin-left: 325px;
	margin-right: 15px;
}

#left {
	float:left;
	width: 225px;
	margin-left: 45px;
	margin-top: 120px;
}

#right {
	margin-left: 340px;
	margin-top: 70px;
	margin-right: 40px;
}

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

.date_box {
	background-color: #FFFFFF;
	background-image: url(images/date.png);
	height: 51px;
	width: 52px;
	float: left;
	margin-right: 10px; 
	margin-bottom: 5px;
}

.date_box_month {
	padding-top: 8px;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 8px;
	text-align: center;
	color: #75a006;
}

.date_box_day {
	font-size: 12px;
	font-weight: bold;
	padding-left: 7px;
	padding-top: 6px;
	text-align: center;
	font-style: italic;	
	color: #654040;
}

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

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

h1 {
	color: #77883C;
	margin-top: 70px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.8em;
}

.red {color: #614240;}
.brown {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;
	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: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	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 {
    color: #77883C;
	margin-top: 85px;
	margin-left: 40px;
	margin-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.2em;
}


img {border: 1px solid #CCCCCC; padding: 3px;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #4E7126; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: underline;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

.hr {
    margin-top: 40px;
	margin-bottom: 40px;
	border-top: 1px dotted #CCCCCC;
	
}

.ul2 {
   margin-bottom: 15px;
   margin-top: 15px;
   margin-left: 75px;
   list-style-image:url(images/point.jpg);
}

.ban {
    background-color: #e7f4d5;
	background-image:url(images/ban.jpg); 
	margin:5px 5px 5px 0px;
	padding:10px;
	text-align:center;
	font-size: 1.2em;
	color: #A6BB7A;
	font-weight: bold;
}

.foto3 {
	width:33%;
	margin-bottom:20px;
	float:left;
	font-weight: bold;
}

.foto2_left {
    float:left;
    width:33%; 
	margin-bottom:35px; 
	margin-left:90px;
	font-weight: bold;
}

.foto2_right {
    float:right;
	width:33%; 
	margin-bottom:35px; 
	margin-right:90px;
	font-weight: bold;
}

.flag_uk {
	border: 0px;
	margin: -10px 1px 5px 5px;
}

.flag_rus {
	border: 0px;
	margin: -10px 7px 5px 1px;
}

table,td {
    margin-left: 7px;
	margin-right: 5px;
	padding: 5px;
	border: solid 1px #99B768;
	border-collapse: collapse;
}

#flags {
    text-align:center;
	margin: 15px 20px;
}

/********************************* 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: f2ecde;
	border-bottom: 1px solid #eee;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	height: 27px;
}


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

#navcontainer a:hover 
{	
	background: url(images/menu.jpg) 0 -45px;
	color: #562930;
}

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


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

.up_bun {
   /* font-family: "Verdana, Arial, Helvetica, sans-serif";*/
	margin:0px 5px 5px 0px;
	padding:10px;
	text-align:right;
	margin-right: 20px;
	font-size: 8.3px;
	letter-spacing: 0.4px;
	color: #A6BB7A;
	font-weight: bold;
}

/*************************************************jQuery css*************************************************/

div.jquery-image-zoom {
	line-height: 0;
	font-size: 0;

	z-index: 10;

	border: 10px solid #fff;
	margin: -15px;

	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

	div.jquery-image-zoom a {
		background: url(js/jquery.imageZoom.gif) no-repeat;

		display: block;
		width: 25px;
		height: 25px;

		position: absolute;
		left: -17px;
		top: -17px;
		/* IE-users are prolly used to close-link in right-hand corner */
		*left: auto;
		*right: -17px;

		text-decoration: none;
		text-indent: -100000px;
		outline: 0;

		z-index: 11;
	}

	div.jquery-image-zoom a:hover {
		background-position: left -25px;
	}

	div.jquery-image-zoom img, 
	div.jquery-image-zoom embed, 
	div.jquery-image-zoom object, 
	div.jquery-image-zoom div {
		width: 100%;
		height: 100%;
		position: absolute;
		left: -3px;
		top: -3px;
		border:none;
		
	}