/* AJ-Fork example css */
html,body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #BC490B;
	background-image: url(imgfijas/degrade.gif);
	background-repeat: repeat-x;


}
/* Link text */
a {
	text-decoration: none;
	border-bottom: none;
	color: #990000;
	}
/* Link text with mouse on it */
a:hover {
	color: #FDB101;
	border-bottom: 0px solid #DDD;
	}
/* Beautify the form fields */
input, textarea {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #777777;
	background: #F1F3E5;
	border: 1px solid #D9DDC4;
	}
/* Icons should _never_ have borders around them unless you say so, right? */	
img {
	border: 0px;
	}
/* The following five styles are used for articles. */
div.article {
	margin: 0px 0px 35px 0px;
	}
div.articletext {
	padding-left: 5px;
	}
h1 {
	margin: 0px 0px 5px 0px;
	padding: 0;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #990000;
	letter-spacing: 2px;
	}
h2 {
	margin: 5px 0px 0px 0px;
	padding: 0;
	font: 10px "Trebuchet MS", Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #333333;
	}
h2 em {
	font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
	font-style: normal;
	color: #333333;
	}	
.cn_comment_even {
	border-top: 1px dashed #D9DDC4;
	margin-top: 5px;
	background: #fbffe6;
	padding-top: 3px;
	}
.cn_comment_odd {
	border-top: 1px dashed #D9DDC4;
	}
.desc {
	margin-left: 15px;
	}
.specials {
	margin: 5px 0px 0px 0px;
	padding: 0;
	font: 10px "Trebuchet MS", Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #666;
	}
.specials em {
	font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
	font-style: normal;
	color: #999;
	}
#latestcomments {
	padding-right: 5px;
	}

/* Contains all the content, including menus and such */
#body {
	width: 800px;
	padding: 10px;
	border-right: 5px solid #CC6600;
	background: #FFFFFF;
	height: 100%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC6600;
	margin-left: 20px;



	}
/* The top box */
#header {
	font-size: 15px;
	font-weight: bold;
	background: url(/interior/imgfijas/header_index_cc.jpg) no-repeat;
	border: 0px solid #D9DDC4;
	margin-bottom: 10px;
	color: #fff;
	padding: 5px;
	}
/* The menu floating left of content */
#menu {
	float: left;
	width: 120px;
	margin-right: 30px;
	border-right: 1px dashed #D9DDC4;
	height: 100%;
	}
/* Main content in here */
#news {
	width: 430px;
	margin-left: 150px;
	height: 100%;
	}
/* Footer (powered / valid xhtml / blablabla) */
#footer {
	width: 100%;
	font-size: 9px;
	border-top: 1px solid #D9DDC4;
	}
/* Used to force browsers to draw everything as it should be drawn */
div.spacer {
	font-size: 1px;
  	clear: both;
  }
#menuizq {
	width: 150px;
	border-right: #D9DDC4;
	height: 100%;
	float: right;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #D9DDC4;
	padding-left: 5px;
}
#sponsormiz {
	width: 150px;
	border-right: #D9DDC4;
	height: 300px;
	float: right;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #D9DDC4;
	padding-left: 5px;
	margin-right: 5px;
}
