body {
  text-align: center;
  margin: 0;
  padding: 0;
  min-width: 1110px;
  background-color: #DDDDDD;
  font-family: Verdana, Arial, sans-serif;
}

a:link {
    color: #000080;
}

/* visited link */
a:visited {
    color: #000080;
}

/* mouse over link */
a:hover {
    color: #0000C0;
}

/* selected link */
a:active {
    color: #0000C0;
}

#title {
  width: 1110px;
  box-shadow: 1px 5px 10px #888888;
  background-color: white;
  border: 1px solid silver;
  background: url("../gfx/title.jpg") no-repeat;
  height: 200px;  
	margin-left: 0px;
	margin-right: 0px;
	    display: block;
		margin-bottom: 10px;
		margin-top: 10px;
}

#container {
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
	    display: block;
}

.kep {
   left: 40px;
	text-align: center;
	box-shadow: 1px 5px 10px #888888;
}

.felirat {
  border: 1px solid silver;
  box-shadow: 1px 5px 10px #888888;
  left: 40px;
  z-index:1000;
  width: 780px;
  padding: 20px;
  padding-bottom: 20px;
  padding-top: 15px;
  margin-top: 0px;
  margin-bottom: 40px;
  background-color: white;
  border-top: none;
  font-weight: bold;
  
}

.source{
  border: 1px solid silver;
  box-shadow: 1px 5px 10px #888888;
  left: 40px;
  z-index:1000;
  width: 780px;
  padding: 20px;
  padding-top: 5px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: white;
  border-top: none;
  border-bottom: none;
  font-weight: normal;
  font-size: 0.7em;
  text-align: left;
}


#left {
  width: 250px;
  float: left;
    display: inline;
}

#right {
  float: right;
  width: auto;
      display: inline;
}

#images {
  width: 820px;
}

#menu {
  margin-bottom: 20px;
  width: 240px;
  background: white;
  border: 1px solid silver;
  padding: 5px;
  box-shadow: 1px 5px 10px #888888;
}                  

#menu a {
  line-height: 2em
}

#menu h1{	
  padding-bottom:15px;
  border-bottom: 1px solid silver;
}
#left h1 {
  font-size:1.1em;
  font-weight:bold;
  color: #444;
}

#fb {
  margin: 5px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid silver;
  height: 30px;
}


#thx {
  margin-bottom: 20px;
  width: 240px;
  background: white;
  border: 1px solid silver;
  padding: 5px;
  box-shadow: 1px 5px 10px #888888;
}                  

#thx h1 {
  font-size:1em;
  font-weight:bold;
  color: #444;
}

.koszonet {
	margin-bottom:15px;
	margin-top: 15px;
	font-size:0.8em;
	padding-top: 15px;
	border-top: 1px solid silver;

.koszonet img {
	border: 1px solid silver;
}

