@charset "utf-8";

body {
	background-color:#d9ceb2;
	font-family:"Arial";
	font-size:13px;
	color:#7a6a53;
	background-image:url(../images/toppatt.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#site {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#head {
	width:960px;
	height:238px;
	background-image:url(../images/head.png);
	position:relative;
}
#indexlink {
	width:773px;
	height:171px;
	position:absolute;
	top:15px;
	left:52px;
}
#indexlink a {
	display:block;
	width:100%;
	height:100%;
}
#menu {
	position:absolute;
	top:201px;
	left:10px;
}
#menu a, #footer a {
	float:left;
}
#menu a, #footer a, div.button a {
	font-weight:bold;
	color:#e5efe9;
	font-size:13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#7a6a53;
	text-decoration:none;
	text-shadow: 1px 1px 1px #564d40;
}
#menu a, div.button a {
	padding:8px 10px 8px 10px;
}
#footer a {
	padding:8px 12px 8px 12px;
	margin-right:6px;
}
#menu a:hover, #footer a:hover, div.button a:hover {
	background-color:#948c75;
}

#content {
	width:940px;
	position:relative;
	padding:10px;
	float:left;
}
#bevezeto {
	width:900px;
	padding:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#7a6a53;
	margin-top:10px;
	margin-bottom:20px;
	color:#d5ded9;
	line-height:28px;
	font-size:18px;
}
#bevezeto p {
	color:#d5ded9;
	line-height:28px;
	font-size:18px;
}

.box_list {
	width:940px;
	float:left;
}
.box {
	width:280px;
	padding:10px;
	position:relative;
	background-image:url(../images/boxbg.gif);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	margin-bottom:40px;
}
.box h1 {
	color:#fff;	
	font-size:20px;
	line-height:28px;
	font-weight:normal;
	text-shadow: 1px 1px 1px #564d40;
	padding-bottom:6px;
}
.box h1 a {
	color:#fff;
	text-decoration:none;
}
.box h1 a:hover {
	color:#cce4e6;
}
.box p {
	line-height:18px;
	padding-bottom:10px;
}
.box img {
	border:1px solid #7f6f58;	
}
.mid {
	margin-left:20px;
	margin-right:20px;
}
#title {
	margin-bottom:10px;	
}
#title img {
	margin-top:10px;	
}
.img_mid {
	margin-left:16px;
	margin-right:16px;
}
.text {
	width:900px;
	padding:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#cbc1a7;
	margin-top:10px;
	margin-bottom:20px;
	line-height:22px;
	font-size:17px;
}
.text p {
	line-height:22px;
	font-size:17px;
}
.text p img {
	border:1px solid #7f6f58;
	margin:5px;
}
.text h1 {
	color:#fff;	
	font-size:28px;
	line-height:34px;
	font-weight:normal;
	text-shadow: 1px 1px 1px #564d40;
	padding-bottom:6px;
}
.introduction {
	padding:6px;
	background-color:#baaf96;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	color:#f8f3e6;
	margin-bottom:12px;
	margin-top:16px;
}
.date {
	display:block;
	text-align:right;
	color:#f8f3e6;
}
.szerzo {
	font-size:20px;
}
.szerzo_small {
	font-size:14px;
	font-weight:bold;
}
a.back {
	font-weight:bold;
	color:#7a6a53;
	font-size:13px;
	padding:7px;;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration:none;
	margin-top:10px;
	display:block;
	width:110px;
}
a.back:hover {
	background-color:#948c75;
	color:#fff;
}
.nobg {
	background: none!important;
	clear: both;
	padding: 0px 10px;
}

div.button {
	overflow: hidden;
	width: 260px;
	background-color:#7a6a53;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding: 15px 10px!important;
	text-align: center;
}

#footer {
	float:right;
	position:relative;
	padding:10px;
	background-color:#7a6a53;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-left:10px;
}
p a {
	color:#59848d;
	text-decoration:none;	
}
p a:hover {
	color:#77b1bd;	
	text-decoration:none;
}

fieldset {
    line-height:22px;
    font-size:17px;   
}
fieldset p {
    margin-bottom:20px;   
}
fieldset label {
    width:200px;   
    display:block;
    float:left;
}
fieldset input {
    clear:right;
    width:400px;
    padding:6px;
    margin-right:100px;
    background-color:#f4f1e8;
    border:1px solid #7a6a53;
    color:#59564f;
    font-size:14px;
}
fieldset input.btn {
    width:auto !important;
    cursor:pointer;
}
fieldset input.btn:hover {
    background-color:#fcfaf6;
}
fieldset input:focus {
    background-color:#fcfaf6;
}
p.pdf {
	line-height: 28px;
	margin-top: 10px;
}
p.pdf a {
	padding-left: 20px;
	background: url(/images/pdf.png) no-repeat;
}

