@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-color: #993300;
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
	line-height: 1.4;
}
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	padding-top: 0px;
	margin-top: 0px;
}
p {
	text-align: justify;
	margin-right: 35px;
}
h2 {
	color: #993300;
	font-size: 1.4em;
	font-weight: normal;
	margin-left: 30px;
	margin-top: -50px;
	margin-bottom: 50px;
	text-align: left;
}
h3 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	list-style-type: none;
	color: #032EF8;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #03157E;
	text-decoration: none;
	font-family: Cambria, "Hoefler Te";
	font-size: larger;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 1280px;
	background: #ebdaab;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	padding-bottom: 50px;
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	height: 400px;
	background-image: url(../images/head1280x400.jpg);
	background-repeat: no-repeat;
}
.zaszlok{
	width: 100;
	padding-left: 1130px;
	padding-top: 200px;
}

.zaszlok img{
	margin-left: 10px;
	border: 1px solid #993300;
	box-shadow: 4px 4px 6px #553300;
	border-radius: 10px 0px 10px;
}

#content {
	width: 1000px;
	margin-top: 80px;
	margin-left: 37px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	background-image: url(../images/Hatter1200x1700.jpg);
	background-repeat: no-repeat;
	background-position-y: -10px;
	border: 1px solid #993300;
	box-shadow: 6px 6px 8px #553300;
	padding: 100px;
	border-radius: 20px 0px 20px;
	text-align: left;
	font-size: 140%;
}

#contentTermekek {
	width: 1000px;
	height: 580px;
	margin-top: 80px;
	margin-left: 37px;
	margin-bottom: 20px;
	background-image:url(../images/Termekek1200x804.jpg);
	background-repeat: no-repeat;
	background-position-y: -10px;
	border: 1px solid #993300;
	box-shadow: 6px 6px 8px #553300;
	padding: 100px;
	border-radius: 20px 0px 20px;
	text-align: left;
	font-size: 140%;
}

#contentSzolgaltatasok {
	width: 1000px;
	height: 959px;
	margin-top: 80px;
	margin-left: 37px;
	margin-bottom: 20px;
	background-image:
		url(../images/1.jpg);
	background-repeat: no-repeat;
	background-position-y: -10px;
	border: 1px solid #993300;
	box-shadow: 6px 6px 8px #553300;
	padding-right: 230px;
	padding-bottom: 6600px;
	border-radius: 20px 0px 20px;
	text-align: left;
	font-size: 140%;
}

 footer{
	width: 1280px;
	background: #ebdaab;
	margin: 0 auto;  
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 0.6em;
	color: #993300;
 }
