body, html {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/img01.jpg) repeat-x;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	width: 100%;
	height: 100%;
}

h1, h2, h3 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8CB812;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

#ArticlesContainer {
	padding-bottom:10px;
	width:530px;
}

* html #ArticlesContainer {
	margin-top:0px;
	padding-bottom:10px;
	width:530px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol, td {
	line-height: 18px;
	text-align: justify;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

tr, td {
	padding: 0px 20px 0px 20px;
}

blockquote {
	padding-left: 20px;
	background: url(../images/img05.gif) repeat-y;
}

a {
	color: #8CB812;
}

a:hover {
	text-decoration: none;
}

div.pageWrap {
	width: 100%;
	display: block;
	min-height: 100%;
}

* html div.pageWrap {
	height: 100%;
}

/* Header */

#header {
	width: 760px;
	height: 180px;
	margin: 0px auto;
	background: url(../images/img02.jpg);
	
}

* html #header {
  margin-left: 20%;
}

#header div.languageBar {
	float:right;
	top: 0px;
	right: 8px;
	background-color: #181A12;
	padding: 4px 8px 4px 8px;
}

#header div.languageBar a {
	color: #fff;
	padding: 0px 2px 0px 2px;
}

#header h1, #header h2 {
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
	width: 400px;
	height: 50px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: 0px auto 0px auto;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
	text-align: center;
	float: left;
}

#menu li a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	background: url(../images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8; 
}

#menu li a:hover, #menu li a.selected {
	color: #FFFFFF;
}

#menu li.first a {
	background: none;
}

/* Content */

#content {
	width: 760px;
	margin: 0px auto 120px auto;
	background: #FFFFFF url(../images/img04.jpg) repeat-x left bottom;
	padding-top:20px;
        padding-bottom:20px;
}



#content div.padding {

}

textarea.FormTextArea, input.FormText {
	border: 1px solid #000000;
	color: #666666;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	width: 100%;
}

.separator {
	border-bottom:1px solid #CCCCCC;
	font-size:11px;
	text-align:left;
}

/* Posts */

#posts {
	float: left;
	width: 530px;
	height: 100%;
	margin-right:10px
	min-height:300px;
	padding-left:20px;
}
* html #posts {
	height: 300px;
}

/* Links */

#links {
	float: right;
	width: 180px;
	padding-left: 20px;
	
	list-style: none;
	margin: 0px;
	min-height:300px;
}
* html #links{
	height: 300px;
}

#links li {
	padding: 2px 0px 2px 10px;
	background: url(../images/img05.gif) repeat-y;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li ul li {
	padding: 7px 10px;
	background: url(../images/img06.gif) repeat-x left bottom;
	font-style: normal;
	font-size: 9px;
}

#links li a, #link li a:visited {
	text-decoration: none;
}

#links li a:hover, #links li a.selected {
	text-decoration: underline;
}

#links li h2 {
	font-size: 14px;
}

/* Footer */

#footer {
	height: 100px;
	margin-top: -100px;
	background: #2D2D2D url(../images/img07.gif) repeat-x;
	text-align:center;
	color: #9AA874;
}

#footer a {
	color: #9AA874;
}

#footer p {
	text-align: center;
	color: #999999;
}

#footer a.frukt2 {
	height: 18px;
	width: 22px;
	border: none;
	font-size:0.8em;
	display:block;
	float:right;
	margin-top:-15px;
	margin-right:250px;
}

* html #footer a.frukt2 {
	margin-right:120px;
}

span.Date {
	color:#03B818;
	font-size:11px;
}