/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EEE9D5;	
}

h1, h2, h3	{
						
						margin:0px 0px 0px 0px;
						font-size:11px;
						text-transform:uppercase;
						}
h1	{
						color:#BB9457;
						padding:3px 0px 5px 0px;
						}
h2, h3 {
						padding:0px 0px 3px 0px;
						}						
h2 a	{
						text-decoration:none;
						color:#BB9457;
						}
h2 a:hover	{
						text-decoration:underline;
						color:#BB9457;
						}
h3 a	{
						text-decoration:none;
						color:#A89F8E;
						}
h3 a:hover	{
						text-decoration:underline;
						color:#A89F8E;
						}			

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}
.left{
	width:420px;
	top: 560px;
	position: absolute;
	height: auto;
	left: 10px;
}
ul, ol {
	margin-left: 3em;
}
.txt{
	color:#A19388;
	font-size: 12px;
						
}
.txt_s{
	color:#A19388;
	font-weight: bold;
	font-size: 12px;
}
.txt_akcio{
	color:#CC0000;
	font-weight: bold;
}
blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #B09388;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Header */

#header {
	width: 1080px;
	height: 560px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header h1 {
	float: left;
	margin: 0;
	
	text-align: center;
	font-size: 36px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 1080px;
	background-color: #F6F5E3;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding-top: 10px;
}

#content-ref {
	float: left;
	width: auto;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.post {
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.hr {

}

/* Sidebar */

#sidebar {
	float: right;
	width: 350px;
	padding: 5px;
}

#sidebar-ref {
	float: right;
	width: 1080px;
	padding: 0px;
	height: 200px;
}
#sidebar-ref1 {
	float: right;
	width: 475px;
	padding: 10px;
	height: 340px;
}
#sidebar-ref2 {
	float: right;
	width: 475px;
	padding: 10px;
	height: 340px;
}
#sidebar-ref3 {
	float: right;
	width: 475px;
	padding: 10px;
	height: 340px;
}
#sidebar-ref4 {
	float: right;
	width: 475px;
	padding: 10px;
	height: 340px;
}
#sidebar-ref5 {
	float: right;
	width: 475px;
	padding: 10px;
	height: 340px;
}
#sidebar-ref6 {
	float: right;
	width: 475px;
	padding: 10px;
	height: 340px;
}
#sidebar-ref7 {
	float: right;
	width: 475px;
	padding: 10px;
	height: 340px;
}
#sidebar-ref8 {
	float: right;
	width: 475px;
	padding: 10px;
	height: 340px;
}
#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #B09388;
}

.orangebox {
	background: url(images/img05.gif) repeat-y;
}

.orangebox h2 {
	background: url(images/img06.gif) repeat-y;
}

/* Footer */

#footer {
	clear: both;
	height: 30px;
	padding: 25px 0;
	background-color: #E7DEB5;
	font-family: Tahoma, Verdana;
	color: #BB9457;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

.footer a	{
	color:#BB9457;
	font-size:11px;
	text-decoration:underline;
	margin-left: 10px;
						}
.footer a:hover	{
						color:#7B7B7B;
						font-size:11px;
						text-decoration:none;
						}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
	position: relative;
	z-index: 0;
	background-image: url(images/blue%20ray%20doc.jpg);
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #ffffe6;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
.footer .class {
	margin-left: 380px;

}

#page #sidebar-ref1 .txt_akcio #technika_box_link {
	color: #CC0000;
	text-decoration: none;
}
#page #sidebar-ref2 .txt_akcio #technika_box_link2 {
	color: #CC0000;
	text-decoration: none;
}
#page #sidebar-ref3 .txt_akcio #technika_box_link3 {
	color: #CC0000;
	text-decoration: none;
}
