* { padding: 0; margin: 0; }

body {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	background: #f5f0ea url('../design/custom/bg.jpg') repeat-x;
}

a, a:link, a:visited, a:active {
	color: #845745;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.newslink, a.newslink:link, a.newslink:visited, a.newslink:active {
	color: #845745;
	text-decoration: underline;
}

a.newslink:hover {
	text-decoration: none;
}

.fejlText {
	font-size: 10px;
	color:#845745;
}

#wrapper { 
	margin: 0 auto;
	width: 823px;
}

#logo {
	height:70px;
	width:230px;
	position:absolute;
}

#logo a {
	cursor: hand;
}

#header {
	width: 823px;
	height: 174px;	
	background: url('../design/custom/header.jpg') no-repeat left top;
}

#flash {
	position:absolute;
	margin:10px 0 0 247px;
	border: 1px solid #999;
	padding:2px;
}

#menu {
	width: 811px;
	height:42px;
	padding:1px 0 0 0;
	background: url('../design/custom/menu-bg.jpg') no-repeat;
	margin:7px 0 7px 0;
}


#content-top { 
	width: 823px;
	height: 46px;
	background: url('../design/custom/content-top.jpg') no-repeat;
}


#content-top h1{
	font-size: 16px;
	padding:20px 0 0 270px;
	font-style: italic;
	color:#845745;
}

#content {
	width: 823px;	
	min-height:415px;
	background: transparent url('../design/custom/content-bg.png') repeat-y 1px 0px;	
	float:left;
}

#leftcolumn {
	width:237px;
	float:left;
}

#maincontent {	
	float:left;
	width:530px;	
	color:#686868;
	font-size: 11px;	
	margin:0 0 0 15px;	
	padding:0 10px 0 10px;
}

#maincontent p {
	padding:6px 0 6px 0;
}

#maincontent ul {
	margin:0px 0 0px 20px;
}

#rightcolumn {
	background: url('../design/custom/right-bg.jpg') no-repeat;	
	width:17px;
	min-height:415px;
	float:right;
}

#newsletter  {
	width:220px;
	float:left;
}

#news {
	float: left;
	font-size: 11px;
	color: #666;
	width: 180px;
	margin: 20px 0px 10px 20px;
}

#leftcolumn h2 {
	font-size: 30px;
	margin:0 0 0 20px;
	
}

#news h3 {
	font-size: 11px;
	color: #666;
	margin:0 0 0 0px;
}

.news_preview {
	margin:0 0 20px 0;
}

#footer { 
	width: 809px;
	height: 86px;
	background: url('../design/custom/footer-bg.png') no-repeat 1px 0px;	
	float:left;
	margin:0 0 10px 0;
}

#footer_info {
	width:823px;
	margin:0 auto;
	color: #845745;
	font-size: 10px;
	text-align: center;
	clear:both;
}

#footer_info a {
	color: #845745;
}


/*
//////////////////////////////////////////////////////////////////
          BLOG STYLE BEGIN
//////////////////////////////////////////////////////////////////
*/


#blog {
	
}


#blog_content {
	width:550px;
	margin:0 0 0 -15px;
	
}

#blog_content #top {
	width:550px;
	background: url(/design/custom/blog-bg-top.gif) no-repeat left top;
	height:25px;
}

#blog_content #middle {
	width:550px;
	background: url(/design/custom/blog-bg-middle.gif) repeat-y left top;
	min-height:300px;
	padding:0 0 0 20px;
}

#blog_content #middle h4{
	font-size: 12px;
}

#blog_content #bottom {
	width:550px;
	background: url(/design/custom/blog-bg-bottom.gif) no-repeat left top;
	height:37px
}


.blog_item {
	border-bottom:1px solid #3b3b3b;
	margin:0 50px 0px 0;
	width:500px;
	padding:0 0 0px 0px;
}

.blog_item h3, h3 a{
	color:#845745;
	font-size: 15px;
}

.blog_item h3 a:hover{
	color:#999;
	text-decoration: underline;
}

.blog_item h5 {
	color:#845745;
	font-size: 10px;
	font-weight: normal;
}

.blog_item .blog_description {
	margin:10px 0 10px 0;
}

.blog_text {
	padding:10px;
	background:#FFFFFF url(/design/required/input/inputBg.gif) no-repeat scroll left top;
	margin:0 0 10px 0;
	border:1px solid #999;
	width:470px;
}

#blog_front {
	width:200px;
	margin:15px 0 0 20px;	
	font-size: 11px;
}

#blog_front a{
	font-size: 11px;
}


#blog_menu {
	width:180px;	
}


/*
//////////////////////////////////////////////////////////////////
          BLOG STYLE END
//////////////////////////////////////////////////////////////////
*/