/* overall */
body {
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 14px;*/
}

table {
	width: 100%;
	max-width: 960px;
	margin: auto;
	background-color: white;
	padding: 10px;
}

.committee {
	padding: 0px;
}

img{
	width: 100%;
	max-width: 960px;
}

.logo{
	width: 200px;
}

.plakat{
	max-width: 500px;
}

li {
	line-height: 25px;
}

hr {
	border-color: #eeeeee;
	background-color: #eeeeee;
	height: 2px;
}

.left {float:left;}
.right {float:right;}

a:link, a:visited {
	text-decoration: none;
	color:rgb(0,51,153);
}

a:hover {
	text-decoration: underline;
	color: rgb(73,170,199);
}

/* fejlec */
#navbar {
	border-color: lightgray;
	border-style: solid;
	padding: 7px 0 7px 0;
	border-width: 2px 0 2px 0;
}

#navbar li {
	list-style-type: none;
	display: inline-block;
	margin-left: 15px;
}

#navbar li a {
	text-decoration: none;
	color: rgb(36,41,67);
	padding: 5px;
}

#navbar li a:hover {
	background-color: rgb(73,170,199);
	color: black;
}

#navbar li a.open {
	color: white;
	background-color: rgb(36,41,67);
}

/*tartalom */
h1 {
	color: rgb(36,41,67);
}

h3 {
	font-size: 18px;
}

article_title {
	width: 100%;
  float: left;
}

nav {
	width: 20%;
  float: left;
  padding: 10px;
}

article {
	width: 70%;
  float: left;
  padding: 10px;
}

.lnkbtns {
	background-color: #eeeeee;
	border: 1px solid #ccc;
	padding: 10px;
	line-height: 4;
}

.lnkbtns a {
	color: white;
	background-color: #6485a6;
	padding: 5px;
}
