/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */

.kereses
{
	margin: 5px 0 0 0;
}

.slideshow {
	margin-top: 0;
}

.slideshow #slideshow1 {
	width: 940px;
	height: 323px;
	background: url(/images/slideshow/slide1.jpg) no-repeat top left;
}

.slideshow h1 {
	padding: 30px 0 0 510px;
	margin-top: 0;
	font-weight: bold;
	
}

.slideshow p {
	padding: 0 0 0 510px;
	
}

.slideshow h2 {
	padding: 0 0 0 510px;
	
}

.home .module.friss
{
	margin-top: 10px;
}

.module.friss .module-title {
	color: #c70000;
}

.friss ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.friss li {
	list-style: none;
	display: block;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #cccccc;
}
.friss li:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

.friss .moduleItemTitle {
	color:#000;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
}

.friss .moduleItemImage {
	float: left;
	display: block;
	padding: 0 10px 0 0;
	margin: 0;
}

.friss .moduleItemImage img
{
	max-width: 60px;
	width: 60px;
	display: block;
}


.hirlevel form
{
	background: #b0d900;
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.hirlevel form > div
{
	clear: both;
}
.hirlevel form label
{
	clear: both;
	float: left;
	display: inline-block;
	width: 100px;
	line-height: 33px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8)
}
.hirlevel form input[type="text"]
{
	float: right;
	display: inline-block;
	width: 130px;
}
.hirlevel form img
{
	float: right;
	display: inline-block;
}
.hirlevel form div.submit
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: rgb(158,195,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(158,195,0,1) 0%, rgba(176,217,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,195,0,1)), color-stop(100%,rgba(176,217,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(158,195,0,1) 0%,rgba(176,217,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(158,195,0,1) 0%,rgba(176,217,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(158,195,0,1) 0%,rgba(176,217,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(158,195,0,1) 0%,rgba(176,217,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ec300', endColorstr='#b0d900',GradientType=0 ); /* IE6-9 */
	padding-top: 10px;
	text-align: center;
}


.copyright
{
	float: left;
}
#footer .module.engedely
{
	float: left;
	clear: left;
	margin-top: -10px;
	color: #959f7a;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

.webmotion
{
	background: #f2f8e0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 280px;
}
.webmotion a
{
	display: inline-block;
	line-height: 18px;
	background: url(../images/webmotion.jpg) no-repeat right center;
	padding-right: 100px;
	color: #71775d;
	text-shadow: 0 1px 0 #fff;
	margin: 10px 0 0 0;
}


.contactform
{
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: whiteSmoke;
	border: 1px solid #EEE;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.contactform .submitform
{
	padding-left: 150px;
}

.itemFullText a{
	color: #c8a299;
	text-decoration: underline;
	font-weight: bold;
}
.itemCommentsForm input{
	display: block;
	width: 600px;
}
.itemCommentsForm textarea{
	display: block;
	width: 600px;
	height: 200px;
}