* {
	margin: 0px; 
	padding: 0px;
}

body, html {
	background: #7C6F5C url(../images/bg.jpg);
	color: #222;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 2% 0;
}

a {
	color: #0d326e;
}

a:hover {
	color: #0d326e;
	text-decoration: underline;
}

h1,h2,h3 {
	color: #0d326e; 
	padding: 8px 0 2px;
}

h1 {
	font: normal 2.4em serif, sans-serif;
}

h1 a {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	font: normal 1.6em serif, sans-serif;
}

h3 {
	font: bold 1.2em serif, sans-serif;
}

blockquote {
	background: url(../images/quote.gif) no-repeat;
	display: block;
	font: normal 1.1em serif, sans-serif;
	padding-left: 26px
}

form, table {
	margin-bottom: 1.2em;
}

img {
	border: none;
}

li {
	line-height: 1.5em;
}

p, td {
	padding: 2px 0 10px;
	color: #222;
	font: normal sans-serif;
}

small, .small {
	font: normal 0.9em sans-serif;
}

ul {
	
}

.separator {
	border-bottom: 1px solid #B6BFBA;
	font-size: 1em;
	text-align: left;
}

textarea.FormTextArea, input.FormText {
	border: 1px solid #B6BFBA;
	color: #222;
	font-family: sans-serif;
	font-size: 1em;
	width:100%;
}

/* structure */
#wrapper {
	background: #0d326e url(../images/wrapper.gif) no-repeat left bottom;
	margin: 0px auto;
	width: 762px;
}

#container {
	background: #FBF9F4;
	border-top: 6px solid #0d326e;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0px auto;
	width: 750px;
}

/* header */
.title {
	background: #d7d0e0;

}

.title div.languageBar {
	position: relative;

	background-color: #0D326E;
padding: 4px 8px 4px 8px;
	font-size: 11px;
		text-align:right;
}

.title div.languageBar a {
	color: #fff;
	padding: 0px 4px 0px 4px;
}

.title h1 {
	color: #0d326e;
	font: normal 2.2em serif, sans-serif;
	padding: 10px 0 10px 18px;
	height: 50px;
	width: 400px;
}

.header {
	background: #DAD7C5 url(../images/header.jpg) no-repeat left bottom;
	height: 220px;
}

/* navigation */
.navigation {
	background: #DED9D0 url(../images/nav.gif) repeat-x; 
	height: 41px;
}
.navigation a {
	background: #FFF url(../images/nav.gif) repeat-x;
	border-right: 1px solid #B6BFBA;
	color: #0d326e;
	float: left;
	font: bold 13px Tahoma,sans-serif;
	padding: 14px 14px 11px 14px;
	/*padding: 0 2em 1.2em;*/
	display: block;
	text-align: center;
	text-decoration: none;

}
.navigation a:hover, .navigation a.selected {
	background-position: left bottom; 
	color: #0d326e;
}

.navigation li {
	display: inline;
	text-align: center;
	float: left;
}

/* main */
.main #two-columns {
	background: #FFF url(../images/two-columns.gif) repeat-y;
}

/* bottom */
.bottom {
	background: #cfccd7 url(../images/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #B6BFBA;
	padding: 14px 20px;
}

.bottom .left,.bottom .right {
	width: 49%;
}

/* footer */
.footer {
	background: #0d326e;
	color: #EED;
	padding: 20px;
	text-align: center;
	font-size: 12px;
}

.footer .left {
	width: 66%;
	text-align: center;
}

.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}

.gallery em {
	display: block;
}

/* misc */
.clear, .clearer {
	clear: both;
}

.clearer {
	font-size: 0;
}

.col2 .left {
	width: 64%;

}
.col2 .left .content {
      float:left;

}

.col2 .right .content {
	background: #FFF;
}

.col2 .otherLeft {
	width: 33%;
	float: left;
	padding-left:22px;
}
.otherLeft{
  float:right;
}
.col2 .otherLeft .content {
	float: right;
}

.content {
	padding: 18px 20px;
	float:left;
}

.left {
	float: left;
}

.right {
	float: right;
}

.right .content {
	margin-right: 160px;
	padding: 18px 12px 12px;
}

/* block list */
ul.block {
	border-top: 1px dashed #B6BFBA;
	margin: 4px 0;
	padding: 0;
	width: 170px;
}

.block li {
	border-bottom: 1px dashed #B6BFBA;
	list-style: none;
	padding-right:0px;
}

.block li a, .block li em {
	color: #222;
	display: block;
}

.block li em {
	font-size: 0.9em;
	font-style: normal;
}

.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
	display:block;
}

.block li a span {
	font-weight: bold;
}

.block li a:hover, .block li a.selected {
	background: #DDDAE6;
	color: #222;
}

.right .block,.right .block li {
	border-color: #B6BFBA;
}

.right .block li a:hover {
	background: #F2F0EA;
	width:160px;
}

.footer a.frukt2 {
	float:right;
	padding-top:5px;
	margin-right:10px;
}

#ArticlesContainer {
	width:520px;
}

span.Date{
	color:#0d326e;
	font-size:11px;
}
